Cache Error
Permalink 1 user found helpful
Hi Guys
When I turn on cache I get the following error!
Fatal error: View::render() [<a href='view.render'>view.render</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "youtubelistBlockController" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home6/pixiwooc/public_html/concrete/libraries/view.php on line 734
Any ideas?
Regards
Ben
When I turn on cache I get the following error!
Fatal error: View::render() [<a href='view.render'>view.render</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "youtubelistBlockController" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home6/pixiwooc/public_html/concrete/libraries/view.php on line 734
Any ideas?
Regards
Ben
If your block's directory is
youtube_list
your block controller needs to be
YoutubeListBlockController
Note the capitalization.