Closed SolidGreenDay closed 6 years ago
How is your database set up in relation to your server? I hope the MySQL bridge isn't out-of-date. What version of MySQL are you using?
Don't really know where I can find the version as im using darkrpmodification to modify darkrp config.
I really want to get this fixed, but I can't figure out the issue.
Try these instructions and see if you can connect to your MySQL server via the console, and then try to connect in a different console to see how many connections you support.
Type mysql --version
to see what version your server is.
Run the query SELECT @max_connections
to see how many connections you support, and to see your open connections, follow the instructions here.
Hey, just realized the problem because the ones who installed the module had the old module installed and is outdated. Thank you for your help.
L 12/22/2017 - 02:31:13: Lua Error: [ERROR] addons/ulx/lua/ulx/modules/sban_mysql.lua:51: Database already connected.
L 12/22/2017 - 02:32:30: Lua Error: [ERROR] addons/ulx/lua/ulx/modules/sban.lua:167: attempt to call field 'Query' (a nil value)
L 01/02/2018 - 03:40:02: Lua Error: [ERROR] addons/ulx/lua/ulx/modules/sban.lua:82: attempt to call field 'Query' (a nil value)