• Resolved amadeus6308

    (@amadeus6308)


    I used duplicator 1.4.6 to migrate a wordpress site to a local server. Archive and installer.php were stored into the proper local folder.
    When running installer.php the execution stopped with an “unexpected output” message from main.installer.php:

    “Warning:? Undefined global variable $DUPX_AC in C:\xampp\htdocs\VomServer\dup-installer\classes\class.package.php on line 40
    Warning:? Attempt to read property “package_hash” on null in C:\xampp\htdocs\VomServer\dup-installer\classes\class.package.php on line 40″

    line 40 mentioned above: ‘return $GLOBALS[‘DUPX_AC’]->package_hash’,

    so it looks like something goes wrong when extracting the package’s hash.

    Is there any idea what may cause thisd “unexpected output” and termination?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter amadeus6308

    (@amadeus6308)

    some additional information from the dupinstaller bootlog:

    [PHP ERR][ISSUE] MSG:Creation of dynamic property DUPX_Bootstrap::$archive is deprecated [CODE:8192|FILE:C:\xampp\htdocs\VomServer\installer.php|LINE:502]
    [PHP ERR][ISSUE] MSG:Creation of dynamic property DUPX_Bootstrap::$bootloader is deprecated [CODE:8192|FILE:C:\xampp\htdocs\VomServer\installer.php|LINE:503]
    DONE: No detected errors so redirecting to the main installer. Main Installer URI = https://localhost/vomserver/dup-installer/main.installer.php
    [PHP ERR][ISSUE] MSG:Implicit conversion from float 1621.7599999999998 to int loses precision [CODE:8192|FILE:C:\xampp\htdocs\VomServer\installer.php|LINE:1581]
    [PHP ERR][ISSUE] MSG:Automatic conversion of false to array is deprecated [CODE:8192|FILE:C:\xampp\htdocs\VomServer\installer.php|LINE:1652]

    any assistance will be highly appreciated ??

    Plugin Support devdavidam

    (@devdavidam)

    @amadeus6308 do you have the same issue with the latest version?

    Thread Starter amadeus6308

    (@amadeus6308)

    @devdavidam thanks for mentioning the “latest version”. I upgraded to 1.5.2 (duplicator lite) and and the whole process did run smooth.

    Issue closed. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Unexpected output” when running installer.php’ is closed to new replies.