Title: Database Tables
Last modified: August 21, 2016

---

# Database Tables

 *  Resolved [ccolotti](https://wordpress.org/support/users/ccolotti/)
 * (@ccolotti)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/)
 * Jeff,
 * I moved my site and I think the old DB tables were removed in my cleanup. What
   tables are supposed to exist with the latest version if any?
 * I uploaded a new plugin and it showed a warning of a PO_XXX table missing and
   I was not sure if that is yours.
 * Is there a way to re-create them? I installed the latest version clean and activated
   it from stratch but did not see tables get created.
 * [http://wordpress.org/plugins/plugin-organizer/](http://wordpress.org/plugins/plugin-organizer/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [ccolotti](https://wordpress.org/support/users/ccolotti/)
 * (@ccolotti)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4029840)
 * This is the error:
 * WordPress database error: [Table ‘vfit_prod_wordpress.wp_PO_post_plugins’ doesn’t
   exist]
    DELETE FROM wp_PO_post_plugins WHERE post_id = 12232
 * This is ONLY on a plugin that is manually uploaded but not ones downloaded directly
 * Cheers!
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030012)
 * The custom database tables were all removed in version 3.0. Everything is now
   stored in the standard wordpress tables. If you get an error like that the old
   code is still being executed but the tables no longer exist. Are you trying to
   run the old version of the plugin? If so you will need to restore the database
   tables from a backup.
 *  Thread Starter [ccolotti](https://wordpress.org/support/users/ccolotti/)
 * (@ccolotti)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030014)
 * anyway to find the old code execution on the upload plugin operations? no idea
   how to find that.
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030040)
 * Deactivate the plugin and delete the plugin-organizer directory from your plugins
   directory. Then download and install a fresh copy.
 *  [kisshomaru](https://wordpress.org/support/users/kisshomaru/)
 * (@kisshomaru)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030041)
 * I saw this a number of times and I do not believe it to be related to PO per 
   say. It all depends on the exact error, but for me in particular, I noticed that
   WP revisions of pages/posts are also keeping records of the modification made
   to the old PO table. So if you restore, modify, delete a revision, compare or
   otherwise tinker with an older revision, an error will be thrown that that table
   does not exist.
    Jeff can probably confirm that.
 *  Thread Starter [ccolotti](https://wordpress.org/support/users/ccolotti/)
 * (@ccolotti)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030047)
 * Actually I just saw that on a post revision. I have installed the plugin completely
   clean on this server after I cleaned up the DB tables which is why I am asking.
   When I move the site I removed the plugin removed the old DB tables then re-installed
   the plugin so there is a hook somewhere else leftover as the previous user mentioned.
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030054)
 * Found it. The function to delete the plugins from the custom tables was still
   in the plugin organizer class. I did a search for wpdb and I don’t see any other
   queries to the old custom tables. You guys are turning out to be great testers.
   😉 Sorry I’m putting you through all this. Version 3.2.3 gets rid of that.
 *  Thread Starter [ccolotti](https://wordpress.org/support/users/ccolotti/)
 * (@ccolotti)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030055)
 * LOL hey I’m just glad you are a response person to help with these things! 🙂
 * Let’s just keep it stable. You do need to go back and look at my Order of operations
   issue on the other thread. I can start a new one but the Filters are getting 
   jacked up if you save a post after the filter is applied it stops working.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Database Tables’ is closed to new replies.

 * ![](https://ps.w.org/plugin-organizer/assets/icon-256x256.png?rev=1786554)
 * [Plugin Organizer](https://wordpress.org/plugins/plugin-organizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugin-organizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugin-organizer/)
 * [Active Topics](https://wordpress.org/support/plugin/plugin-organizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugin-organizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugin-organizer/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [ccolotti](https://wordpress.org/support/users/ccolotti/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/database-tables-3/#post-4030055)
 * Status: resolved