WP2.2 adds unnecesary records in posts table
-
I use Ecto 2.4.2 for Mac frontend for my blog. Several months ago I could post without problems, but now when I post new blog entry with images, each image and its thumbnail is creating new entry in the wp_posts table. If the last entry had ID=157, then posting new entry with 3 images (which all have thumbnails) creates 7 new entries in this table! And new post has ID=164. I have to open db with phpMyAdmin, delete those unnecesary entries manually and then change ID=164 to ID=158.
What has gone wrong here with WP? Previously I had WP 2.1.3 and that also had this problem. I think WP.1.x didn’t have such problems, maybe even 2.0.After posting message if I press Refresh button in Ecto, it used to download content from the server, but now it replaces content in Ecto with “NO TEXT IN THIS ENTRY!”. I have to open each entry in Ecto, then it really gets content from the server. It wasn’t so in previous versions of WP.
- The topic ‘WP2.2 adds unnecesary records in posts table’ is closed to new replies.