-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error upon login #57
Comments
I was able to get up and running by commenting out that section of code and also a section of code in Node.php, not sure if i'm missing out on something, but at least it's working. |
This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days. |
This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days. |
This issue was closed because it has been stalled for 60 days with no activity. |
What version of Bitcoin Core are you running? |
This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days. |
This issue was closed because it has been stalled for 60 days with no activity. |
This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days. |
Uncaught Error: Call to undefined function App\getServices() in /var/www/html/BNM/src/Peer.php
I get this error on login. I tried turning off geo lookup in config, but still get the error.
Any help would be appreciated. The full error is below
Fatal error: Uncaught Error: Call to undefined function App\getServices() in /var/www/html/BNM/src/Peer.php:51 Stack trace: #0 /var/www/html/BNM/src/Utility.php(551): App\Peer->__construct() #1 /var/www/html/BNM/src/Utility.php(464): App\createPeersGeo() #2 /var/www/html/BNM/src/Content.php(6): App\getPeerData() #3 /var/www/html/BNM/index.php(89): App\createMainContent() #4 {main} thrown in /var/www/html/BNM/src/Peer.php on line 51
The text was updated successfully, but these errors were encountered: