If the above advice did not help, please consider the following:Something in the template override, located in the html folder of the paid FZ-Tour template, targeting the view of the KnowRes (?) component, triggers a PHP warning. Was this template and component working in an earlier version of PHP, for example PHP 7.4 or PHP 8?
The KnowRes component is not included in the Joomla Extensions Directory (JED). Is it an in-house development or was it sourced from a third party developer? Please report the errors to the developer.
This setting means that Joomla follows the parameter error_reporting from the PHP configuration file php.ini. The FPA show its current value:Error Reporting: default
Translated into PHP named constants and Boolean notation, the value 32759 means E_ALL & ~E_NOTICE. In other words, all PHP errors, warnings, Deprecated and Strict messages are displayed, except PHP notices.Error Reporting: 32759
Change 'Error Reporting' in the Global Configuration to 'None' and the PHP warning will disappear. If the developer of the KnowRes extension cannot help and the website now works, so be it. In any case, the selection 'None' is the recommended setting in live production mode.
Statistics: Posted by toivo — Tue Oct 22, 2024 2:13 am