Hi, thought i had removed this all, but it left this bit behind..
Quote:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
snip
`photoplogmaxfilesize` = '512000',
`photoplogmaxfilelimit` = '100',
`rpgpermissions` = '0'
WHERE usergroupid=6;
MySQL Error : Unknown column 'rpgpermissions' in 'field list'
|
I get that when trying to update usergroups. The tables/columns are not in my SQL, so where does it get this value from and how do I remove it?