Hello,
The issue you’re facing seems to be a compatibility problem between Themler and Joomla 5.2.5, as the isAdmin method appears to be missing in the SiteApplication class of Joomla 5. This is likely due to changes in Joomla's API from earlier versions. To resolve this, first ensure you're using the latest version of Themler, which may address compatibility issues. If the error persists, enable error reporting in Joomla to pinpoint the source of the problem. You might need to update the code manually to align with Joomla 5’s API, replacing calls to isAdmin with methods compatible with the new version.
Regards,
Aisha
pikepass
Hello,
The issue you’re facing seems to be a compatibility problem between Themler and Joomla 5.2.5, as the `isAdmin` method appears to be missing in the `SiteApplication` class of Joomla 5. This is likely due to changes in Joomla's API from earlier versions. To resolve this, first ensure you're using the latest version of Themler, which may address compatibility issues. If the error persists, enable error reporting in Joomla to pinpoint the source of the problem. You might need to update the code manually to align with Joomla 5’s API, replacing calls to `isAdmin` with methods compatible with the new version.
Regards,
Aisha
[pikepass][1]
[1]: https://www-pikepass.com
Last edited 31 March 2025 by aisha85adams