Closed iznogoud59 closed 1 year ago
The fix will work without any prefix only. To make it ok both for prefix and prefixless table should put the backtick before the prefix:
FROM `'.$db->prefix.'groups` WHERE
``` /
Oops! I went too fast. Thanks for the feedback. Fixed!
Oops! I went too fast. Thanks for the feedback. Fixed!
np
It's a bad idea to use apostrophes. FluxBB is used not only with MySQL.
If tables have already been created, then
Thanks for the solution, i made this. It should be made mandatory to enter a prefix for tables when setting up the site.
Strange GitHub behavior. I mentioned this pull request in the commit, GitHub closed it after that on its own.
Hi, In my database, i've not a prefix. A error occured because the reserved 'groups' word is not escape by backtick. I've fixed it now.