Warning: ignore_user_abort() has been disabled for security reasons
-
I am unable to change the php.ini on cloud hosting. I have tested this on two different cloud host providers. WordPress self hosted works fine otherwise.
This happens when I try to Update a Post or Page, the first PHP error ignore_user_abort() also appears when updating any page or setting.
i have tried the following settings in wp-config but to no avail.
ini_set(‘ignore_user_abort’,1);
and
ignore_user_abort(true);
It only seems to happen when jetpack is connected to wordpress.com, when that connection is not made the error is not occurring.
I have updated jetpack and wordpress and have had this error for the past 6 months at least with every different version that has been out over that time period.
The host provider does not have a solution.
This is an example of the error
Warning: ignore_user_abort() has been disabled for security reasons in /clientdata/apache-www/n/e/newcastlecomputer.com.au/www/wp-content/plugins/jetpack/class.jetpack-sync.php on line 77
Warning: Cannot modify header information – headers already sent by (output started at /clientdata/apache-www/n/e/newcastlecomputer.com.au/www/wp-content/plugins/jetpack/class.jetpack-sync.php:77) in /clientdata/apache-www/n/e/newcastlecomputer.com.au/www/wp-admin/post.php on line 222
Warning: Cannot modify header information – headers already sent by (output started at /clientdata/apache-www/n/e/newcastlecomputer.com.au/www/wp-content/plugins/jetpack/class.jetpack-sync.php:77) in /clientdata/apache-www/n/e/newcastlecomputer.com.au/www/wp-includes/pluggable.php on line 875
Warning: ignore_user_abort() has been disabled for security reasons in /clientdata/apache-www/n/e/newcastlecomputer.com.au/www/wp-content/plugins/jetpack/class.jetpack.php on line 3481
- The topic ‘Warning: ignore_user_abort() has been disabled for security reasons’ is closed to new replies.