Jump to content

Looking for a scripter!


Mike269

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...