• We are getting the following error throughout the site on pages where ad units are displayed:

    message: 'gzuncompress(): data error', file: 'wp-content/plugins/amazon-auto-links/include/core/…y/interpreter/http/AmazonAutoLinks_HTTPClient.php', line: 353

    Could you take a look and see what could be causing this? The amazon links still do appear…

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Thanks for the report.

    Could you try the development version, 5.4.2b01, which may fix this issue?

    Thread Starter David Jensen

    (@dkjensen)

    We have installed the new version but are still receiving the same error.

    Plugin Author miunosoft

    (@miunosoft)

    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.

    Thread Starter David Jensen

    (@dkjensen)

    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
    Plugin Author miunosoft

    (@miunosoft)

    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?

    Thread Starter David Jensen

    (@dkjensen)

    We are using the query monitor plugin and the error shows as a red warning on every page the ad units are displayed.

    Plugin Author miunosoft

    (@miunosoft)

    Ah, that can be simply ignored..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘gzuncompress(): data error’ is closed to new replies.