function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DarkLightDarkLight 

Can't delete Chatter Answers pages

I disabled Chatter Answers and now I can't delete and related pages: I get an error saying that teh page is used by the Chatter Answers Site Setting, but when I click on the link it says URL does not exist (because CA is disabled).

When I try to re-enable CA I get:
Validation Errors While Saving Record(s)
There were custom validation error(s) encountered while saving the affected record(s). The first validation error encountered was "Previous load of class failed: ChatterAnswersCreateAccountTest: line 11, column 26: Dependent class is invalid and needs recompilation: ChatterAnswersRegistration: line 5, column 52: Invalid type: ChatterAnswers.AccountCreator". 


I am trying to remove CA altogether, because it makes my apex tests coverage below 75% and it has one trigger with no test class at all.
At this point I am stuck and can't develop new code.

I'd appreciate any response.



User-added image

ShashankShashank (Salesforce Developers) 
Did you try removing the apex classes shown in the error or removing the references to chatter answers in the classes?