You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2023. It is now read-only.
I have followed the instruction given on WIKI tab and successfully install the piWallet. But I see that a few things has changed.
There does not seem to be need for the step "sudo nano /var/www/html/common.php" and the settings are not done in common.php
"settings-example.php" needs to be renamed to "settings.php" and parameters set in it.
Although I did all these, I still cant get this to work for me.
At first, it threw an error stating that json_encode() is an undefined function. I installed PHP5 json
and now, I get the error
`
Warning: fopen(http://...@127.0.0.1:5463/): failed to open stream: Connection refused in /var/www/html/jsonRPCClient.php on line 133
Fatal error: Uncaught exception 'Exception' with message 'Unable to connect to http://rpccoin:87cc865e65723f5a299d8d921@127.0.0.1:5463/' in /var/www/html/jsonRPCClient.php:141 Stack trace: #0 /var/www/html/classes/Client.php(17): jsonRPCClient->__call('getbalance', Array) #1 /var/www/html/classes/Client.php(17): jsonRPCClient->getbalance('zelles(piWallet...', 6) #2 /var/www/html/index.php(22): Client->getBalance('piWallet') #3 {main} thrown in /var/www/html/jsonRPCClient.php on line 141`
It is really not easy here, but I think it would be nice that you update the installation instruction.
Hi,
I have followed the instruction given on WIKI tab and successfully install the piWallet. But I see that a few things has changed.
There does not seem to be need for the step "sudo nano /var/www/html/common.php" and the settings are not done in common.php
"settings-example.php" needs to be renamed to "settings.php" and parameters set in it.
Although I did all these, I still cant get this to work for me.
At first, it threw an error stating that json_encode() is an undefined function. I installed PHP5 json
and now, I get the error
`
Warning: fopen(http://...@127.0.0.1:5463/): failed to open stream: Connection refused in /var/www/html/jsonRPCClient.php on line 133
Fatal error: Uncaught exception 'Exception' with message 'Unable to connect to http://rpccoin:87cc865e65723f5a299d8d921@127.0.0.1:5463/' in /var/www/html/jsonRPCClient.php:141 Stack trace: #0 /var/www/html/classes/Client.php(17): jsonRPCClient->__call('getbalance', Array) #1 /var/www/html/classes/Client.php(17): jsonRPCClient->getbalance('zelles(piWallet...', 6) #2 /var/www/html/index.php(22): Client->getBalance('piWallet') #3 {main} thrown in /var/www/html/jsonRPCClient.php on line 141`
It is really not easy here, but I think it would be nice that you update the installation instruction.
Regards.