• Hi there, I’ve been having some issues with 403 errors on my website for the last few days. They only occur when I attempt to update a page that is already posted – its pretty strange. Anyway, I was attempting to find the source of the issue, and recently I uninstalled your plugin – didn’t think anything of it – but looking in my wp-admin folder I noticed and error_log file containing this info:

    [15-Aug-2016 05:44:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘wp_PO_url_plugins' at line 1 for query DROP TABLE IF EXISTSwp_PO_url_plugins made by delete_plugins, uninstall_plugin, include(‘/plugins/plugin-organizer/uninstall.php’), PO_delete_site_data
    [15-Aug-2016 05:44:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘wp_PO_post_plugins' at line 1 for query DROP TABLE IF EXISTSwp_PO_post_plugins made by delete_plugins, uninstall_plugin, include(‘/plugins/plugin-organizer/uninstall.php’), PO_delete_site_data
    [15-Aug-2016 05:44:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘wp_PO_groups' at line 1 for query DROP TABLE IF EXISTSwp_PO_groups made by delete_plugins, uninstall_plugin, include(‘/plugins/plugin-organizer/uninstall.php’), PO_delete_site_data
    [15-Aug-2016 05:44:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘wp_PO_plugins' at line 1 for query DROP TABLE IF EXISTSwp_PO_plugins made by delete_plugins, uninstall_plugin, include(‘/plugins/plugin-organizer/uninstall.php’), PO_delete_site_data
    [15-Aug-2016 05:44:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘wp_po_plugins' at line 1 for query DROP TABLE IF EXISTSwp_po_plugins made by delete_plugins, uninstall_plugin, include(‘/plugins/plugin-organizer/uninstall.php’), PO_delete_site_data
    [15-Aug-2016 05:44:21 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/marketti/public_html/wp-content/plugins/plugin-organizer/uninstall.php on line 66

    Looking through my database I can see that wp_po_plugins still has tables despite being uninstalled and no longer having any folder or files in wp-content/plugins.

    Any help would be much appreciated.

    https://ww.wp.xz.cn/plugins/plugin-organizer/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    Those are the commands to drop the tables for plugin organizer. It deletes the tables used in the current and previous versions if they exist. Not sure why the tables didn’t get deleted. Might be related to the SQL version you are running. You can drop the wp_po_plugins table and make sure that the MU plugin has been deleted.

Viewing 1 replies (of 1 total)

The topic ‘error_log after uninstalling’ is closed to new replies.