Problems with a PHP-line after updating
-
I updated an extention yesterday. When I’m trying to access the wp-admin page I’ll get this msg:
Warning: Illegal offset type in isset or empty in /home/web4863/public_html/wp-includes/pomo/translations.php on line 72
(also apearing on the top of the homepage: http://www.haugesund-teater.no )
Warning: Cannot modify header information – headers already sent by (output started at /home/web4863/public_html/wp-includes/pomo/translations.php:72) in /home/web4863/public_html/wp-includes/pluggable.php on line 1121
The line 72 is:
isset($this->entries[$key])? $this->entries[$key] : false;I don’t know anything about php-coding. Can anyone help me?
All my best,
Erik
The topic ‘Problems with a PHP-line after updating’ is closed to new replies.