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
php notice
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: php notice
Most likely one file was not loaded correctly, but you can ignore it, these are notices and will have no effect on any functionality.
-
ON1GL
- Observer

- Posts: 34
- Joined: Mon Nov 06, 2017 10:37 am
- Location: Antwerp
- Station model: Davis Vantage Pro 2
- Software: Meteotemplate/MeteoBridge
- Contact:
Re: php notice
Thanks Jachym, was ignoring it, got a few hundreds lines of that notice in the log, will delete it.