Error Message/Details

Workaround

Message:

Null Reference Exception

When attempting to view the Site/System audit information in RadPortal, a null reference exception displays.

 

This is caused from an admin user who has committed changes that are logged and the audit is deleted. When the drop down list admin names populate, an exception occurs since that user has since been deleted.

To fix this issue, run the following SQL query:

DELETE FROM AdminEvent WHERE AccountID NOT IN(SELECT AccountID from Account)

 

- Return to list -