I faced same issue on php 8.2 and enabled Debug it was pointing that php file= administrator/components/com_templates/src/Model/TemplateModel.php. So I have changed this line
$user = get_current_user();
to this
$user = Factory::getUser();
and it resolved. May That be a Joomla bug of php 8.2?
$user = get_current_user();
to this
$user = Factory::getUser();
and it resolved. May That be a Joomla bug of php 8.2?
Statistics: Posted by JTema — Sun Aug 11, 2024 12:49 pm