I tried to install RPG Inferno Lite on 3.5.2, anyways, I got some sql error and started working on something else eventually, but now I'm having problems creating a usergroup, for instance. When the system does the QUERY to create the table,
Code:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `infernopermissions`, `adminpermissions`, `itraderpermissions`, `arcadepermissions`, `forumpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `calendarpermissions`, `wolpermissions`, `genericpermissions`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `vbpunch`)
VALUES
('Inactive Member', 'Inactive members go here..', 'Inactive Member', '', '', '', '', '0', '0', '0', '0', '0', '0', '651271', '1000000', '0', '0', '5', '0', '1', '2626563', '9', '100', '100', '25000', '50', '50', '20000', '0');
MySQL Error : Unknown column 'infernopermissions' in 'field list'
Error Number : 1054
Date : Friday, December 30th 2005 @ 02:18:43 PM
Where is the information stored which tables the script edits when I add things, so I get rid of infernopermissions...