Troubleshooting "Error 330: net::ERR_CONTENT_DECODING_FAILED"
After migrating to a new server, you are encountering an issue with OpenX, your adserver, resulting in the error "Error 330: net::ERR_CONTENT_DECODING_FAILED." This error occurs when there is a discrepancy between the HTTP request headers claiming gzip encoding and the actual content not being encoded.
To resolve this issue, follow these steps:
Review PHP Configuration
Ensure that your PHP settings align with OpenX requirements. Specifically, confirm that the following settings are correct:
Verify PHP Extensions
OpenX requires the following PHP extensions:
Confirm Gzip Encoding
Check your HTTP request headers to ensure that they accurately claim gzip encoding. If the content is not actually encoded, turn off gzip encoding in your server settings.
Gather More Information
If the above steps do not resolve the issue, gather additional information by:
By following these steps, you can identify the cause of the "Error 330" and restore the proper functioning of OpenX.
The above is the detailed content of How to Fix \'Error 330: net::ERR_CONTENT_DECODING_FAILED\' in OpenX After Server Migration?. For more information, please follow other related articles on the PHP Chinese website!