Topic #5652 (no title)
0 guests and 0 members have recently viewed this.
The top 3 point earners from 1st Mar 2026 to 8th Mar 2026.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| masum |
|
|
There are no events at this time
System message - Issue updated
I'm assuming you're getting ORDERBY_HACK errors, correct? A bug like the above would definitely trigger that.
Not seeing any ORDERBY_HACK errors, using the same code as I have for several years. Stack trace has some mentions of Tempcode. No idea what's going on, just trying to add a video. Relogged in and tried about 3 times, same message. Very strange. Any way to turn this off?
I don't think you can turn it off in v10. In v11, there is a tool called "advanced banning" where you can silence certain security alerts. However, even if you can turn the alert off, you will still get the database error.
I (or someone else) will need to implement a fix. It's an actual bug. I'll look into it after the holidays and see if I can come up with a patch.
It may be a while, however, because I am also moving locations after the New Year. We're looking at the middle of January before I can take a look.
Do what you did to get the error that you posted above. Capture the stack trace if you can, and send that to me in a PT.
Actually, try this: Have developer tools open when you add/edit gallery entries. If you get the error again, check the console. Let me know if you have any console errors. Maybe the JavaScript is getting messed up (if the form error is showing immediately, then it's probably the JavaScript form validation causing an issue).
A 403 Forbidden wouldn't cause the form validation to say that you didn't fill in the form correctly. Instead, you would have received a different error message.
A hack attack *would* have given a 403, though.
Yes I am getting hack attack messages when trying to select images from the filedump or when editing meta tags (in some cases).
The form validation error seems to have remedied itself, no idea what that was about. Surely admins should be exempt from this nonsense.
Admins are not exempt from form validation. That could cause some issues, LOL.
While I see your point, the hack attack system is designed to help keep the site safe. It is also a very low-level system. Therefore, sometimes, member data hasn't yet loaded up when a particular security check is run. It wouldn't be easy to add exceptions for admins.
Let me know if you can spot or find the specific hack attack message that you're getting. If you don't see it in the error message, then you might see it in the logs (Audit > Security logging). If you're not getting logs, then something's wrong.
Also, keep an eye out for patterns. Are there specific files in the filedump that cause the error? If so, what is the full filedump path (e.g., folders and file name)?