
04-17-2005, 08:28 PM
|
|
|
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I also have problems with the install on a fresh vb install (3.07). Some tables would not create, and settings seem to be wrong. For example, if I select Record number of times shown? (this is a table insert every time a banner is shown!) yes and submit, it comes back to no.
Quote:
Database error in vBulletin 3.0.7:
Invalid SQL: SELECT * FROM GAB_packages ORDER BY ordinal,title,id asc
mysql error: Table 'khforums.GAB_packages' doesn't exist
mysql error number: 1146
|
Quote:
Database error in vBulletin 3.0.7:
Invalid SQL: INSERT INTO GAB_packages
(title,description,price,currency,duration,frequen cy,scripts,forumids,ordinal,hits,views) VALUES (
'test',
'testing',
,
'USD',
657000,
2,
'index,showthread,forumdisplay,forumhome,0,',
'1,2,3,',
1
0,
0
)
mysql 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 '
'USD',
657000,
2,
mysql error number: 1064
|
|