I can't search profiles.
igadeath opened this issue · 8 comments
SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:739: SCRIPT ERROR: @ps-mdt/server/main.lua:256: ps-mdt was unable to execute a query!
[ script:qb-core] Query: SELECT p.citizenid, p.charinfo, md.pfp, md.fingerprint FROM players p LEFT JOIN mdt_data md on p.citizenid = md.cid WHERE LOWER(CONCAT(JSON_VALUE(p.charinfo, '$.firstname'), ' ', JSON_VALUE(p.charinfo, '$.lastname'))) LIKE ? OR LOWER(charinfo
) LIKE ? OR LOWER(citizenid
) LIKE ? OR LOWER(md.fingerprint) LIKE ? AND jobtype = ? LIMIT 20
what version of mysql do you use?
| version() |
+----------------------------------+
| 10.3.38-MariaDB-0ubuntu0.20.04.1
Is this answer correct?
I'm new to this kind of thing.
I'm sorry if my English is not good enough.
did you import the mdt sql into the database?
I did import it.
That was the problem. Thank you so much!
Your welkome:)
Thank you so much!