Default Uploader after upgrading to 2.3.9.7 ?

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
5/14/2013 4:55:45 AM
Gravatar
Total Posts 3

Default Uploader after upgrading to 2.3.9.7 ?

Hello....

we performed a Update to the mojoPortal Version 2.3.9.7 and removed all the Netupload related things (/NeatUpload folder from installation and Brettle.Web.NeatUpload.dll from the /bin folder). We also removed the Netupload related entries from our config-Files.

The Problem:

Our sites (the "shared files" Site for example) still shows the old Upload Controls (the upload does not work well) and not the smart new with the drag and drop function:http://www.visualenergy.de/Data/Sites/1/media/GalleryImages/73/Thumbnails/upload.jpg

I have searched everywhere for a setting to enable the new uploader - how can I fix/activate this??

mojoPortal 2.3.9.7 @ Server 2008 R2 (.net Framework 4)

SQL Server 2008 Express

thanks!! greetings

Mike

 

5/14/2013 7:40:57 AM
Gravatar
Total Posts 2239

Re: Default Uploader after upgrading to 2.3.9.7 ?

Hi,

Depending on when you downloaded 2.3.9.7, you may not have the most recent files. There were some bugs with the new uploader which were fixed after 2.3.9.7 was initially released. The 2.3.9.7 release was patched but you'll have to download it again and replace the changed files in your installation. Go to the codeplex site to download the release and to view the addtional notes on which files were patched.

Also, make sure you used the new web.config file from the release. Copy any of your own customizations to the new file and use it, don't continue to use your old one.

HTH,
Joe D.

5/14/2013 7:56:03 AM
Gravatar
Total Posts 3

Re: Default Uploader after upgrading to 2.3.9.7 ?

Hi Joe,

thanks for your answer. I have the latest 2.3.9.7 release - I downloaded and replaced the files yesterday. The web.config is the new one from the release - all my customizations are in the user.config File.

I installed a second mojoPortal instance called "Test" on the same server - with a fresh database..... Now I can see the new Uploader in the fresh instance - everything works fine. But I have the problem in my Main mojoPortal.

Are there any specific settings in the database?

greetings

Mike

5/14/2013 8:05:24 AM
Gravatar
Total Posts 2239

Re: Default Uploader after upgrading to 2.3.9.7 ?

Hi Mike,

No, the new upload facility replaces the old and no configuration is necessary for it. I would double-check that all the files were updated. You should also check the System Log (Administration > System Log) for any related errors.

HTH,
Joe D.

5/14/2013 8:16:22 AM
Gravatar
Total Posts 18439

Re: Default Uploader after upgrading to 2.3.9.7 ?

I would use browser tools to check for any script errors occurring in the page. If it fails to wireup the javascript it falls back to standard asp.net File Upload. Or more accurately, it starts out with standard asp.net file upload control and replaces that with javascript so it sounds like something is not working with the javascript.

Hope that helps,

Joe

5/15/2013 9:33:24 AM
Gravatar
Total Posts 3

Re: Default Uploader after upgrading to 2.3.9.7 ?

I found the error - I have used old skins (artisteer31.....). It causes an error and loading the default http Uploader. I switched to the new skins from the actual release and implement my own style customizations again. Everything works fine and the new Uploader works.

Problem solved

thanks and greetings from Germany

Mike

5/15/2013 9:44:12 AM
Gravatar
Total Posts 18439

Re: Default Uploader after upgrading to 2.3.9.7 ?

Probably your old skin just needs to have the jquery migrate plugin enabled as documented on the important skin changes. The uploader doesn't need it but if something else on the page needs it and is causing a script error it can prevent the uploader script from working.

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