umbraco 4 Richtext editor->Insert Picture->create new Bug
When I try to create a new media file via the insert picture dialog box, and I click on the Media choose, I see only part of the expected box, and I can't scroll. That happens when I use firefox or chrome, when I use explorer I just see nothing when I click on the insert picture button..
This bug has been fixed in later versions, however upgrading from 4.0.4.2 to the latest version would need a little work (XML schema changed as did the .net version).
If I upgrade to latest version, what the changes I will need to take care of? I have a lot of XSLT files, will I need to rewrite them according to the new schema?
No you don't have to rewrite them, you can set the site to use the old schema by changing
<!-- to enable new content schema, this needs to be false -->
<UseLegacyXmlSchema>true</UseLegacyXmlSchema>
In the /config/UmbracoSettings.config file (this won't be there in your version, but will be in 4.7)
I must warn you that this isn't the only change, if you are using any 3rd party packages then these may or may not be compatable with the 'new' schema.
It's best to take a dev copy of your site and try upgrading to see how your site is and then post back if you have any questions.
umbraco 4 Richtext editor->Insert Picture->create new Bug
When I try to create a new media file via the insert picture dialog box, and I click on the Media choose, I see only part of the expected box, and I can't scroll. That happens when I use firefox or chrome, when I use explorer I just see nothing when I click on the insert picture button..
I attach a print screen of the problem...
As you can see, only part of the media direcories are diaplayed in the window and I can't scroll sown in order to see the rest of the directories.
What's your actual version number? Umbraco '4' has many different versions (currently at 4.7)
Rich
umbraco 4.0.4.2
Hey Ben,
This bug has been fixed in later versions, however upgrading from 4.0.4.2 to the latest version would need a little work (XML schema changed as did the .net version).
Rich
Thank you for your help,
If I upgrade to latest version, what the changes I will need to take care of? I have a lot of XSLT files, will I need to rewrite them according to the new schema?
Hi Ben,
No you don't have to rewrite them, you can set the site to use the old schema by changing
<!-- to enable new content schema, this needs to be false -->
<UseLegacyXmlSchema>true</UseLegacyXmlSchema>
In the /config/UmbracoSettings.config file (this won't be there in your version, but will be in 4.7)
I must warn you that this isn't the only change, if you are using any 3rd party packages then these may or may not be compatable with the 'new' schema.
It's best to take a dev copy of your site and try upgrading to see how your site is and then post back if you have any questions.
Which packages do you have installed?
Rich
I'm going to take your advice and try to upgrade mt website. Can you please offer me a good and reliable tutorial for upgrading?
My installed packages are:
umbnotificationdash 1.0 by Jukka-Pekka Keisala
Hey Ben,
There's an upgrade guide here http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation
Make sure you do this on a development machine!
Also look out for the fact that Umbraco 4.7 must run under .NET 4.0 (where as your version will be running under .NET 2.0)
Don't think those package should cause a problem.
Good Luck
Rich
is working on a reply...