Using a tool like phpMyAdmin, issue the following SQL: (change cpg_ to your table prefix as appropriate)
Code: [Select]
INSERT INTO `cpg_config` (`name`, `value`) VALUES ('subcat_level', '2');
This will set the value to the provided default - and hopef...