TinyMceHttpHandler problem on Upgrade

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.
9/21/2011 11:51:40 AM
Gravatar
Total Posts 2

TinyMceHttpHandler problem on Upgrade

I followed the instructions to upgrade from mojoPortal 2.3.2.9 to 2.3.6.7. Unfortunately, I receive the following IIS 7.0 server error message when I sign in and click on Settings:

Config Error: Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'TinyMceHttpHandler'

Config Source: 1202:       <add name="TinyMceHttpHandler" verb="*" path="TinyMCEHandler.ashx" type="mojoPortal.Web.Editor.TinyMceHttpHandler, mojoPortal.Web" preCondition="integratedMode"  />

host: easycgi.com, Windows 2008 Server, IIS 7, MySQL 5.0.45

Any suggestions?

 

9/21/2011 11:55:22 AM
Gravatar
Total Posts 18439

Re: TinyMceHttpHandler problem on Upgrade

The only thing I know that causes that error is when you have mojoportal running in a virtual directory below a root site that is either running another copy of mojoPortal or the root site is pointing to the same physical folder as the virtual directory. Its caused by conflict between the root site Web.config and the Web.config in the virtual directory.

Hope that helps,

Joe

9/22/2011 12:54:01 PM
Gravatar
Total Posts 2

Re: TinyMceHttpHandler problem on Upgrade

Thank you for your quick reply. I elected to take a simpler approach and do a clean installation of the current mojoPortal release -- which worked!

I also downloaded Artisteer 3 Standard Edition as recommended (clicking through your site). Too bad it doesn't have a mojoPortal project type. I presume you have contacted them to add it...?

Adam

 

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