error on deleting users

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/5/2015 2:04:17 PM
Gravatar
Total Posts 199

error on deleting users

I have 2.4.0.2 MSSQL and formwizard pro 2.6.1.1 

I am getting the following error when trying to delete a user and not sure why.  any ideas would be appreciated.

 

2015-02-05 14:19:47,137 ERROR (null) - (null) - (null) - mojoPortal.Web.Global -  Referrer(http://domain.org/Admin/ManageUsers.aspx?userid=78) useragent Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko 
System.Configuration.ConfigurationErrorsException: Provider must implement the class 'mojoPortal.Business.WebHelpers.UserPreDeleteHandlerProvider'. ---> System.ArgumentException: Provider must implement the class 'mojoPortal.Business.WebHelpers.UserPreDeleteHandlerProvider'.
   at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
   --- End of inner exception stack trace ---
   at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
   at System.Web.Configuration.ProvidersHelper.InstantiateProviders(ProviderSettingsCollection configProviders, ProviderCollection providers, Type providerType)
   at mojoPortal.Business.WebHelpers.UserPreDeleteHandlerProviderManager.Initialize()

2/5/2015 2:09:55 PM
Gravatar
Total Posts 18439

Re: error on deleting users

from that error I'd guess you have an erroneous configuration file in the folder /Setup/ProviderConfig/userpredeletehandlers

ie maybe a file is in there that does not belong there

the file 000_placeholder.config does have to be there so don't delete that one, but any other files there are suspect

You must sign in to post in the forums. This thread is closed to new posts.