Include error

Permalink
I can't figure out this include error that I get when I try to login to my site:

Warning: include() [function.include]: Filename cannot be empty in /Applications/MAMP/htdocs/concrete/concrete5.3.3.1/concrete/libraries/view.php on line 738

Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php:/Applications/MAMP/htdocs/concrete/concrete5.3.3.1/libraries/3rdparty:/Applications/MAMP/htdocs/concrete/concrete5.3.3.1/concrete/config/../libraries/3rdparty') in /Applications/MAMP/htdocs/concrete/concrete5.3.3.1/concrete/libraries/view.php on line 738

Line 738 contains this line of code:
include($this->theme);

I've tried using different view.php files, but that didn't help. Any suggestions?

Thanks!

 
Mnkras replied on at Permalink Reply
Mnkras
you should NEVER edit anything in the /concrete directory unless told to, almost anything in the concrete directory can be moved out of it, the reason we say to not edit in there is so that this does not happen,

re download the file from sourceforge
twinsfan replied on at Permalink Reply
Thanks Mnkras! I replaced the /concrete directory and everything works again. Lesson learned.