Log in

View Full Version : [HELP] - Global.php error?


henkcod2
08-19-2010, 12:53 PM
Well, I moved to a new domain the other night, and I got this error.


Warning: require_once(/home/quinn/public_html/includes/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/quinn/public_html/failscene.net/global.php on line 34

Fatal error: require_once() [function.require]: Failed opening required '/home/quinn/public_html/includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/quinn/public_html/failscene.net/global.php on line 34

I've viewed line 34 of Global.php and it involved includes/init.php.
I still don't understand what's wrong, can someone help me please?

Thanks,
henkcod2.

Lynne
08-19-2010, 02:36 PM
It says it has failed to open that file. So, does the file exist? What are the permissions on it?

BirdOPrey5
08-19-2010, 04:07 PM
You said you moved to a new domain, in your config.php what does the following line say:
$config['Misc']['forumpath'] = '';

It's usually blank(nothing between the single quotes) but maybe you had something for your old domain that is no longer needed?