Deprecated function ereg() and ereg_replace() errors breaking plugin
-
I’m running PHP 5.3 on my hosting account and these nasty DEPRECATED errors are showing, causing the plugin to not work:
Deprecated: Function ereg() is deprecated in /html/conway/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php on line 59 Deprecated: Function ereg_replace() is deprecated in /html/conway/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php on line 62 Warning: Cannot modify header information - headers already sent by (output started at /html/conway/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php:59) in /html/conway/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/ob.lib.php on line 64 Warning: Cannot modify header information - headers already sent by (output started at /html/conway/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php:59) in /html/conway/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/header_http.inc.php on line 13I’m running version 1.2.9.2
Thanks for the awesome plug-in by the way! Very helpful.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Deprecated function ereg() and ereg_replace() errors breaking plugin’ is closed to new replies.