Hello,
First, thanks for fixing my previous issue. I'm excitedly building this for an already existing paper currency system cooperative that has recently voted to add a LETS component.
This evening I updated to the new beta and got the following errors after running update.php:
user warning: Unknown column 'from_uid' in 'cc_transactions' query: ALTER TABLE cc_transactions CHANGE from_uid `payer_uid` INT DEFAULT NULL in /home/user/website.org/includes/database.mysql-common.inc on line 520.
The following queries were executed
transactions module
Update #1
* Failed: ALTER TABLE {cc_transactions} CHANGE from_uid `payer_uid` INT DEFAULT NULL
* Failed: ALTER TABLE {cc_transactions} CHANGE to_uid `payee_uid` INT DEFAULT NULL
* ALTER TABLE {cc_transactions} CHANGE transaction_type `transaction_type` VARCHAR(32) NOT NULL
---
I'm not super-savvy but am comfortable editing my database if needed. I'd like to get this site ready to publish as soon as possible.
Thanks!
Comments
Comment #1
matslats commentedThis message means the database is already updated in that respect
I reccommend you work with HEAD. There are a few changes from Beta.
Might need to revert/reset views and blocks and menu items in particular
Release Candidate 1 is very soon.
Comment #2
matslats commentedComment #3
matslats commentedThis error doesn't matter. that part of the database was already upgraded
Upgrade issues before version are not worth chasing as there are too few users.