blog page error

edited December 2010 in Bug Reports
I've moved my install to an xampp server on ubuntu and im getting this error when i try to go to the blog page, http://localhost/cms/blog ...and the layout isn't loading, only the body of the blog is shown.

Fatal error: Call to a member function get() on a non-object in /opt/lampp/htdocs/fuel_cms/fuel/application/libraries/MY_Parser.php on line 215

I tried a fresh install and the same thing happens. I've tried to trace where this error is originating without any luck. Any ideas?

Comments

  • edited 10:28AM
    Check that these folders are writable:
    fuel/codeigniter/cache/
    fuel/codeigniter/cache/dwoo/
    fuel/codeigniter/cache/dwoo/compiled/

    Also, which GitHub branch are you using, master or 0.91?
  • edited 10:28AM
    ahh... forgot to set the write permissions. Working great now. Thanks!
Sign In or Register to comment.