• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Michael Nelson

    (@mnelson4)

    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.

    Plugin Author Puvox Software

    (@puvoxsoftware)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.