Cache 404 option cause error on product save

Germont

Well-Known Member
#1
Hi!
It's an Open Cart 3.0.2.0, with php 7.3
Suddenly the shop manager can save products only after many retries. This is shown on a white screen in admin side.
/admin/index.php?route=catalog/product/edit&user_token=Y7do5BwPTFh9eI3LkSp3WumvTT0lYANo&product_id=23261&filter_name=universal+amino
And this appears in error_log
[10-Dec-2021 16:25:56 UTC] PHP Fatal error: Uncaught Error: Call to a member function setPublicTTL() on null in /home/useraccount/public_html/catalog/controller/extension/module/lscache.php:284
Stack trace:
#0 /home/useraccount/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(79): ControllerExtensionModuleLSCache->checkError('product/product', Array, '')
#1 /home/useraccount/public_html/system/engine/event.php(62): Action->execute(Object(Registry), Array)
#2 /home/useraccount/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_loader.php(124): Event->trigger('view/error/not_...', Array)
#3 /home/useraccount/public_html/vqmod/vqcache/vq2-system_storage_modification_catalog_controller_product_product.php(888): Loader->view('error/not_found', Array)
#4 /home/useraccount/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(79): ControllerProductProduct->index()
#5 /home/useraccount/public_html/catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#6 /home/useraccount/public_html/vqm in /home/useraccount/public_html/catalog/controller/extension/module/lscache.php on line 284
 
Top