Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Forum Integrate Not Working (http://www.mysidiaadoptables.com/forum/showthread.php?t=4309)

AlexC 11-25-2013 05:32 PM

Forum Integrate Not Working
 
While attempting to install a fresh version of MyBB, I got this at the end of the install;

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

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

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

Any idea what went wrong?

Nieth 11-25-2013 05:49 PM

It's telling you that your config.php isn't there or isn't in the right directory. Check to make sure that the file is there and that all the necessary information is filled out for the forum integration.

I can confirm that MyBB is working on Mysidia v1.3.4

AlexC 11-25-2013 05:52 PM

There is a config.php file, but for some reason, its listing as 0kb file size. I guess I'll try reinstall.

Nieth 11-25-2013 05:54 PM

Alright, if that doesn't work you may have received a buggy MyBB zip. You might have to create your own config.php file.

AlexC 11-25-2013 06:01 PM

Huh, that's weird. I tried going to the forum/install page after reuploading, but I'm getting the same message.

Nieth 11-25-2013 06:02 PM

When you open the config.php file what's written inside of it?

AlexC 11-25-2013 06:04 PM

Nothing at the moment - it didn't get a chance to even go the install page this time. I don't know if it has something to do with the way the URLs have been formatted?

Nieth 11-25-2013 06:09 PM

It might be, or it might be something else.

Have you followed these steps?

CHMOD the following files to 666 (ie, make sure that PHP can write to them).
./inc/settings.php
./inc/config.php (you must rename config.default.php to config.php first)
./inc/languages/*your_language*/*all files* (optional)
./inc/languages/*your_language*/admin/*all files* (optional)

CHMOD the following folders to 777 (ie, make sure that PHP can write to and execute from them).
./cache/
./cache/themes/
./uploads/
./uploads/avatars/
./admin/backups/ (optional)

If you didn't follow those, the installation will not run correctly and you will receive errors.

MikiHeart 11-25-2013 06:13 PM

This is an error with mybb. Try searching their forums, there's bound to be a fix.

AlexC 11-25-2013 06:16 PM

Yeah, I followed the instructions.

I just posted here first because it was talking about a folder and file that was for this script, not theirs. I guess I'll look into it later.


All times are GMT -5. The time now is 04:47 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.