5
When i try to run
TOPICS.PHP i get this error
RULES
MySQL error on query BR> INSERT INTO xoopys_bb_topics VALUES ( 2, 'RULES', 2, '1247741220', 816, 0, 2, 4, 1, 0, 1, 0, 0, 1, '', 0, 0, 0, 0, '');
mysql_errno = 1136
mysql_error = Column count doesn't match value count at row 1
when i run POST.PHP i get this one
2 MySQL error on query BR> INSERT INTO xoopys_bb_posts VALUES ( 2, 0, 2, 4, 1247741220, 2, '', 1203085671, 'RULES', '', 1, 1, 0, NULL, 0);
mysql_errno = 1136
mysql_error = Column count doesn't match value count at row 1
Forums.php i get this one
Rules
debug1: Rules
debug2: Read before posting
MySQL error on query BR> INSERT INTO xoopys_bb_forums VALUES ( 4, 'Rules', 'Read before posting', 0, '', 1, 1, 2, 1, 25, 0, 1000, 'zip|jpg|gif', 0);
mysql_errno = 1136
mysql_error = Column count doesn't match value count at row 1
When i run categories.php
i get this error?
INTRO
MySQL error on query BR> INSERT INTO xoopys_bb_categories VALUES ( 1, '', 'INTRO', '', 0, '');
mysql_errno = 1062
mysql_error = Duplicate entry '1' for key 1
does it have to do soemthing with my Forum thread named RULES?