Skip to content
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

No option to initiate transactions #10

Open
davidebaldini opened this issue Jan 26, 2016 · 2 comments
Open

No option to initiate transactions #10

davidebaldini opened this issue Jan 26, 2016 · 2 comments

Comments

@davidebaldini
Copy link

Installed today. Works well after manually creating the address book file (#3).
However, the UI offers no options to initiate transactions. Maybe this is because the backend bitcoind is still synching?

@davidebaldini
Copy link
Author

The "send" option is provided by index.php, but it's not visible because that page is mangled by non-html debugging output, which is enabled by default.

Once debugging is disable, the "send" button becomes visible.

@Someguy123
Copy link
Owner

Thanks for the information. What debugging output? Do you mean standard PHP errors?

If so then a default of ini_set('display_errors', false) would probably solve this. Feel free to submit a Pull Request with your own solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants