PDA

View Full Version : what d0es this mean


RN BB guy
01-14-2004, 07:13 AM
Database error in vBulletin 2.3.4:

Invalid SQL: SELECT u.username, s.userid, s.shout_text, s.timestamp FROM user u, shoutbox s WHERE u.userid = s.userid ORDER BY s.timestamp DESC LIMIT 1
mysql error: Table 'nurses_forum.shoutbox' doesn't exist

mysql error number: 1146

Date: Wednesday 14th of January 2004 03:59:06 AM
Script: http://www.nurses-forum.com/forum/forum/
Referer:



And how do i fix this. Dam didnt realize the shoutbox function was so complicated

RN BB guy
01-14-2004, 07:27 AM
I figure it out, when I changed my index.php file it gave me this error so i replaced it back and it works fine. But, my next question is how do i "run a query on my database". Sux being a noob. Im determine to put up that shoutbox or chat box.

rrottman
01-14-2004, 09:04 AM
I figure it out, when I changed my index.php file it gave me this error so i replaced it back and it works fine. But, my next question is how do i "run a query on my database". Sux being a noob. Im determine to put up that shoutbox or chat box.
An excellent web based MySQL administration tool is freely available at
http://www.phpmyadmin.net

Installation is a 2 minute issue and you can deep dive into your db, add content, delete content, dive into the structure.

Please note:
- You should protect the phpMyAdmin page accordingly as it has no strong built in security.
- Generally there should be no need to play with the vB database, at vB maintains it pretty well. While you CAN use direct MySQL access parallel to vB, chances are, that you manipulate or erase data which is required for the board. So handle with care, please.

RN BB guy
01-16-2004, 01:22 AM
An excellent web based MySQL administration tool is freely available at
http://www.phpmyadmin.net

Installation is a 2 minute issue and you can deep dive into your db, add content, delete content, dive into the structure.

Please note:
- You should protect the phpMyAdmin page accordingly as it has no strong built in security.
- Generally there should be no need to play with the vB database, at vB maintains it pretty well. While you CAN use direct MySQL access parallel to vB, chances are, that you manipulate or erase data which is required for the board. So handle with care, please.
I put in the shout box, queried my server and got it on. It is now on a page called www.myurl.com/forum/shoutbox.php Its on but when I type then press shout it gives a 404 error. Is there anything else I can do? I want to put the shout on my home forum page and want it to work too.