/
Database connection object missing in TemplatesCache class
Database connection object missing in TemplatesCache class
Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/fdc787c20014d4b4#
Database connection object missing in TemplatesCache class resulting fatal error, when compiled template version is accessed via database in safe mode.
Solution
To fix this we should call parent::kHelper() instead of parent::kBase() in class constructor.