Yes, I see lots of templates under that heading, didn't count but it seems like 50+
On an unrelated note, when I try to add permissions for another usergroup, I get this:
Code:
Invalid SQL:
INSERT INTO vbgarage_permissions (id, access_read, access_write, access_approve, access_del_own_comm, access_del_other_comm, access_reassign_vehicle, access_submit, access_submit_makes, access_submit_models, access_submit_trims, access_submit_engine, access_submit_club, vehicle_quota, image_quota_type, image_quota, image_quota_vehicle, max_quota_qtrmile, image_quota_qtrmile, image_vehicle_enable, image_qtrmile_enable, image_max_size) VALUES ('10', '1', '1', '1', '0', '0', '0', '', '1', '1', '0', '0', '5', '1', '20', '5', '0', '5', '1', '1', '1024');
MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
And I notice when editing any of the permissions, the text for the option below the "Can Submit new Trims" is missing.
Also, when I try "restructure sort tables" under management I get this:
Code:
Invalid SQL:
SELECT id FROM vbgarage_categories ORDER BY field_order;
MySQL Error : Table 'nwams.vbgarage_categories' doesn't exist
Error Number : 1146
Looking in my database this table is indeed missing.