Log in

View Full Version : Getting Error


Hell Bomb
10-18-2009, 10:22 PM
Hey everyone, i have been working with mods for a few weeks now gettint decent at it i think, but i know alot of people have been wanting to make ajax chat into vbulleitn and so far my attempt to do it is well not working. I keep getting a variety of errors and i was wondering if someone would mind helping.


Warning: Unknown([path]/chat/index.php): failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 222

Warning: Unknown([path]/chat/index.php): failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 222

Warning: (null)() [function.include]: Failed opening '[path]/chat/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/global.php(400) : eval()'d code on line 222

Lynne
10-18-2009, 10:55 PM
The place to get help with modifications is in the modification thread, not out here in the main forums.

theFM
10-18-2009, 10:57 PM
try to disable Ajax Chat from your admincp if it does not work

then : -
disable all Mods : - ( edit your .../includes/config.php file , add this just below the first line :-
define('DISABLE_HOOKS', true);

this will disable all Mods for sometime

then from your admincp > uninstall the Modification which is creating problem
and just add a reply or pm the user if he supports that AddOn
for what reason it is showing this error.

Regards

Hell Bomb
10-18-2009, 11:24 PM
Hmmm perhaps i was not clear, im trying to work ajax chat into vBulletin. Making it into a custom mod so that it can be viewed right from the vBulletin pages.

anyone have any ideas on how to do something like that? I'm new with the plug in system.... so far i added a plug in
ob_start();
include('/home/choas0/public_html/vb/chat/index.php');
$includedphp = ob_get_contents();
ob_end_clean();

and i am trying to call the ajax chat on custom page i made. The page works perfectly now i just have to figure out how to add the chat to that custom page.

Hell Bomb
10-23-2009, 01:31 AM
Anyone got any ideas?