UseBB Community

UseBB support, discussion and development

Error in SQL syntax

Post Reply

Page: 1

Author Post
Member
Registered: Jan 2011
Posts: 8
when I add or create a new and Manage Forums Manage Categories
find an error like
Quote
In file sources/db_mysqli.php on line 122:

SQL_ERROR - 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 ' 1, 0, 0, 0, 0, '0011222223', 0, 1, 0)' at line 1

Enable debug mode level 2 to see the error and erroneous SQL query.


SQL query causing the error:
Quote
INSERT INTO usebb_forums VALUES(NULL, 'tessss', '2', 'tesssssssss', , 1, 0, 0, 0, 0, '0011222223', 0, 1, 0)


Can you help me
thanks
« Last edit by Dietrich on Sun Jan 30, 2011 11:20 am. »
Developer
Registered: Apr 2004
Posts: 2248
The query contains 14 values but one is missing.

Since the original package only sets 13 it seems like the code has been modified. We can of course only support the official package and not every code change or mod.

Btw, please read the forum rules concerning topic titles.
Member
Registered: Jan 2011
Posts: 8
I did not change anything but add that there are at usebb zone and to donwload there?
thank her answers, and all is back to normal
and sorry if my English language is not good
Member
Registered: Oct 2005
Posts: 502
Location: Canada
Please post in the correct modification forum at UseBB Zone for assistance. Support here is only for the core code, if you installed a modification you would need to post within the corresponding modification topic at UseBB Zone.
Developer
Registered: Apr 2004
Posts: 2248
affliatez wrote
I did not change anything but add that there are at usebb zone and to donwload there?
thank her answers, and all is back to normal
and sorry if my English language is not good

Any additions or modifications that modify (or overwrite) UseBB source files are not officially supported here. As seen from the error, the code was clearly modified, so perhaps you overwrote some files for a mod.

We can only support the main package and official releases, since this was developed here. Anything else can not be supported.

Post Reply

Page: 1

UseBB Community is powered by UseBB 1 Forum Software