MyBB Community Forums

Full Version: Ajax
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Im getting this error at this address
http://ManUtdPeople.com/chat/install.php

Query: DROP TABLE IF EXISTS ajax_chat_online; Error-Report: Error-Code:

what does it mean?
Is this not a plugin issue?
yea suppose but Im looking for quick help lol
What plugin exactly, could you link us please?
sorry mate this one
https://blueimp.net/ajax/
1. drop all exisiting ajax_chat tables manualy via phpmyadmin
2. add the tables from the chat.sql for the chat manualy via phpmyadmin
3. ignore the install.php
4. just configure the config.php
5. go to youredomain.tld/chat/index.php it should work
6. have fun
THANKS MATE APPRECIATE IT
(2009-06-25, 11:28 PM)Andii S. Wrote: [ -> ]1. drop all exisiting ajax_chat tables manualy via phpmyadmin
2. add the tables from the chat.sql for the chat manualy via phpmyadmin
3. ignore the install.php
4. just configure the config.php
5. go to youredomain.tld/chat/index.php it should work
6. have fun

I have the same problem and i did what you said but now when i got to the chat url, i got this error message:

Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM chat.ajax_chat_online ORDER BY userName; Error-Report: Error-Code:

please help!
are sure that did u upload all the files in exact directory?
(2009-06-25, 11:28 PM)Andii S. Wrote: [ -> ]1. drop all exisiting ajax_chat tables manualy via phpmyadmin
2. add the tables from the chat.sql for the chat manualy via phpmyadmin
3. ignore the install.php
4. just configure the config.php
5. go to youredomain.tld/chat/index.php it should work
6. have fun

Thanks for this worked a charm Smile
Pages: 1 2