Was working on getting vbookie to work with Ebux and everything looked good except after doing the sql query - ALTER TABLE `user` CHANGE `ebux` `ucash` DECIMAL( 30, 5 ) NOT NULL DEFAULT '0.00000' I am now getting athis database error;
Database error in vBulletin 3.5.3:
Invalid SQL:
SELECT userid, username, ebux
FROM vb3_user
WHERE (usergroupid != '6')
ORDER BY ebux DESC
LIMIT 10;
MySQL Error : Unknown column 'ebux' in 'field list'
Error Number : 1054
Date : Friday, February 10th 2006 @ 12:42:53 AM
Script :
http://www.okanaganwatch.ca/forum/estore.php
Referrer :
http://www.okanaganwatch.ca/forum/
Ebux - Estore was working beautifully before. Anyone got any ideas? help!!