File Manager Bug

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.
2/3/2014 3:51:01 PM
Gravatar
Total Posts 3

File Manager Bug

I just updated to 2.4.0.2 on .NET 4.0, MSSQL and I noticed that my File Manager only seems to be showing files from Data/Sites/1/media.

The strange thing is that I don't have an option on my user.config file that allows me to toggle the option of file access as suggested in the File Browser page on the site.

How can I approach this?

2/4/2014 10:28:08 AM
Gravatar
Total Posts 2239

Re: File Manager Bug

Good to see you were able to upgrade. I guess what I sent in email made sense.

Add this to your user.config file and then touch the web.config:

<add key="ForceAdminsToUseMediaFolder" value="false" />

Hope this helps,
Joe D.

2/4/2014 10:45:00 AM
Gravatar
Total Posts 18439

Re: File Manager Bug

In version 2.4.0.2 we changed the default value of the setting Joe D posted from false to true so by default admins will use the /Data/Sites/[SiteID]/media folder instead of the /Data/Sites/[SiteID] folder as their root level folder. The root level folder for a given user depends on their upload permissions/roles.

Part of the reason we changed this is because the new feature for dropping images directly into the editor puts the image in whatever the root level folder is for the user. Therefore just be aware that if you do change it back to false then images that admin users drop into the editor will land in the /Data/Sites/[SiteID] folder which might no be the best place for it. Of course one can still use the dialog page to upload which gives full control over the upload location.

Hope that helps,

Joe

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