• I am new to WP. very new, so this might be normal behaviour.
    I installed 2.7.1 a few days ago. I started writing a script to migrate phpbb to wp, so I upgraded today to 2.8
    while testing wp to see what saves where I noticed that when posting, that same post is saved multiple times.
    I have the following plugins activated and up to date:
    All in One SEO Pack
    Google Analyticator
    Google XML Sitemaps

    what differs among posts are:
    – post_date
    – post_date_gmt
    – post_status (first one is publish, rest are inherit
    – post_name (my given title, $ID-revision $ID-autosave)
    – post_modified
    – post_modified_gmt
    – guid (first one is http://site/?p=$ID, rest are http://site/http://site/$category/$post_name/ yes, I wrote the url corectly, it actually doubles the http://site)
    – post_type (first one is post, rest are revision)

    as it is obvious from not seeing the fields there, the post body, title and the rest of the psot information do not change.

    is this normal?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ciuly

    (@ciuly)

    minor correction: here is another field different:
    – post_parent (it’s 0 for 1st entry and $id for the rest)

    so it appears the behaviour is normal. but why woul dit save the entire post content (and title) if they don’t change? isn’t that a storage bug?

    Thread Starter ciuly

    (@ciuly)

    update: the double http://site was actually my bad configuration as I netered the site address in the permalink.

    cuily… by any chance are you willing to share your migration script? I have a migration from phpBB to wordpress and could really use the help.

    Amir

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘double/triple entry in DB on 2.8’ is closed to new replies.