v4.5 and file_put_contents of ngnxi.conf
-
I have my site hosted on platform.sh – the plugins directory there is not writable. The latest version 4.5 changes something and causes the following to happen:
Warning: file_put_contents(/app/wordpress/wp-content/wp-cloudflare-super-page-cache/www.mysite.com/nginx.conf): failed to open stream: No such file or directory in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php on line 1116 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 532 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 533 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 534 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 590 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 591 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 592 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 593 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 594 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 595 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 596 Warning: Cannot modify header information - headers already sent by (output started at /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:1116) in /app/wordpress/wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php on line 597
I am guessing it’s because of the
file_put_contents
that’s failing.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘v4.5 and file_put_contents of ngnxi.conf’ is closed to new replies.