• Hello I update my webhosting to php 8.0.1 (from php 7.4)

    and your plugin stop working.

    Everytime I want to do backup, I see message
    “Job has started, but not responded for 10 seconds.”

    In the settings page, in line “Server self connect” I have this:

    Not expected HTTP response:Status-Code: 200
    Date: Wed, 13 Oct 2021 10:15:36 GMT
    Server: ATS
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Cache-control: no-cache, must-revalidate, max-age=0
    Content-length: 0
    Content-type: text/html; charset=UTF-8
    Age: 0
    ———

    I found that in Loaded PHP Extensions it missing these extension on php 8:

    imagick
    ionCube Loader
    xmlrpc

    Could this cause your plugin to malfunction? Which PHP Extensions?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support happyAnt

    (@duongcuong96)

    Hello @davidki
    WordPress itself is not currently fully support PHP 8, also may be themes and plugins may not fully support PHP 8 too. So better I would recommend you switch to the stable PHP 7.4.

    Currently, I’m using BackWPUp with PHP 8(8.0.3 64bit) in my testing environment and got no issue come from the BWU side, but since WP is not fully supported PHP 8 so all my sites are running the PHP 7.4

    About the job not response issue, Please modify wp-config.php ( you can find this file in your root directory ), and before the line:
    /* That's all, stop editing! Happy blogging. */
    add this line:
    define('ALTERNATE_WP_CRON' , true );

    Try to run again, it’s should work!

    • This reply was modified 3 years, 5 months ago by happyAnt.
    Plugin Support happyAnt

    (@duongcuong96)

    since we haven’t heard back from you, I’m going to mark it as resolved.
    In case you’re still having problems, feel free to let us know ??

    Thread Starter davidki

    (@davidki)

    Hello,
    I found, that my web hosting provider in php 8.0.1 do not have these php extensions:

    imagick, ionCube Loader, xmlrpc

    Which of these php extensions your plugin needs?

    Thank you.

    Thread Starter davidki

    (@davidki)

    any answear?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin stop working after upate to php 8.0.1’ is closed to new replies.