Troubleshooting
Here you can find all common issues of our visa system. If you can't find your Problem here feel free to open a ticket on our Discord.
SQL-Error:
if you have any problems with the inserting of the sql try this sql.
#1064 - Error in SQL syntax.
#Please refer to the manual for the correct syntax at
#ADD COLUMN visum INT(255) NOT NULL DEFAULT '0'
#FIX:
ALTER TABLE users
ADD COLUMN visum INT(255) NOT NULL DEFAULT '0';
Last updated
Was this helpful?