• Hi,

    i got this error with the Version 1.4.18

    Got error ‘PHP message: PHP Fatal error: Uncaught AsaZend_Cache_Exception: Invalid id or tag ‘<b></b>B07QNVBML4’ : must use only [a-zA-Z0-9_] in /var/www/vhosts/appdated.de/httpdocs/wp-content/plugins/amazonsimpleadmin/lib/AsaZend/Cache.php:209\nStack trace:\n#0 /var/www/vhosts/appdated.de/httpdocs/wp-content/plugins/amazonsimpleadmin/lib/AsaZend/Cache/Core.php

    How can i solve this?

Viewing 1 replies (of 1 total)
  • Plugin Author Timo

    (@worschtebrot)

    Thanks for your feedback.

    This looks like a problem with the cache and invalid characters within a shortcode. I suspect that somewhere on your site HTML tags got into an asa shortcode, like so:
    [asa]<b></b>B07QNVBML4[/asa]

    And these HTML tags cause the problem when generating a unique cache token.

    The quick fix would be to find this shortcode and remove the b tags from it so it only has the ASIN in it. If you then clear the ASA cache, the problem should no longer occur. This would also be recommended because the shortcode might not work that way.

    The medium term solution is that I tweak the code to ignore invalid characters when writing the cache. However, this will only be available with the next update.

    • This reply was modified 2 years, 9 months ago by Timo.
Viewing 1 replies (of 1 total)
  • The topic ‘Zend Fatal Error’ is closed to new replies.