• Resolved awaise17

    (@awaise17)


    Hi. I have been using this great plugin for quite a long time without any issue at all.
    But two days back, all of sudden, it has stopped working for me.
    When I try to create a package, everything goes fine.
    When the duplicator scans for the site and shows me the result, everything is good.
    But when I click on “Build”, the package it creates contains only database, installer.php and installer-backup.php. That’s all.
    Its not making backup of the WordPress. I am not using any filter, haven’t changed any setting but still I am facing this issue.
    Here is the log if it helps.

    ********************************************************************************
    PACKAGE-LOG: 2015-05-01 04:57:47
    NOTICE: Do NOT post to public sites or forums
    ********************************************************************************
    VERSION: 0.5.18
    WORDPRESS: 4.2.1
    PHP INFO: 5.5.12 | SAPI: apache2handler
    SERVER: Apache/2.4.9 (Win64) PHP/5.5.12
    PHP TIME LIMIT: (0) no time limit imposed
    PHP MAX MEMORY: 5000M (512M default)
    MEMORY STACK: 25MB

    ********************************************************************************
    DATABASE:
    ********************************************************************************
    BUILD MODE: PHP (query limit – 100)
    MYSQLDUMP: Not Supported
    MYSQLTIMEOUT: 5000
    TABLES: total:12 | filtered:0 | create:12
    FILTERED: []
    SQL CREATED: 20150501_versierschoolwpnew__database.sql
    SQL FILE SIZE: 115.08KB
    SQL FILE TIME: 2015-05-01 04:57:47
    SQL RUNTIME: 0.23 sec.

    ********************************************************************************
    ARCHIVE (ZIP):
    ********************************************************************************
    ARCHIVE DIR: D:/wamp/www/versierschoolwpnew
    ARCHIVE FILE: 20150501_versierschoolwpnew__archive.zip
    FILTERS: *OFF*
    DIRS: not set
    EXTS: not set
    —————————————-
    COMPRESSING
    SIZE:
    STATS: Dirs | Files | Links
    SQL ADDED: 20150501_versierschoolwpnew__database.sql
    ZipArchive Object
    (
    [status] => 0
    [statusSys] => 0
    [numFiles] => 1
    [filename] => D:\wamp\www\versierschoolwpnew\wp-snapshots\tmp\20150501_versierschoolwpnew__archive.zip
    [comment] =>
    )

    COMPRESSION RESULT: ‘1’
    COMPRESSED SIZE: 17.73KB
    ARCHIVE RUNTIME: 0.03 sec.
    MEMORY STACK: 25.25MB

    ********************************************************************************
    MAKE INSTALLER:
    ********************************************************************************
    Build Start
    Build Finished
    Preping for use
    Template parsed with new data
    Complete [D:/wamp/www/versierschoolwpnew/wp-snapshots/tmp/20150501_versierschoolwpnew__installer.php]
    Added to archive

    ********************************************************************************
    INTEGRITY CHECKS:
    ********************************************************************************
    SQL File: 115.08KB
    Installer File: 316.84KB
    Archive File: 17.73KB

    ********************************************************************************
    RECORD ID:[1]
    TOTAL PROCESS RUNTIME: 3.88 sec.
    PEAK PHP MEMORY USED: 27.75MB
    DONE PROCESSING => 20150501_versierschoolwpnew 2015-05-01 04:57:51

    https://wordpress.org/plugins/duplicator/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter awaise17

    (@awaise17)

    Sorry, I forgot to mention that I using it on localhost (wamp).

    Cory Lamle

    (@corylamleorg)

    Hey Awaise17,

    You may have to create a series of directory filters to find out where PHP is having issues with reading a particular file or directory. In many cases the PHP loop that is recursive over your directory structure is probably hitting a file or folder that it either finds unreadable/corrupted or a possible character that your version PHP is having issues with or can’t read properly and PHP is simply ignoring it for one reason or another.

    If you can pin-point the file or folder that is causing the issue I may be able to repro the issue and possibly write code around it…

    BTW
    Since this is a localhost system your probably ok to post the log, but on a production system you wouldn’t want to post the log as it has sensitive info…

    Cheers~

    Thread Starter awaise17

    (@awaise17)

    Hi Cory, thank you for the response and tips.

    I planned to follow what you have mentioned. But before applying any filter, I gave it another try to make a backup without any filters and settings and Whola!!! This time the plugin just created the backup as it has been excellently doing.

    I don’t know why on Earth it was happening as I haven’t changed any settings again and haven’t touched anything but it has started working again. It must be waiting for me to tell your about the problem. Haha.

    Sorry if it was a pain.

    Cory Lamle

    (@corylamleorg)

    No Problem! Glad you got it going…

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

The topic ‘Duplicator's Archive Only Contains Database’ is closed to new replies.