MyBB Community Forums

Full Version: [Osx] Advanced Invitation System SQL ERROR
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
open plugin file using editor like notepad++ or through file manager at web host control panel
find code like below (Line 65)
used int NOT NULL,
change to
used int NOT NULL default '0',
save the file & check if it helps
https://prnt.sc/r2tlmg
I changed it, but now it shows me an HTTP ERROR 500

https://prnt.sc/r2tng9

(2020-02-15, 02:54 AM).m. Wrote: [ -> ]open plugin file using editor like notepad++ or through file manager at web host control panel
find code like below (Line 65)
used int NOT NULL,
change to
used int NOT NULL default '0',
save the file & check if it helps
https://prnt.sc/r2tlmg
I changed it, but now it shows me an HTTP ERROR 500

https://prnt.sc/r2tng9
^ can you check server error log - latest entries should have a clue for the error ..
i have the same problem how to fix?
Right syntax is: used int NOT NULL default 0,
I've fixed this in the latest version, 1.30. Unfortunately I have a toaster of a computer which limits me to what I can do. Feel free to download the new version. You'll need to uninstall/install the plugin.