Still having same issues with the new 6.06 update.
So if you have plugin organizer turned off the posts save with no issue?
Just tried to turn everything off on the post settings, but it is still not saving.
Go to the plugins page and disable plugin organizer. Then try to save the post.
How can I possible save the settings if the plugin is disabled?
I can save normal wordpress posts, no problem.
The problem lies with the “Post Type Plugins” tab in the plugin organizer.
Well you weren’t being very specific and I thought you were trying to save a post and it wasn’t saving. If it is just spinning for the post settings on the post type plugins page it may be caused by the number of posts you have. Your server may be timing out when trying to save the settings. How many posts do you have on your site.
Sorry about not being specific.
There is around 8000 posts so I think that may be the case.
Probably. It has to save a row to the database for every one of those posts. If your posts all have a similar url structure you could use a plugin filter and fuzzy url matching to affect all your posts. For instance if all your posts start with http://www.your-domain-name.com/blog you could create a plugin filter with that as the permalink and check the also affect children box. Then whatever you set on that filter would affect every post unless they had something specifically set on them.
Unfortunately they don’t have the same URL structure.
I will try to leave it overnight, maybe it will work :).
Still stuck after 13 hours.
Any other way to get it to work?
Unfortunately no. A row has to be saved to the database for every post. So with a large number of posts saving 8000 rows to a database can time out. It’s one of the many limitations of this plugin.