init.php?

Status
Not open for further replies.

epsonrok85

New Member
Messages
82
Reaction score
0
Points
0
Back about 1 month ago, x10 Hosting's boru went down and a lot of free-hosted websites lost their files. I'm just now getting one of my websites back up. I already uploaded the back up and all of the previous folders/files that I've had saved before boru went down a month ago. However, for some reason, I keep getting this message:

Warning: require_once(/home/forumsru/public_html/undeadoralive.net/inc/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/forumsru/public_html/undeadoralive.net/global.php on line 19

Fatal error: require_once() [function.require]: Failed opening required '/home/forumsru/public_html/undeadoralive.net/inc/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/forumsru/public_html/undeadoralive.net/global.php on line 19

What does that mean?
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
In public_html/undeadoralive.net/inc, it's looking for the file "init.php" but it isn't finding it. Since the code is calling Require_Once, if the file isn't there (which it isn't), it stops outright.

I did look, it's definitely not there which is the problem. If you've got a backup for that particular file, re-upload it to that folder; if you don't, you should be able to reinstall MyBB but have it reuse the same database :)
 
Status
Not open for further replies.
Top