Someguy123 / -Coin

+Coin is a web interface in PHP for Bitcoin based daemons released under the public domain (UNLICENSE)
The Unlicense
37 stars 51 forks source link

Debugging Messages and Address Book errors #3

Open Someguy123 opened 11 years ago

Someguy123 commented 11 years ago

+Coin needs to be cleaned up a little, e.g. fix some of the random PHP errors on some of the pages. Errors should really be turned off by default.

It also looks like the most recent commit which added address books brought along a bunch of bugs, e.g. the .csv is not automatically created, so the PHP errors cause the addressbook dependent pages to spew errors, messing up the design. Not even sure how functional the address book system is.