lscache_prestashop
lscache_prestashop copied to clipboard
Third party stock update error
Hi, we have a problem updating the products from our stockagile inventory manager. When synchronizing the products we get this error:
ERROR: 500 TEXT:
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <errors> <error> <code><![CDATA[3]]></code> <message><![CDATA[[PHP Warning #2] Undefined array key "product" (/modules/litespeedcache/classes/Cache.php, line 573)]]></message> </error> <error> <code><![CDATA[3]]></code> <message><![CDATA[[PHP Warning #2] Undefined array key "product" (/modules/litespeedcache/classes/Cache.php, line 573)]]></message> </error> </errors> </prestashop>
When we disable the litespeed module we have no synchronization problems. Prestashop 8.1. Php 8.1
Any idea what could be the problem? Thanks
Hello, you may be able to bypass the module or API you are trying to access by using the 'Blacklist URL' option found in the module's Configuration tab.
Hi, thanks for your reply, but I have no idea what I should put in that "Blacklist" to pop the cache when updating products from Stockagile.
This product update is not done from a plugin, but in a connection from them directly to the prestashop database.