Category: WordPress
PHP warning illegal string offset action in” WordPress Error
If you get this error its because the older version of WordPress or a plugin isn’t compatible with the newer version of PHP that is running.
Solution is to downgrade PHP:
yum downgrade php* service httpd restart
Ensure to upgrade WordPress and all plugins to the latest version.
Tags:
Wordpress