lscache_prestashop
lscache_prestashop copied to clipboard
Compatibility with Prestashop v9.x
Testing the latest version of the module on the final version of Prestashop v9.x when configuring the module I get this error:
modules/litespeedcache/controllers/admin/AdminLiteSpeedCacheManageController.php:50
Are @litespeedtech working to upgrade the module compatibility? @WuhuaChen
hi, now we support Prestashop v9.x in the latest release package: https://github.com/litespeedtech/lscache_prestashop/releases/tag/v.1.5.3 and clear cache in Prestashop Admin Panel->Configure->Advanced Parameters->Performance
thanks
Good morning @WuhuaChen
the new release on multi-store prestashop returns the following error on backoffice:
PHP Fatal error: Uncaught Error: Call to a member function query() on null in public_html/classes/db/DbPDO.php:149\nStack trace:\n#0 public_html/classes/db/Db.php(377): DbPDOCore->_query()\n#1 public_html/classes/db/Db.php(664): DbCore->query()\n#2public_html/classes/db/Db.php(698): DbCore->getRow()\n#3 public_html/classes/Language.php(1216): DbCore->getValue()\n#4 public_html/classes/Language.php(1513): LanguageCore::countActiveLanguages()\n#5 public_html/modules/litespeedcache/classes/VaryCookie.php(292): LanguageCore::isMultiLanguageActivated()\n#6 /public_html/modules/litespeedcache/classes/VaryCookie.php(78): LiteSpeedCacheVaryCookie->init()\n#7 public_html/modules/litespeedcache/classes/VaryCookie.php(103): LiteSpeedCacheVaryCookie->__construct()\n#8 public_html/modules/litespeedcache/litespeedcache.php(489): LiteSpeedCacheVaryCookie::setVary()\n#9 public_html/modules/litespeedcache/litespeedcache.php(502): LiteSpeedCache::setVaryCookie()\n#10 [internal function]: LiteSpeedCache::callbackOutputFilter()\n#11 {main}\n thrown in public_html/classes/db/DbPDO.php on line 149\n
@WuhuaChen Can be check this issue above?