MyBB Community Forums

Full Version: Warning: require_once
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I suddenly got this error:
Quote:Warning: require_once(/home/culinary/public_html/worldtravelforum.info/inc/config.php) [function.require-once]: failed to open stream: Permission denied in /home/culinary/public_html/worldtravelforum.info/inc/init.php on line 45

Fatal error: require_once() [function.require]: Failed opening required '/home/culinary/public_html/worldtravelforum.info/inc/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/culinary/public_html/worldtravelforum.info/inc/init.php on line 45
I hadn't touched anything apart from viewing the forum, just refreshed a couple of hours later and that appeared. Any ideas?
Check if config.php is in "worldtravelforum.info/inc/" dir.
If is there, check chmod for this file (must be 666 - see more info about chmod: HERE).
If you still have problems, open your config.php and check this lines:
/**
 * Database configuration
 */

$config['dbtype'] = 'mysqli';
$config['hostname'] = 'localhost';
$config['username'] = 'username';
$config['password'] = 'password';
$config['database'] = 'nameofdatabase';
$config['table_prefix'] = 'mybb_';

Don't copy and paste here. Smile
Just check if all this settings are OK.
mybbromania Wrote:Check if config.php is in "worldtravelforum.info/inc/" dir.
If is there, check chmod for this file (must be 666 - see more info about chmod:
Wow, that was the trouble Shy it was just 600. How could that "break" by itself?

Thanks!
Why 666 why not 777?
Security I guess Smile
ForumSpark Wrote:Security I guess Smile
Something like this.

The files and folders that require CHMODing for MyBB to install are

filename CHMOD Permission
--------------------------------------------
inc/config.php 666
inc/settings.php 666
uploads/ 777
uploads/avatars/ 777

[attachment=9351]

ForumSpark Wrote:How could that "break" by itself?
I must to give you an answer ?
Smile Smile Smile
mybbromania Wrote:I must to give you an answer ?
Smile Smile Smile
Yes Toungue