
07-01-2009, 08:39 PM
|
 |
|
|
Join Date: Jan 2003
Location: Colorado
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Are you using table prefixes with vBulletin? For example does your user table in vBulletin called vb_user?
Quote:
Originally Posted by Kolbi
I got a new MySQL issue:
PHP Code:
Datenbankfehler in vBulletin 3.8.3:
Invalid SQL:
INSERT INTO DTO_garage_image (
vehicle_id,
userid,
caption,
showinsections,
display_order,
time_added)
VALUES (
'1003',
'918',
'',
'main',
10,
NOW() );
MySQL-Fehler : Table 'DTO_garage_image' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Wednesday, 01.07.2009 @ 22:19:11
Datum : Wednesday, 01.07.2009 @ 22:19:14
Skript : http://www.2-wheel-planet.de/dto_garage.php?do=savevehicle
Referrer : http://www.2-wheel-planet.de/dto_garage.php?do=add
IP-Adresse :
Benutzername : Syntax92
Klassenname :
MySQL-Version :
The issue is now caused, if a user wants to add / edit a vehicle in the garage.
|
|