Viewing 2 replies - 1 through 2 (of 2 total)
  • A quick modification will be by replacing line 1446 – 1448 at \wp-content\plugins\xcloner-backup-and-restore\restore\TAR.php from:

    if ($v_header['filename'] == '') {
       continue;
     }

    to:

    if ($v_header['filename'] == '') {
       return false;
     }

    After that you will 2 warnings on plugin page but they are only Deprecated Warnings.

    PS. I created the backup file but i haven’t tested it yet

    XCloner

    (@xcloner)

    Just a quick update, the latest XCloner 4.0.1 now fully supports PHP 7

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not PHP 7.x compatible ?’ is closed to new replies.