PDA

View Full Version : Noob with vbulletin chat box


RN BB guy
01-13-2004, 07:45 AM
I tried to install chat box and i got this?

Warning: chmod(): Operation not permitted in /home/nurses/public_html/forum/admin/chatbox_install.php on line 65


I did the chmod and changed 775 to 777. It completes the installation but i cant find it in cpanel

in the box below of the warning is this:

Database error in vBulletin Control Panel 2.3.4:

Invalid SQL: CREATE TABLE chatbox (id INT(11) NOT NULL AUTO_INCREMENT, name VARCHAR(255) NOT NULL default '', comment TEXT NOT NULL, date VARCHAR(30) NOT NULL default '', PRIMARY KEY (id))
mysql error: Table 'chatbox' already exists

mysql error number: 1050

Date: Tuesday 13th of January 2004 04:40:03 AM
Script: http://home/forum/forum/admin/chatbox_install.php?etape=1
Referer:

Any sugestions and please keep it simple Im new at this

Thanks

RN BB guy
01-13-2004, 08:29 AM
Now I can see the chat box in the CP, but when I config I get this error

Warning: fopen(chatbox_config.php): failed to open stream: Permission denied in /home/nurses/public_html/forum/admin/chatbox_admin.php on line 21

Warning: fwrite(): supplied argument is not a valid stream resource in /home/nurses/public_html/forum/admin/chatbox_admin.php on line 23

Warning: fclose(): supplied argument is not a valid stream resource in /home/nurses/public_html/forum/admin/chatbox_admin.php on line 24

And I still cant see and chat box on my web page.

Please help

RN BB guy
01-14-2004, 12:41 AM
heres the code in the three lines of chatbox_admin.php

21 $filenum = fopen($path, "w");

23 fwrite($filenum, $fichierconfig);

24 fclose($filenum);

anything wrong or what can I do