View next topic
View previous topic
Post new topic   Reply to topic
Author Message
codyg




Joined: Nov 11, 2008
Posts: 2

PostPosted: Tue Nov 11, 2008 6:01 pm
Reply with quote

I have php5 and rn2.3 and chat.js var debugMode=true.

modules.php?name=Live_Chat
Error accessing the server!
[object Error]


liveChat.php throws this:

Warning: require_once(INCLUDE_PATHrnconfig.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/config.php on line 94

Fatal error: require_once() [function.require]: Failed opening required 'INCLUDE_PATHrnconfig.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/config.php on line 94

Any ideas how to fix it? Also, the block isn't showing up, but my guess is that it's all related.
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 756

PostPosted: Tue Nov 11, 2008 6:14 pm
Reply with quote

Add this to the top of liveChat.php, under the < ?php tag...

Code:
define('INCLUDE_PATH', '');
 
View user's profile Send private message Visit poster's website
codyg




Joined: Nov 11, 2008
Posts: 2

PostPosted: Tue Nov 11, 2008 9:16 pm
Reply with quote

that fixed it! thanks
 
View user's profile Send private message
Guardian




Joined: Dec 09, 2006
Posts: 249

PostPosted: Wed Nov 12, 2008 4:11 am
Reply with quote

I had this problem when I re coded Nuke Treasury so it's actually a RavenNuke problem.
Most scripts have a call to mainfile which sets the INCLUDE_PATH and then mainfile calls config.php
Instead of then calling rnconfig.php from maiinfile it is called from config.php but as config.php doesn't actually know what the value of INCLUDE_PATH should be, you get this annoying error.

_________________
Code Authors Nuke Reviews 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours