Hi,
Thanks for the report.
Could you try the development version, 5.4.2b01, which may fix this issue?
We have installed the new version but are still receiving the same error.
Hmm,
I’ve updated the development version to 5.4.2b02. Try this and also add the following code in your functions.php file.
add_filter( 'aal_filter_http_request_cache_should_check_gzip_compression', '__return_false' );
This should avoid the PHP warning. But please remember when you enable the Compress Cache option (Dashboard -> Auto Amazon Links -> Settings -> Cache), the above code should be removed.
Great thanks that did the trick. There are also a few deprecated notices on the frontend, not high priority just an FYI. Excellent support thank you very much:
Deprecated Calling get_class() without arguments is deprecated
wp-content/plugins/amazon-auto-links/include/core/main/event/AmazonAutoLinks_Shadow.php:79
3 Plugin: amazon-auto-links
Deprecated Creation of dynamic property AmazonAutoLinksPro_Template_Column::$aUnitOptions is deprecated
wp-content/plugins/amazon-auto-links-pro/template/column/class/AmazonAutoLinksPro_Template_Column.php:35
1 Plugin: amazon-auto-links-pro
Deprecated Creation of dynamic property AmazonAutoLinksPro_Template_Column::$aTemplateOptions is deprecated
wp-content/plugins/amazon-auto-links-pro/template/column/class/AmazonAutoLinksPro_Template_Column.php:37
1 Plugin: amazon-auto-links-pro
All right, thank you for the heads-up.
By the way, the gzuncompress() PHP warning you reported is directed to be hidden by the plugin code by adding the preceding @ operator. I’m wondering how you got to see the error. Was it displayed somehow, or just logged?
We are using the query monitor plugin and the error shows as a red warning on every page the ad units are displayed.
Ah, that can be simply ignored..