• Resolved dblair1

    (@dblair1)


    Hi, I have received this error on the stable version 1.0.9 and 1.0.9.20

    Any advice, please?

    [STEP] [2021-03-25 02:39:00] Initializing restore process…
    [DOWNLOAD GENERATED] File downloaded on (server time): 2021-03-25 02:39:01
    [DOWNLOAD GENERATED] Last update (seconds): 1 seconds ago
    [DOWNLOAD GENERATED] Last update (date): 2021-03-25 02:39:00

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support backupsupport

    (@backupsupport)

    Hi @dblair1

    Looks like PHP CLI does not work correctly.
    Could you please add those two constants to wp-config.php?
    – BMI_CLI_ENABLED BMI_USING_CLI_FUNCTIONALITY

    Like so:

    
    define('BMI_CLI_ENABLED', true);
    define('BMI_USING_CLI_FUNCTIONALITY', true);
    

    That should disable CLI permanently in our plugin.
    It should also allow you to run the backup with default method.

    Let me know if that changes anything.

    Plugin Support backupsupport

    (@backupsupport)

    As we didn’t hear any reply in last days.
    I can assume that you resolved the issue.

    Feel free to open new topic if I am wrong!
    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Beta error’ is closed to new replies.