controller->missingHelperClass; $missingFile = $this->controller->missingHelperFile; ?>
You are seeing this error because the helper class can't be found or doesn't exist in
Notice: this error is being rendered by the app/views/errors/missing_helper_class.thtml
view file, a user-customizable error page for handling non-existent helper classes.
Fatal: Create the Class:
<?php\n\nclass " . $missingClass ." extends Helper {\n // Your helper functions here function myHelperFunction () { } }\n?>"; ?> in file :
Error: Unable to load helper class in View::_loadHelpers
1):?>db); print_r($this); ?>