PDA

View Full Version : Getting into Forum directory issues


Abronsyth
06-11-2013, 08:22 AM
Okay, just uploaded the latest verson of Mybb to the directory /Forum to my website, and when I try to access the installation for Mybb at /Forum/install/index.php I get this error:
Warning: require(../inc/config.php) [function.require]: failed to open stream: No such file or directory in /home/ferrepet/public_html/classes/class_initializer.php on line 94

Warning: require(../inc/config.php) [function.require]: failed to open stream: No such file or directory in /home/ferrepet/public_html/classes/class_initializer.php on line 94

Fatal error: require() [function.require]: Failed opening required '../inc/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ferrepet/public_html/classes/class_initializer.php on line 94

And I honestly have no idea why it's trying to look in /classes at all. Any ideas..? Am I just doing something idiotic and not seeing it..?

Tequila
06-11-2013, 08:29 AM
Did you copy the .htaccess file from the script install folder to the forum directory? That'll fix it. ;3

Nieth
06-11-2013, 08:32 AM
Tequila just beat me to it. -shakes fist- I like helping people. D:

But yeah, creating/moving a new .htaccess file into the forum directory is what worked for me when I tried setting it up.

Abronsyth
06-11-2013, 08:35 AM
//slaps self// Shoot! Forgot about that glitch with Mybb! Sorry all, forgot I've already asked this ;-; //shuffles away//


Thanks to both!

Tequila
06-11-2013, 08:41 AM
'Sokay. ;3

@Nieth, I'm not usually on the board (working behind the scenes on themes and such, plus job hunting, plus trying to get hired as an artist) so if you can help great!. ;3

Nieth
06-11-2013, 08:56 AM
Only with small things. I'm not exactly well-learned in any of this, just been figuring it out as I go. Good luck with everything Teq!

Hall of Famer
06-11-2013, 10:24 AM
Glad it works out for you. XD If you run a MyBB forum, just rename its htaccess.txt file into .htaccess, this will solve the problem instantly. For other forum engines that do not have .htaccess to begin with, you will need to upload a standard copy yourself.