• Resolved dries863

    (@dries863)


    Hi,

    When a users posts a comment it shows up on my website and in my backend.

    After I do an update from my development environment to the live environment these comments get “hidden” (still in database, but don’t show up in backend and at posts).

    This is my updating process:
    – Copy development database to live. Ignore tables comments and commentmeta.
    – Replace development host with live host

    This was working for a long time. I think after update 3.9 or my WPML implementation my comments are hidden after I do a dev to live update.

    So there must be comment data in other tables? Anyway, I can’t find the “linking” data. Who can help me out?

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dries863

    (@dries863)

    I’ve found out that it has something to do with WPML. When I disable and enable the WPML plugin, my comments are back…

    Thread Starter dries863

    (@dries863)

    Found the what was wrong:
    WPML stores the language of a particular comment in wp_icl_translations. Without this data, no comments show up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments don't show up’ is closed to new replies.