Conversation
supportI 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.
Note: I resolved the error by just renaming the plugin’s folder, which caused it to be deactivated. I tried reactivating it but am getting the same error.
Hi. as you see, it requires wp-phpmyadmin-extension/library_wp.php (not PEAR file or etc) and that file is included in plugin, there is no need to check its existence. try re-installing plugin from fresh. if error still persists, check if the hosting system automatically removes that file or not, maybe it does not like the library file or some function inside it. This reply was modified 1 year, 5 months ago by Puvox Software .
Note: I resolved the error by just renaming the plugin’s folder, which caused it to be deactivated. I tried reactivating it but am getting the same error.
Hi. as you see, it requires wp-phpmyadmin-extension/library_wp.php (not PEAR file or etc) and that file is included in plugin, there is no need to check its existence. try re-installing plugin from fresh. if error still persists, check if the hosting system automatically removes that file or not, maybe it does not like the library file or some function inside it. This reply was modified 1 year, 5 months ago by Puvox Software .