• Resolved tcaseng86

    (@tcaseng86)


    i’ve faced the following error as below :-

    ZipArchive::addFile(): Invalid or unitialized Zip object, <path><domain>\wp-content\plugins\backupwordpress\hm-backup\hm-backup.php, 863

    ZipArchive::addEmptyDir(): Invalid or unitialized Zip object, <path><domain>\wp-content\plugins\backupwordpress\hm-backup\hm-backup.php, 860

    ZipArchive::close(): Invalid or unitialized Zip object, <path><domain>\wp-content\plugins\backupwordpress\hm-backup\hm-backup.php, 866

    https://www.ads-software.com/plugins/backupwordpress/

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

    (@tcaseng86)

    by the way, i’m using the latest BackUpWordPress version 2.3

    When i do database & file schedule / manual backup, the error message will appear.

    When i do database backup only, it seems to be ok.

    When i do file backup only, the error appeared.

    Hi tcaseng86,

    Thanks for the feedback, your issue is a known issue that we are currently work on to find a fix for. To work around the issue until it is fixed you can add the following to you wp-config.php file.

    define( 'HMBKP_ZIP_PATH','PclZip' );

    Thread Starter tcaseng86

    (@tcaseng86)

    hi stubbs123,

    It works !

    Thanks a lot for the time / trouble….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ZipArchive::close(): Invalid or unitialized Zip object’ is closed to new replies.