Problems viewing information

edited December 2010 in Installation
I just installed Fuel CMS for the first time to check it out. I created a Page and a Blog post. However, whenever I try to view either of them I get an error.

Fatal error: Call to a member function get() on a non-object in /made/up/fake/dir/for/posting/MY_Parser.php on line 212

Line 212 is
$parsed_string = $dwoo->get($tpl, $dwoo_data, $compiler);

Comments

  • edited 9:44AM
    Are your fuel/codeigniter/cache and fuel/codeigniter/cache/dwoo/compliled directories writable?
  • edited 9:44AM
    Both were writable. I ended up doing a recursive chmod on fuel/codeigniter/cache and that fixed the issue. So a permissions issue, just not sure where. Thanks for the quick response.
Sign In or Register to comment.