Hello,
After 4.3.8 upgrade, when access the front end I got the error:
PHP Fatal Error
Message
Uncaught Exception: Serialization of 'Closure' is not allowed in public_html\app\Tygh\Backend\Cache\File.php:27
Stack trace:
#0 public_html\app\Tygh\Backend\Cache\File.php(27): serialize(Array)
#1 public_html\app\Tygh\Registry.php(398): Tygh\Backend\Cache\File->set('debugger', Array, Array, 'cache_customerd...')
#2 public_html\app\Tygh\Registry.php(80): Tygh\Registry::_saveCache('dbg_1465907646_...', Array)
#3 public_html\app\Tygh\Debugger.php(327): Tygh\Registry::set('dbg_1465907646_...', Array)
#4 public_html\app\functions\fn.control.php(632): Tygh\Debugger::display()
#5 public_html\index.php(25): fn_dispatch()
#6 {main} thrown
Error at
public_html\app\Tygh\Backend\Cache\File.php, line: 27
Back end seems working fine.
A bit research tell me that there is anonymous functions cannot be serialized, but I don't know where to debug this.
Has anyone faced this problem before and solved it?
I tested after a few upgrades from 4.3.6 to 4.3.7 to 4.3.8 so not sure what has caused this.
Mike