Load PHP Error Logs
-
Anomalies noted by The Dashboard regarding PHP errors
warning2025-01-05 14:53:45
Uninitialized string offset 5 in /srv/data/web/vhosts/oiseaux-de-camargue.fr/htdocs/wp-content/themes/ashe-pro-premium/functions.php on line 477
warning2025-01-05 14:53:45
Uninitialized string offset 4 in /srv/data/web/vhosts/oiseaux-de-camargue.fr/htdocs/wp-content/themes/ashe-pro-premium/functions.php on line 477
warning2025-01-05 14:53:45
Uninitialized string offset 3 in /srv/data/web/vhosts/oiseaux-de-camargue.fr/htdocs/wp-content/themes/ashe-pro-premium/functions.php on line 477
warning2025-01-05 14:53:45
Uninitialized string offset 2 in /srv/data/web/vhosts/oiseaux-de-camargue.fr/htdocs/wp-content/themes/ashe-pro-premium/functions.php on line 477
warning2025-01-05 14:53:45
Uninitialized string offset 1 in /srv/data/web/vhosts/oiseaux-de-camargue.fr/htdocs/wp-content/themes/ashe-pro-premium/functions.php on line 477
warning2025-01-05 14:53:45
Uninitialized string offset 0 in /srv/data/web/vhosts/oiseaux-de-camargue.fr/htdocs/wp-content/themes/ashe-pro-premium/functions.php on line 477Line 477 of my theme’s Ashe Pro:functions.php file
$hex = array($color[0] . $color[1], $color[2] . $color[3], $color[4] . $color[5]);
// convert HEX to RGBThis error does not prevent the site from functioning properly a priori.
However, how can I remove this error?Sincerely
- You must be logged in to reply to this topic.