Dear WPVivid Guys: have you already migrated the plugin to PHP 8?
I just successfully dockerized a WordPress website. I installed it with PHP-FPM 8. So far so good. I install the wpvivid, I copy my previously generated backups (from a PHP 7 website) into the wpvivid backups, I click on scan backups, finally I click on restore and seems evrything is going all right, but just when it comes to restore the themes part … crash!
Logs:
25/Aug/2021:20:44:36 +0000 “POST /wp-admin/admin-ajax.php” 500
25/Aug/2021:20:44:37 +0000 “POST /wp-admin/admin-ajax.php” 500
NOTICE: PHP message: PHP Warning: Cannot modify header information – headers already sent in /var/www/html/wp-includes/load.php on line 280
172.18.0.7 – 25/Aug/2021:20:44:46 +0000 “GET /wp-cron.php” 200
NOTICE: PHP message: PHP Warning: Cannot modify header information – headers already sent in /var/www/html/wp-includes/load.php on line 280
25/Aug/2021:20:44:46 +0000 “GET /wp-cron.php” 200
25/Aug/2021:20:47:46 +0000 “GET /wp-cron.php” 200
25/Aug/2021:20:47:46 +0000 “GET /wp-cron.php” 200
25/Aug/2021:20:47:47 +0000 “POST /wp-admin/admin-ajax.php” 500
Looks like the wpvivid plugin is preventing me to upgrade my wordpress to PHP 8.
When will you upgrade the wpvivid to PHP 8 completely?
I will reinstall it with PHP 7.4 then …