• Hi all,
    After upgraded to Ver 8.1.0 my publication disappears leaving error message:

    Sorry, no publications matched your criteria.

    Please help me to recover the list.

    Thank you.

    Nam

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem. How did you fix it?

    Thank you.
    Andy Flies

    Thread Starter namtx

    (@namtx)

    Dear Andy,

    In fact, there was a button called Database update. I backed up my website database first and then pressed the button.

    Good luck.

    Nam

    Hi all,

    I’m facing the same problem. Any chance the database/publications can be recovered?

    Best,

    Thomas

    Plugin Author winkm89

    (@winkm89)

    Hi Thomas,

    If the data is not visible it’s mostly just a discrepancy between the table format and the SQL query, for example if the plugin asks for a new table column which doesn’t exists, if the update isn’t executed or runs in an error. Your data is still there.

    If the problem still exists after the update please set the following options in your wp-config.php to activate the debugging:

    
    define('WP_DEBUG', true);
    define( 'WP_DEBUG_DISPLAY', true );
    

    This should help to see the real MySQL error message.

    Outstanding! Indeed, the issue column was missing. All fixed now!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Publication list empty after upgraded to Ver 8.1.0.’ is closed to new replies.