CMX_CMGSCCC |
02-05-2006 11:36 PM |
Quote:
Originally Posted by ChurchMedia
Thanks again for the hard work! It's looking better all the time.
I'm getting a DB error when trying to update an action:
PHP Code:
Database error in vBulletin 3.5.2:
Invalid SQL:
UPDATE estoreitems
SET
active = '0', loghistory = '1', name = 'Close Thread', description = 'This will allow you to Close a Thread.', displayorder = '7', cost = '1000', tax = '5.50000', expirydate = '0', refilldateline = '0', defquantity = '20', quantity = '20', sold = '0', allowedgroups = '2,5,6,7', deniedgroups = '', imagelocation = 'images/estore/closethread.gif', scriptlocation = 'estore/action.closethread.php', tablename = 'thread', wherename = '', wherevalue = '', settype = '0', setname = '', setvalue = '', inputfields = 'a:0:{}'
WHERE itemid = '22';
MySQL Error : Unknown column 'settype' in 'field list'
Error Number : 1054
Date : Sunday, February 5th 2006 @ 06:06:04 PM
Script : http://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/admincp/estore.php
Referrer : http://xxxxxxxxxxxxxxxxxxxxxxxxx/estore.php?do=edit&itemid=22
IP Address : xxxxxxxxxxxxx
Username : xxxxxxxxxxxx
Classname : vb_database
|
This was caused by an MySQL CHANGE TABLE incompatibility, I've released 1.0.6.1, it should fix it.
-CMX
|