This is what the php error log shows:
Code: Select all
[19-Oct-2020 12:54:41 America/Argentina/Buenos_Aires] PHP Fatal error: Uncaught Error: Call to undefined method Cart\Cart::renew_session_id_old_items() in /home/c1811017/public_html/catalog/controller/checkout/login.php:64
Stack trace:
#0 /home/c1811017/public_html/vqmod/vqcache/vq2-storage_modification_system_engine_action.php(79): ControllerCheckoutLogin->save()
#1 /home/c1811017/public_html/catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#2 /home/c1811017/public_html/vqmod/vqcache/vq2-storage_modification_system_engine_action.php(79): ControllerStartupRouter->index()
#3 /home/c1811017/public_html/system/engine/router.php(67): Action->execute(Object(Registry))
#4 /home/c1811017/public_html/system/engine/router.php(56): Router->execute(Object(Action))
#5 /home/c1811017/public_html/system/framework.php(165): Router->dispatch(Object(Action), Object(Action))
#6 /home/c1811017/public_html/vqmod/vqcache/vq2-system_startup.php(104): require_once('/home/c1811017/...')
#7 /home/c1811017/public_html/index.php(23): start('catalog')
#8 {main}
thrown in /home/c1811017/public_html/catalog/controller/checkout/login.php on line 64
Code: Select all
$this->cart->renew_session_id_old_items ($this->customer->getId());
Thanks for any help!
