Use PHP Domain Administrator (ohoAdmin?) and Export the Table Select Table ,
Structure

-OR-

If you have SSH access, login and you can issue these commands:
mysql -p
USE yourdatabasename; (this is specified in includes/config.php, the
database you run your forum on)
DESCRIBE Table

Take a Hard look at the PRIMARY_KEY
I suspect it is Auto Increment?

Martin
----- Original Message -----
From: "System Administrator a.k.a. The Root of the Problem"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 12:09 PM
Subject: [EMAIL PROTECTED]: sql error]


> What should I do to correct his?
>
> Looks like a slippage in MySQl.
>
> Using phpMyAdmin to correct this error.
>
>
> ----- Forwarded message from  -----
>
>
> Hi Dave, we get an error when we try to post or reply to any post on our
> forums,,,,,,www.gamershaven.ca/Forums
>
>
>
>
>
>
> mySQL query error: INSERT INTO ibf_topics
> (title,description,state,posts,starter_id,starter_name,start_date,last_p
> oster_id,last_poster_name,last_post,icon_id,author_mode,poll_state,last_
> vote,views,forum_id,approved,pinned) VALUES
> ('test','test','open','0','1','Opea','1061918106','1','Opea','1061918106
> ','0','1','0','0','0','2','1','0')
>
>
>
> mySQL error: Duplicate entry '580' for key 1
>
> mySQL error code: 1062
>
> Date: Tuesday 26th of August 2003 05:15:06 PM
>
>
>
>
>
>
>
>
>
> ----- End forwarded message -----
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>
>

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to