Difference between revisions of "Troubleshooting"

From GExtension Wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
'''I lost my rank on the server'''
 
'''I lost my rank on the server'''
 
*You most likely forgot to also set you a rank for the serverbundle. Navigate to '''Search -> Your Pofile''' and click on the pencil. '''Please note that the name of the web and gmod groups has to be the same (case sensitive!!!).
 
*You most likely forgot to also set you a rank for the serverbundle. Navigate to '''Search -> Your Pofile''' and click on the pencil. '''Please note that the name of the web and gmod groups has to be the same (case sensitive!!!).
 +
'''Can't connect to local MySQL server through socket'''
 +
You may used "localhost" as IP. Try 127.0.0.1, the IP or your hostname instead.

Revision as of 22:40, 5 January 2017

You have a problem with GExtension? The most common problems with their solutions are listed here.

Web

"Could not update" + permission error

  • Permissions are not set up correctly. Repeat step 4.

"Access denied for user 'mysqluser'@'123.12.31.123' (using password: YES)"

  • You are using a MySQL user that doesn't has access. This is caused by wrong password, not whitelisted IP or insufficient permissions to the database.

"Servers" tab doesn't show status of my servers

  • Make sure that the socket extension is enabled and that UPD connection to your server are allowed. Ask your hoster if you don't know what to do.

Lua

The most issues can be solved by just taking a look into the SERVER console:

"Access denied for user 'mysqluser'@'123.12.31.123' (using password: YES)"

  • You are using a MySQL user that doesn't has access. This is caused by wrong password, not whitelisted IP or insufficient permissions to the database.

GExtension is not initialized/Could not initialize

  • Take a look in the SERVER-console for errors. You may forgot to assign your server to a serverbundle or the mysql connection failed.

You need to have tmysql4 or mysqloo installed

  • You do not have a mysql module installed. See tMySQL4

I lost my rank on the server

  • You most likely forgot to also set you a rank for the serverbundle. Navigate to Search -> Your Pofile and click on the pencil. Please note that the name of the web and gmod groups has to be the same (case sensitive!!!).

Can't connect to local MySQL server through socket You may used "localhost" as IP. Try 127.0.0.1, the IP or your hostname instead.