balances weirdness
ed523 - July 21, 2009 - 23:22
| Project: | Marketplace |
| Version: | 6.x-1.0-rc1 |
| Component: | Transactions |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
i'm categorizing this as a support request in case i am indeed doing something wrong. i just updated to rc1 and i'm still having the same problem (kind of) that i was having before. everyone's balances are zero. the difference is, the graph under the balances are correct.
past transactions are either incomplete or missing, however the cc_transactions table looks like it has all the data it's supposed to have.
in addition i'm getting this error code under everyone's offers/wants tabs: Parse error: syntax error, unexpected T_STRING in.../includes/common.inc(1655) : eval()'d code on line 1

#1
I'm having the same zero balances issue.
Ed, I also had the error on the offers/wants page. To fix it, just go to the cc_directory_user view and in the footer of the attachment, change the php code to:
<?phpprint theme('offers_wants_link', 'offer').theme('offers_wants_link', 'want');
?>
#2
It would be very helpful if you can both stay with the DEV version, and check the version control messages.
Also please note there is a refresh balances button on admin/marketplace, which may help
There have been a few tweaks since RC1; particularly note that there is a now a notify_transaction_starter action
#3
for some reason i thought the flush balances cache would put everyone back to zero, not the other way around. everythings ok now, thanks both of you