• Resolved xberg

    (@xberg)


    Hello,

    When importing, the static content is imported correctly, the database tables are created, but while copying the records of the 1st table Duplicator process stops with the following error:

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in [path-removed]/installer.php on line 354

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in [path-removed]/installer.php on line 354
    {“pass”:1,”table_count”:0,”table_rows”:-29938,”query_errs”:59936}

    Anything I can do?

    http://wordpress.org/extend/plugins/duplicator/

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you can give the Developer Version a try it may have your fixes for the issue you’re seeing. The very latest version can be found by following these instructions:

    -> Browse to http://wordpress.org/extend/plugins/duplicator/developers/
    -> Look for the section “Other Versions”
    -> Click on “Development Version” and download the zip plugin file
    -> Uninstall your current version and install this one
    -> Note: The version number might still be the same but the source code is different.

    Thread Starter xberg

    (@xberg)

    Hello,

    Thanks for the great support!

    Yes – it worked!!! With the developer version.

    Only problem I can spot immediately is that none of the French accents on the site content are now rendered correctly…

    Thanks

    On the “Advanced Options” of the installer there are MySQL character set options that you may have to play around with to get it working…

    I’m not really an expert when it comes to character encoding so I won’t be able to really tell you which one to use or how to use them, you will probably need to do some searching online for what you need in your particular setup…

    Hope that helps

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Process stops when importing MySQL’ is closed to new replies.