Closed (fixed)
Project:
Community Accounting
Version:
6.x-1.0
Component:
Transactions
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2010 at 22:00 UTC
Updated:
20 Jul 2013 at 19:09 UTC
do i need to delete as well as disable the complementary currencies modules before adding mutual_credit?
Comments
Comment #1
matslats commentedIf you uninstall the module you will lose all your transactions, so don't do that.
Disable the module.
Remove the old marketplace directory from the file system
Add the new mutual_credit directory to the file system
Enable transactions and any other modules
Run update.php
Is that clearer?
Comment #2
matslats commentedComment #3
ed523 commentedyes thank you
Comment #4
ed523 commentedi finally got around to upgrading and got this error: An error occurred. Fatal error: Call to undefined function currencies_load() in.../sites/all/modules/mutual_credit/transactions.admin.inc on line 497
ok so i was supposed to re-enable the modules after replacing the directory before running update.php i went back and enabled them ran update again and get these errors:
# user warning: Unknown column 'cleared_balance' in 'field list' query: SELECT cid, cleared_balance, pending_difference, pending_balance, gross_income, gross_expenditure, quality_mean, limit_max, limit_min FROM cc_balance_cache WHERE uid = 1 in /.../sites/all/modules/mutual_credit/transactions.module on line 435.
# warning: Cannot use a scalar value as an array in /.../sites/all/modules/views/plugins/views_plugin_display.inc on line 576.
repeated like a million times
cc_transaction_list says "Display "Flux" has an invalid style plugin." and indeed whatever the plugin is supposed to be it's missing. changed it to rss feed and rowstyle node as those were the only options but the warnings persist. the section of the views_plugin_display thing making the error gets and caches an array of handlers
adding the cleared_balance column to cc_balance_cache got rid of the first error
Comment #5
matslats commentedupgrade is working much better in 3.0