WP phpMyAdmin crashes WordPress
-
If the plugin dir is not writeable WP phpMyAdmin crashes WordPress. This is the error message from the WordPress debug log:
PHP Fatal error: Uncaught Error: Call to undefined function WpPhpMyAdminExtension__e() in /../wp-content/plugins/wp-phpmyadmin-extension/index.php:712
Requiring write permissions on the plugin dir is a bad anyway, especially for such a security sensitive plugin.
Even worse is the idea to copy the MySQL password in cleartext into a text file to the Linux tmp folder. What is the purpose of this?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WP phpMyAdmin crashes WordPress’ is closed to new replies.