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
SaintMichaelSaintMichael 

Installing CMSForce2 problems

Ok,

 

I tried installing CMSForce2 but i get the following errors:

 

1. Apex Classes(01pA0000001z6c6) cmsforcesetupcontroller.t1()
System.AssertException: Assertion Failed
Class.CMSForceSetupController.t1: line 94, column 3
External entry point
 
2. Apex Classes(01pA0000001z6cF) homepagecontroller.t1()
System.NullPointerException: Attempt to de-reference a null object
Class.HomePageController.t1: line 69, column 51
External entry point
 
 
 
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 "00DA0000000ZQq6: APEX_TEST_FAILED [01pA0000001z6c6: cmsforcesetupcontroller.t1(): System.AssertException: Assertion Failed
Class.CMSForceSetupController.t1: line 94, column 3
External entry point, 01pA0000001z6cF: homepagecontroller.t1(): System.NullPointerException: Attempt to de-reference a null object
Class.HomePageController.t1: line 69, column 51
External entry point]".

 

Does anyone know what this means?

Best Answer chosen by Admin (Salesforce Developers) 
FilippFilipp

Hi MIchael,

 

I had the same kind of problem and the solution is posted as a reply in that topic. Try that out beacouse it

helped me.

 

Filipp

All Answers

FilippFilipp

Hi MIchael,

 

I had the same kind of problem and the solution is posted as a reply in that topic. Try that out beacouse it

helped me.

 

Filipp

This was selected as the best answer
SaintMichaelSaintMichael

You are correct.

 

I thought I was smart by not skipping 'ignore errors'.

That was the problem.