• Resolved pblauer

    (@pblauer)


    Hi!
    I’ve exported just the DB from a site and importing to a local env.

    Although the UI says import completed ok, DB is not updated. I’ve checked the error.log and found this:

    {"Number":2,"Message":"mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given","File":"class-ai1wm-database-mysqli.php","Line":93}
    
    Dec 23 2019 18:25:06
    {"Number":2,"Message":"mysqli_free_result() expects parameter 1 to be mysqli_result, null given","File":"class-ai1wm-database-mysqli.php","Line":123}

    I’m using Easy PHP and Windows.

    Any ideas? For other people in my team, this is working. So must be something in my environment

    • This topic was modified 6 years, 5 months ago by pblauer.
Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    I haven’t used Easy PHP on Windows.
    Check how the database is configured in wp-config.php – if using localhost, try changing it to 127.0.0.1 if using socket, try switching it to IP address.

Viewing 1 replies (of 1 total)

The topic ‘Import does not update Database’ is closed to new replies.