If there is an apostrophe in a Categories phrase, e.g. Women's Studies, and I try to disable it... the result is a "Database query error". The only way to disable it is by editing the database.
UPDATE `sys_categories` SET `Status` = 'passive' WHERE `Category` = 'Women's Studies' AND `ID` = 0 AND `Type` = 'modzzz_book'