File Manager does not create new folder

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.
3/2/2013 10:55:10 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

File Manager does not create new folder

mojoPortal Versione 2.3.9.5 MSSQL
Sistema Operativo Microsoft Windows NT 6.1.7601 Service Pack 1
Informazioni ASP.NET v4.0.30319 Esecuzione in 'Partial Trust'

Site Users notified me that File Manager's command to create new folders does not work anymore.

I tried to click "New" in File Manager's top menu: the status bar shows "(i) Creating new folder" but nothing seems to happen.

If you chick it again, a message says "Please wait while a new folder is being created" but no new folder is actually created.

Alternate file manager works fine.

I tried on several sites in Medium and Full trust and the behavior is the same.

Is anyone else having the same experience ?

Anything related to the latest upgrade ?
 

3/2/2013 11:12:32 AM
Gravatar
Total Posts 18439

Re: File Manager does not create new folder

Hi Diego,

I just confirmed this bug on the demo site. The problem seems to be the upgrade to a newer version of jQuery and the qtfile script has an incompatibility. You can enable the jquery migrate plugin as discussed in the Important Skin Changes article but unfortunately that only fixes the file manager under Administration > File Manager. The dialog page is not loading the migrate plugin. You could edit the jquery version in web.config and set it to a lower version of jquery to make it compatible.

I will investigate a permanent solution and fix it for the next release.

As a workaround folders can still be created in the dialog using the Alternate File Manager.

Hope that helps,

Joe

3/4/2013 10:55:15 AM
Gravatar
Total Posts 18439

Re: File Manager does not create new folder

This is now fixed in the source code repository so it will be fixed in the next release. The new fix does not require the jquery migrate plugin, but as a workaround until the next release you could edit the file /Dialog/FileManagerDialog.aspx to make it load the migrate plugin

<portal:ScriptLoader ID="ScriptInclude" runat="server" IncludeQtFile="true" CombineScriptsWithScriptManager="false" IncludeJQueryMigrate="true" />

Best,

Joe

3/4/2013 1:12:43 PM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Re: File Manager does not create new folder

Thanks Joe!

A beer is on the way.

Diego

3/4/2013 1:48:34 PM
Gravatar
Total Posts 18439

Re: File Manager does not create new folder

Thanks for the beer Diego!

Cheers,

Joe

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