400 Bad Request after update v1.8.11 to v1.8.12

remove from migrate_ngnix_apache_nginx-php-fpm.sh


#----------------------------------------------------------#
#                    Verifications                         #
#----------------------------------------------------------#

if [ "$WEB_BACKEND" != "php-fpm" ]; then
	check_result $E_NOTEXISTS "PHP-FPM is not enabled" > /dev/null
	exit 1
fi

if [ "$WEB_SYSTEM" != "apache2" ]; then
	check_result $E_NOTEXISTS "Apache2 is not enabled" > /dev/null
	exit 1
fi

launch ./migrate_ngnix_apache_nginx-php-fpm.sh

It helped me. :cowboy_hat_face:

4 Likes