Illegal string offset ‘name’
-
Hello, I have WP 4.7.1 and am trying to use PHP 7.0, but am having some difficulty. My PHP error logs show:
Illegal string offset 'name' in /home/.../public_html/wp-content/plugins/members-list/class/members.php on line 432
The plugin does not work.
When I drop down to PHP 5.6, the plugin works, but in the error log, I getPHP Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /home/.../public_html/wp-content/plugins/members-list/class/members.php on line 450
It seems like a mysqli type thing, but I’m not sure. Is there any update that can be made to make it compatible with PHP7 and WP 471?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Illegal string offset ‘name’’ is closed to new replies.