sbpp / sourcebans-pp

Admin, ban, and comms management system for the Source engine
https://sbpp.github.io/
Creative Commons Attribution Share Alike 4.0 International
336 stars 173 forks source link

Server not connecting to the web panel #740

Closed KunnyestFid closed 2 years ago

KunnyestFid commented 3 years ago

What are the steps to reproduce this issue?

  1. Add a server
  2. Put the correct server info
  3. Update the sourcemod.cfg properly and restart servers

What happens?

The servers don't connect to the webpanel

What were you expecting to happen?

I was expecting them to connect to the webpanel

Any logs, error output, etc.?

Error connecting ()

Any other comments?

What versions of software are you using?

Operating System: Windows SourceBans++ Version: 1.6.3 PHP Version: 7.2.38 MySQL Version: 5.7.31 Link to your project: ??? Link to a phpinfo() output: ???

kamil445 commented 3 years ago

SourceBans version 1.6.3 or newer require GMP Extenstion, in php.ini change

extension=php_gmp.dll

to extension=php_gmp.dll (just remove #) and restart web server. If you upgrade to SourceBans 1.6.4, you also need upgrade PHP to minimum 7.4, if you can;t upgrade PHP, stay on 1.6.3 and apply this patch for "error connecting" issue https://forums.alliedmods.net/showpost.php?p=2751644&postcount=6

for me worked :)

crashzk commented 3 years ago

I believe it is a duplicate of these issues: https://github.com/sbpp/sourcebans-pp/issues/686