View Single Post
Couldn't insert row in categories table...
Old
  (#1 (permalink))
Dwane
Junior Member
 
Status: Offline
Posts: 3
Join Date: Feb 2006
Couldn't insert row in categories table... - 02-14-2006, 11:04 AM

Hi,

I get the following error when I try to insert and new category into my forum via the admin panel:

Quote:
Couldn't insert row in categories table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2

INSERT INTO nuke_bbcategories (cat_title, cat_order, cat_icon) VALUES ('Events', 20, )

Line : 510
File : admin_forums.php
Any ideas what could be causing this?

Thanks
   
Reply With Quote