Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
apocalypse




Joined: Feb 02, 2008
Posts: 1

PostPosted: Sat Feb 02, 2008 8:37 pm
Reply with quote

I'm having problems getting Nuke Live Chat to work on my website. From the Admin Panel, when I click on the chat icon, it comes back and says that there is a DB Error. I have removed and replaced everything and still have the same problems. Any suggestions?? Thanks in advance
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sun Feb 03, 2008 1:10 pm
Reply with quote

Did you install the tables with the sql file? Have you checked to make sure the tables are actually there(using phpmyadmin)? If the tables are in place you can find out what the problem is by changing:

php:
 if (!($result $db->sql_query($sql)))
{
  die(
'DB ERROR');


to

php:
 if (!($result $db->sql_query($sql)))
{
  echo  
$sql.'<br />'.mysql_error().'<br />';
  die(
'DB ERROR');
 
View user's profile Send private message Visit poster's website
sidd1066




Joined: Jun 20, 2008
Posts: 4

PostPosted: Mon Jun 23, 2008 10:38 am
Reply with quote

i am getting the same thing
can u explain more how to check it
my phpnuke site is working fine, i installed tables at the time of installation do i have to add some more for chat?
i have phpmyadmin and using php 5.2.5
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Mon Jun 23, 2008 1:48 pm
Reply with quote

Yes, you have to install tables for the chat. It is included in the package as a .sql file that you will import using phpmyadmin.
 
View user's profile Send private message Visit poster's website
sidd1066




Joined: Jun 20, 2008
Posts: 4

PostPosted: Mon Jun 23, 2008 11:27 pm
Reply with quote

thanks gotcha its working but now i am having some problem with border
its not related to this topic so i am posting as a new one
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©