Page 1 of 1

php notice

Posted: Sun Jan 21, 2018 6:19 pm
by ON1GL
looked at the error logs today and found it was full with php notice msg :
==================
PHP message: PHP Notice: Undefined offset: 2 in /volume1/web/7378-Meteotemplate/pages/station/climate3.php on line 255
PHP message: PHP Notice: Undefined variable: color in /volume1/web/7378-Meteotemplate/scripts/functions.php on line 649
PHP message: PHP Notice: Undefined offset: 2 in /volume1/web/7378-Meteotemplate/pages/station/climate3.php on line 258
PHP message: PHP Notice: Undefined variable: color in /volume1/web/7378-Meteotemplate/scripts/functions.php on line 649
PHP message: PHP Notice: Undefined offset: 2 in /volume1/web/7378-Meteotemplate/pages/station/climate3.php on line 252
==================
something I can do ?

Luc

Re: php notice

Posted: Sun Jan 21, 2018 7:16 pm
by Jachym
Most likely one file was not loaded correctly, but you can ignore it, these are notices and will have no effect on any functionality.

Re: php notice

Posted: Mon Jan 22, 2018 8:45 am
by ON1GL
Jachym wrote: Sun Jan 21, 2018 7:16 pm Most likely one file was not loaded correctly, but you can ignore it, these are notices and will have no effect on any functionality.
Thanks Jachym, was ignoring it, got a few hundreds lines of that notice in the log, will delete it.