Quote:
Originally Posted by z3us
I get a fatal error on install? www.nitroaddicts.com
the portal is fine but the /forums page says:
Warning: require_once(/home/z3us226/domains/nitroaddicts.com/public_html/forums//inc/config.php) [function.require-once]: failed to open stream: No such file or directory in /index.php(63) : eval()'d code on line 99
Fatal error: require_once() [function.require]: Failed opening required '/home/z3us226/domains/nitroaddicts.com/public_html/forums//inc/config.php' (include_path='.:/usr/local/lib/php') in /home/z3us226/domains/nitroaddicts.com/public_html/forums/index.php(63) : eval()'d code on line 99
|
Do you have Paul M's
Who is in chatting (for Flashchat) hack installed as well?
As this hack relies on his and it looks like for some reason the
chatfolder variable is not being picked up from his hack. I saw no need to include a path to the flashchat folder as his hack already has it defined and has to be installed for this hack to work.
If the variable was being picked up correctly then your full path would look like this:
Code:
/home/z3us226/domains/nitroaddicts.com/public_html/forums/<chatfolder variable>/inc/config.php
Where
<chatfolder variable> is the folder name of your flashchat folder, and this is missing in the error that you have posted.
To check what this is set to in the AdminCP:
vBulletin Options ->
Who is in Flashchat ->
Who is in Flashchat - Location of FlashChat which is by default set to
chat.
(NOTE: This is a setting from Paul M's hack that I use in my hack as it saves duplication of code).
When installing flashchat, it needs to be installed in the forum root and not the portal root. Now I don't know if have done this, but that could be one of the problems as well.