This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi all,
I've installed the latest release, 2.3.8.1 on a fresh Web Server, on root (at my host provider). I've inserted sucessfully the blog content. The blog appears ok, but when i try to post or edit categories, it shows the default mojoportal page error
"We're sorry but a server error has occurred while trying to process your request.
The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page."
Windows Server 2003
MySQL
Asp.NET 4.0
Mojo 2.3.8.1
Hi,
Start with Basic Troubleshooting to find out the error details
Hope that helps,
Joe
I hit the same error. Looked at the log and saw "URL-encoded form data is not valid" error. Stackoverflow to the rescue, found this: http://stackoverflow.com/questions/8824244/url-encoded-form-data-is-not-valid. Set <add key="aspnet:MaxHttpCollectionKeys" value="4000" /> in user.config and all is well now.
Hope this helps.