Since the problems I saw in the old thread were fixed, I thought i'd move this problem to a new one.
Ive seen a few of these other places:
Fatal error: Failed opening required 'config.php' (include_path='') in /home/galaxies/public_html/members/mainfile.php on line 65
I've noticed that a few other modules are giving me this same error.
In the mainfile.php on line 65 it says:
require_once("config.php");
Ive edited this several ways to see if it helped:
require("config.php");
include_once("config.php");
include("config.php");
require_once('config.php'); etc.....
I added this line before it
require_once("chicken.php");
After that I couldnt access my site at all. I got this error:
Fatal error: Failed opening required 'chicken.php' (include_path='') in /home/galaxies/public_html/members/mainfile.php on line 64
so I added a chicken.php file with nothing more than <? ?>
now when I try to load the chat I get this error:
Fatal error: Failed opening required 'chicken.php' (include_path='') in /home/galaxies/public_html/members/mainfile.php on line 64
Seems to me that index.php accessed chicken.php through mainfile.php.
So why can't chat do it?
Thanks for any help in advance...
leo
chatserv General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Sat Feb 01, 2003 4:20 am
Don't think this'll make any difference but in the Chat module's index.php change require_once("mainfile.php"); to require("mainfile.php");
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sat Feb 01, 2003 4:20 am
as I've said in about 4 topics now - WE'RE WORKING ON IT.
I'm locking this topic cause it's just a waste of a topic being that the fix - when we fix it - is going to be in one of hte earlier topics.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum