
02-23-2006, 03:04 AM
|
 |
|
|
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dan35
Mysql: 4.0.26
php: 4.4.2
Manage Lotteries
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
UPDATE estorelottery
SET
ticketcost = '200',
jackpot = '2000.00000',
winningtax = '10.00000',
ticketssold = '0',
active = '0',
WHERE lotteryid = '1';
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 'WHERE lotteryid = '1'' at line 8
Error Number : 1064
Date : Wednesday, February 22nd 2006 @ 08:35:19 PM
Script : http://www.domain.com/forums/admincp/elottery.php
Referrer : http://www.domain.com/forums/admincp/elottery.php?do=lotterylist
IP Address : xx.xx.xx.xx
Username : xxx
Classname : vb_database
|
i'm getting the same error
|