I have a script i use in my gateway scripts that looks to see if tables exist and create new tables if they dont exist.
in v7.7.5 i have something like this and it works
system.db.runUpdateQuery(“CREATE TABLE IF NOT EXISTS email (EMAIL_ID int(11) NOT NULL, EmailAddress varchar(255), PRIMARY KEY (EMAIL_ID))”,‘System_Data’)
in v7.8.0 running the same script i get errors like image attached
Okay, thanks. That error message doesn’t say what is wrong. Perhaps execute the same script on a button and see if it gives a more detailed stacktrace which might give useful information about what is wrong.