[Kohana] Exceptions after idle for a while
Posted: Wed Feb 12, 2014 10:00 am
I am working on a site built using Kohana 3.2.0.
It basically works fine. But occasionally, after I entered the site, remain idle for a while and then refresh the browser, one of the following errors will appear.
(1)
Maximum function nesting level of '100' reached, aborting
(2)
ErrorException [ 8 ]: Undefined property: Model_User::$id ~ APPPATH/views/en/template/topnav.php
The interesting thing is that, when these errors appear, the site will automatically comes back to normal after a while and refresh the browser again.
Hence I believe the errors are not due to the application code's problem.
Anyone has a hint? Thanks in advance.
It basically works fine. But occasionally, after I entered the site, remain idle for a while and then refresh the browser, one of the following errors will appear.
(1)
Maximum function nesting level of '100' reached, aborting
(2)
ErrorException [ 8 ]: Undefined property: Model_User::$id ~ APPPATH/views/en/template/topnav.php
The interesting thing is that, when these errors appear, the site will automatically comes back to normal after a while and refresh the browser again.
Hence I believe the errors are not due to the application code's problem.
Anyone has a hint? Thanks in advance.