[jstarnaud@zenderford.com: sql error]

2003-08-26 Thread System Administrator a.k.a. The Root of the Problem
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

Re: [jstarnaud@zenderford.com: sql error]

2003-08-26 Thread Martin Gainty
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