| Author |
Post |
|
|
#1 Sun Jan 30, 2011 7:45 am
|
|
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. »
|
|
|
#2 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.
|
|
|
#3 Sun Jan 30, 2011 1:16 pm
|
|
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
|
|
|
#4 Sun Jan 30, 2011 2:43 pm
|
|
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.
|
|
|
#5 Mon Jan 31, 2011 11:56 am
|
|
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.
|