Ulysses Stuff > Releases
UBan -- Global ban system. Ban users from all servers connected to a single DB!
Sc00by22:
Finally got access to the server console, Here's the error
Error is: autorun/server/uban.lua:129: Invalid connection!
Line 129 : local curuser = DoQuery( "SELECT CURRENT_USER()" )
MrPresident:
Its not connecting to your database correctly.
1. make sure your database is set up to receive connections from your server's IP/
2. make sure your database host allows outside connections (my first host which was my web host only allowed local connections)
3. make sure your user has access to the database
4. make sure you have the information (database, user, password) inserted correctly into the lua file.
Sc00by22:
1. make sure your database is set up to receive connections from your server's IP/ Yes it is
2. make sure your database host allows outside connections (my first host which was my web host only allowed local connections) It does
3. make sure your user has access to the database It does
4. make sure you have the information (database, user, password) inserted correctly into the lua file. It does
:/
EDIT : I'm getting this now
Timer Error: autorun/server/uban.lua:176: MySQL server has gone away
spbogie:
Your SQL server is dropping the connection. (likely something with timeout)
Megiddo:
Try setting it to not use a persistent connection
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version