Upload images to a gallery errors out

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.

This is the place to report bugs and get support

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.
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.
This thread is closed to new posts. You must sign in to post in the forums.
5/20/2010 5:45:44 AM
Gravatar
Total Posts 16

Upload images to a gallery errors out

Hi! 

I'm using Windows server with 2.3.3.2 MSSQL

Tring upload images to image gallery causes this error message 

"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. "

 

System Log shows some old messages from one day in JAnuary and nothing more. Clean for it doesn't work. All same messages are still there.

 

 Any thoughts ?

Kind regards, Alexander

5/20/2010 6:20:27 AM
Gravatar
Total Posts 18439

Re: Upload images to a gallery errors out

File system permissions are not correct so it can't upload files and it can't write to the log. You need to make the /App_Data and /Data and all sub folders and files writable by the web process. You can verify the error by disabling the friendly error message from Web.config as indicated in Basic Troubleshooting.

Hope it helps,

Joe

5/20/2010 6:27:52 AM
Gravatar
Total Posts 16

Re: Upload images to a gallery errors out

Thanks for your quick reply Joe!

Will try and report the results.

 

Alex

5/24/2010 3:59:28 AM
Gravatar
Total Posts 16

Re: Upload images to a gallery errors out

Yeah, that was the case and that helped!

There were correct settings for Data folder but not for App_Data.

 

Thanks again!

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