PDA

View Full Version : Failed to open stream: No such file or directory...


TheBigBlack
04-23-2012, 02:21 PM
Apologies for all of the questions :littlecfrown: Every time I think something's going well, I manage to mess something up again.
After I'd finished editing my css (Thanks again for helping me figure it out!), I logged out of my admin account (front end) and tried to look at the main page. Now, any time I try to view a page, I get this:
http://gyazo.com/58a63265a157629727b41a1eb64cd384.png?1335208268

I thought the problem might be that Main was capitalized, since in the file manager/files/filezilla, Main isn't capitalized, but fixing that didn't help at all. I changed the CHMOD of functions.php and template.html to 777, but that didn't work either. It was working fine before I started editing the css, so I can only assume that I must have accidentally messed up the functions.php file somehow around line 459.
The ACP still shows up fine, I just can't access it because I can't log in from the front end of the site. I can still edit files through the file manager, though.
Thanks again for answering all of my questions ^^

Hall of Famer
04-23-2012, 09:28 PM
Well look at table prefix.users_options, what is the value for field 'theme'? If the theme is 'Main', change to 'main' and it should work for you. I have no idea why you are having this capitalized theme name issue though.

TheBigBlack
04-24-2012, 07:01 AM
Fixed, thank you! It shows up fine now ^^

Hall of Famer
04-24-2012, 10:45 AM
You are very welcome, glad it fixed your problem.