Mike269 Posted March 14, 2020 Share Posted March 14, 2020 Currently I have a problem with database OBdatabase/database_handler.Lua:13: attempt to call global 'mysql_ping' (a nil vaue) [DUP X40822] so I would be glad if I could get someone to help me fix that problem + I will need a paid scripter in the future after this problem gets fixed. Link to comment
Addlibs Posted March 14, 2020 Share Posted March 14, 2020 mysql_ping is part of an external module called MTA-MySQL, which is essentially deprecated at this point. It's way too old and I do not recommend using it. There are newer, better, built-in alternatives like dbConnect, dbQuery, etc. You should change the script's calls to those functions with the newer built-in (non module-based) functions. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now