-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Accounts page only shows 1 account (but has more in Admin) and no balance #38
Comments
I've found the error - caused by experimental changes to the way balances are displayed. Specific error message:
This could be because the required PHP extension is not installed in docker. I'll work on a patch for you. |
Sorry for the wait. Should be fixed as of 2364d30. Run
and everything should straighten out for you. Tell me if you have any other issues. |
Both should be fixed now. Do another git pull. This time, don't run docker-compose with the "--no-cache" flag; it's unneeded and will slow down this build for you. Thanks for spotting them! |
Really fantastic support! All is working, now to have some fun! |
Excellent project.
Nearly got things fully working, but the accounts page only ever shows one account, and no balances.
Running from Docker.
started with git clone --recursive https://github.com/DSJAS/DSJAS.git
docker-compose build
docker-compose up
I can successfully create new users , new accounts, auto generate accounts. They are visible in the Admin dashboard, but it only ever shows a single account on the user account page, and no balance or numbers.
I've tried running git submodule update --init --recursive
pic only has the top account, no balance
this is the admin page for the same user, there are also balances for the accounts
can someone point me in the right direction?
The text was updated successfully, but these errors were encountered: