Cannot disable: Compress pages so they’re served more quickly to visitors.
-
Hi,
Steps to reproduce:
In WPSC enable:
Compress pages so they’re served more quickly to visitors. (Recommended)
On hosting server, turn on zlib.output_compression
In WPSC UNcheck:
Compress pages so they’re served more quickly to visitors. (Recommended)
Click Update status
Then:
Compress pages so they’re served more quickly to visitors. (Recommended)
– Is still checked/enabled.
Ie I cannot disable:
Compress pages so they’re served more quickly to visitors. (Recommended)
when
zlib.output_compression
is on.Also in this case, when I, In WPSC UNcheck:
Compress pages so they’re served more quickly to visitors. (Recommended)
Click Update status
Two warning messages are displayed.
The message:Warning! You attempted to enable compression but zlib.output_compression is enabled. See #21 in the Troubleshooting section of the readme file.
Is first shown on white screen before WP admin page loads.
Once WP admin page loads, the message is partially hidden behind the left vertical main menu of WP admin.
This seems to be because:
<div class="notice notice-error"><strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file.</div>
Is directly under the <body> tag of the page.
- The topic ‘Cannot disable: Compress pages so they’re served more quickly to visitors.’ is closed to new replies.