And the winner is —- Drum Roll —-
Best WordPress Photo Gallery
Version 1.1.11 | By http://web-dorado.com/
It’s important to note that although this was what was causing my SP TinyMCE plugin problem it may not be the WP plugin that is causing your problems.
Light Bulb goes on now…..
WordPress 3.9 includes a new Photo Gallery feature
Advice to other users with similar problems –
Look very closely at the new included features of WordPress 3.9. If you are currently using a plugin to accomplish the same thing that WordPress is now capable of doing on it’s own, you might consider deactivating the plugin if you are having problems with any other plugins such as the simple press plugin, plugin’s.
The method used to isolate this problem was to create a copy of the current website on another webserver and then migrate the data to another install of MySQL 56 CE. You could just create a new schema on the current data server and update it with the original data but this opens the door to all sorts of gremlins. It’s best to do a fresh install of MySQL on the test webserver and then migrate the data to it from the original data server.
You must edit the wp-config file on the new web server so it points to the new SQL server and you must edit the wp_options table in the new schema and ensure that ALL references to the original website in that table now point to the new website and the folders where your new website originates from. This is imperative and can be time consuming. If you are using any type of redirection you need to be very careful or you could potentially be making changes in your live site. Take your time with this.
Before you begin deactivating plugins, make sure you observe the address that the browser is looking at. If you click on any part of your website and you notice it pointing to the live site then STOP and go back to the wp_options table and figure out what you missed.
Once you are sure you completely isolated from your Live site then go into the WP plugins and deactivate all of the plugins you have installed. Test the Forum and see if the problem has cleared. If it hasn’t then the problem is likely in one of the forum plugins. You can deactivate them one at a time until the problem clears.
If the problem cleared up after you deactivated all of your WP plugin’s then start by activating them one at a time and testing the forum after each activation. Hope you ate your Wheaties this morning because you mouse finger is going to get a workout. If you find one that cause a problem then deactivate it and keep going until you have tested all of your WP plugins.
Hope this helps someone.