Fatal Error
-
I suddenly got a new error from this plugin which was actually bringing down my entire site. I assume the plugin got automatically updated (to 5.2.1.13).
The WordPress error email showed this as the error:
An error of type E_COMPILE_ERROR was caused in line 24 of the file /home/wordprin/printmy.blog/wp-content/plugins/wp-phpmyadmin-extension/index.php. Error message: require_once(): Failed opening required ‘/home/wordprin/printmy.blog/wp-content/plugins/wp-phpmyadmin-extension/library_wp.php’ (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’)
It seems to me that your index.php file is requiring a PEAR file that might not exist in some systems. It should probably instead check the file exists, and if not, either use a workaround or just give a more friendly error message then disable the accompanying feature.
- You must be logged in to reply to this topic.