• Resolved wvdbroek

    (@wvdbroek)


    when trying to mygrate to localhost xampp i get this

    Server Code: 200
    Status: OK
    Response:
    Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, null given in C:\xampp\htdocs\testsite\installer.php:2183 Stack trace: #0 {main} thrown in C:\xampp\htdocs\testsite\installer.php on line 2183

    the install log ends with.

    ********************************************************************************
    * DUPLICATOR-LITE: INSTALL-LOG
    * STEP-2 START @ 12:20:29
    * NOTICE: Do NOT post to public sites or forums
    ********************************************************************************
    ————————————–
    DATABASE ENVIRONMENT
    ————————————–
    MYSQL VERSION: This Server: 10.4.17 — Build Server: 10.1.24
    FILE SIZE: database.sql (2.91MB) – installer-data.sql (2.91MB)
    TIMEOUT: 5000
    MAXPACK: 1048576
    SQLMODE: NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION
    NEW SQL FILE: [C:/xampp/htdocs/testsite/installer-data.sql]

    I tried a few things but no dice does anyone know an solution

    TNXS in advance

    Grtz
    Willem

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey @wvdbroek,

    Which version of the plugin are you using?

    Thanks~

    Thread Starter wvdbroek

    (@wvdbroek)

    the version = version: 1.2.30

    This is a old installer and zip file from a old website wich i dont have anymore.
    But i am starting a similar one. And wanted to see how i did some things in this one.

    So i can not upgrade anything to a other version

    Hey @wvdbroek,

    You will need to open the installer.php file and on line #2178 change

    from: 
    $found_tables = null;
    to:
    $found_tables = 0;

    This should fix the error you are seeing.

    Let me know if that works~

    Thread Starter wvdbroek

    (@wvdbroek)

    ok did that and now getting :

    Server Code: 200
    Status: OK
    Response:
    Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, int given in C:\xampp\htdocs\testsite\installer.php:2183 Stack trace: #0 {main} thrown in C:\xampp\htdocs\testsite\installer.php on line 2183

    Hey @wvdbroek

    If you would like to submit a support ticket for this issue we can have a closer look at your setup and fix the code for you. Please provide a link to this forum thread when submitting the ticket.

    Cheers~

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

The topic ‘stuck at step 2 server code 200’ is closed to new replies.