I had a mod made for pms and I CONSTANTLY get this error
Where can I look to fix?
Sounds like an issue with SQL make sur eno ; no sub select in queries.
If you need to. You need to disable query check.
can you explain a lil better can i do a search for that?
How do i do the second thing and is their a risk?
Call this before query
global $modSettings;
$modSettings['disableQueryCheck'] = true;
Then set to false after query
Or, you know, fixing the code rather than turning off the security checks.