Hello,
We have following error: PHP Warning: A non-numeric value encountered in /home/leiemeersindoor/public_html/templates/uber/acm/gallery/tmpl/style-1.php on line 58
How can we fix this error log ?
Regards
Maxim
Hello,
We have following error: PHP Warning: A non-numeric value encountered in /home/leiemeersindoor/public_html/templates/uber/acm/gallery/tmpl/style-1.php on line 58
How can we fix this error log ?
Regards
Maxim
masterscommunication How can we fix this error log ?
This is a warning not an error and it is due to the php version you have installed on your server , to disable it you can set the error reporting to none from your global configuration -
P.S.
Warning messages do not impact on your website functionality , it is only a notification that shows you the different behaviour of the file respect the different php versions -
Hope it helps