The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Getting Error
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.
Code:
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 |
#2
|
||||
|
||||
The place to get help with modifications is in the modification thread, not out here in the main forums.
|
#3
|
||||
|
||||
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 :- PHP Code:
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 |
#4
|
|||
|
|||
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 Code:
ob_start(); include('/home/choas0/public_html/vb/chat/index.php'); $includedphp = ob_get_contents(); ob_end_clean(); |
#5
|
|||
|
|||
Anyone got any ideas?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|