SubkismetCaptchaHandler key error

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
6/13/2009 6:58:42 AM
Gravatar
Total Posts 5

SubkismetCaptchaHandler key error

I am getting an error after installation when trying to access the setup page for the 1st time.

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Error Code 0x800700b7
Config Error: Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'SubkismetCaptchaHandler'

I looked in the web.config and only found 1 key for 'SubkismetCaptchaHandler', so not sure where to go next.

OS: Vista Ultimate 32

DB: MS Sql Server 2005 Express

Mojo version: not exactly sure, as i used the Web Platform Installer - i assume the latest stable as of now (6/13/2009).

6/13/2009 7:10:48 AM
Gravatar
Total Posts 5

Re: SubkismetCaptchaHandler key error

update - So i commented out that line in the config, but it just errored on the next line down. So i commented that one out. Error on next line. So i kept going. After commenting out about 10 or so lines from the web.config, i figure this is probably not the right way to go, so i stopped.

 

6/13/2009 7:16:40 AM
Gravatar
Total Posts 18439

Re: SubkismetCaptchaHandler key error

I think you do not have .NET 3.5 SP1 installed.

Hope it helps,

Joe 

6/15/2009 5:42:56 PM
Gravatar
Total Posts 5

Re: SubkismetCaptchaHandler key error

I do have .NET 3.5 SP1 installed.

But... I tried hitting the site again today, and it started going through the setup scripts. I'm up and running now. Oh well - odd, but I'm moving on.

Thanks.

 

8/22/2009 7:24:27 PM
Gravatar
Total Posts 17

Re: SubkismetCaptchaHandler key error

I am getting the same error after uploading to webhost4life. The website works fine, but the html module doesn't work.

 

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

 

Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'SubkismetCaptchaHandler

8/23/2009 11:12:21 AM
Gravatar
Total Posts 18439

Re: SubkismetCaptchaHandler key error

Thats a very strange error. It could happen if the Web.config got corrupted during upload and the reference in the hnalder section got duplicated. It could also happpen if you had another .NET app running at the root level and mojoportal running in a sub folder. If the parent app also specifies this hanlder it could maybe cause that error.

The thing is a Web.config error should affect all pages not just the Html module. In fact the Html module does not even use a captcha for anything so it has no relation to that error.

Hope it helps,

Joe

2/15/2011 2:26:33 PM
Gravatar
Total Posts 8
Regards, Anshul

Re: SubkismetCaptchaHandler key error

Hi Joe,

 

I have a new installation and I have the same error message:

HTTP Error 500.19 - Internal Server Error

However it says:

Notification Unknown
Handler Not yet determined
Error Code 0x80070032
Config Error The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration 
Config File \\?\C:\inetpub\wwwroot\Mojo\web.config

However, everything seems fine in system.web.extensions and I have not made any chages there.

Could you please help?

Thank you. 

2/16/2011 1:57:06 PM
Gravatar
Total Posts 18439

Re: SubkismetCaptchaHandler key error

Hi Ashan,

Your error is not related to the SubkismetCaptchaHandler error on this thread.

See the first 2 items in our FAQ

http://www.mojoportal.com/faq.aspx

Hope it helps,

Joe

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