Peter, do you have Nibbles Mailengine installed? I've checked the first js error that i got and where it breaks, and it seems that it stops when adding the "send as mail". Dont know if it is because of that.
Nope. But I did a clean install on my host in a subfolder to test if it has something to do with the host but with a clean install everything works fine, so it is definitely the old installation that messes things up.
That also excludes the problem with unzipping the files since the clean installation works.
I am getting the same error when installing packages upon a clean install. It appears several of the packages are not compatible with .NET 4 and/or Umbraco 4.5 yet there is no mention of this on their download pages. I had to pluck out all my package dlls in order to get the admin working again. I've been dropping one at a time back in and found several that cause error and issue reported.
So now I wanted to download all the essential folders from the customer to my local installation. I copied the following folders:
css xslt usercontrols masterpages media
When i went back into admin on my local folder the js error "UI Keys is undefined" appeared and all trees including the start-folder (content, media, etc) was gone.
Finally I stopped IIS Express, started it again with a NEW port number. This didnt help. So I removed the Client Dependancy folder in App_data and this solved it.
I've removed that folder without restarting IIS Express and it didnt help so both steps seems to be necessary.
Why is it like this and can I somehow solve it in a simpler way? And when I copy the installation to my provider to upgrade the customers installation, is it enought to restart the app-pool to achieve the same thing as changing port..?
I also noticed that setting the port back to the old number gives the js error again. Is it some cache thing?
I downloaded all content in the media folder and that breaked the tree. The difference is, now I cant get the tree to return by changing port and deleting ClientDepenancy. What am I missing and why is this happening??
Content Tree Javascript error after upgrade to 4.5
Hi!
Tried to do an upgrade to 4.5 and now the content trees in the backend is not working. I get the following js error:
Message: Invalid character
Row: 143
Character: 7425
Code: 0
URI: http://demo.teknikkompaniet.se/umbraco/umbraco.aspx
Message: 'uiKeys' is undefined
Row: 255
Character: 17
Code: 0
URI: http://demo.teknikkompaniet.se/umbraco/umbraco.aspx
I copied thought ftp the following maps and files:
bin
config
install
umbraco
umbraco_client
default.aspx
I use IIS 7 with asp.net 4.0 and MySQL
The uiKeys error points to this: UmbClientMgr.appActions().shiftApp(app, uiKeys['sections_' + app]);
I also can't access any thing in the section menu (Content,media, Settings ...) after upgrading to 4.5. I am getting the above javascript error.
Below is my web.config. Somewthing wrong there?
I have upgraded all folders and the web.config
Have you checked this post? Did you use the built-in windows zip utility to unzip?
Nope, used winrar.
Thanks for the suggestion, but it didn't work for me either, I also used WinRar.
/Peter
Peter, do you have Nibbles Mailengine installed? I've checked the first js error that i got and where it breaks, and it seems that it stops when adding the "send as mail". Dont know if it is because of that.
It breaks around here:
If I look at all the other "actions" theres no OpenModal so I suppose that is an obsolete way of opening modals in 4.5..?
I haven't installed any packages on that site I upgraded. Have you found a solution?
Nope. But I did a clean install on my host in a subfolder to test if it has something to do with the host but with a clean install everything works fine, so it is definitely the old installation that messes things up.
That also excludes the problem with unzipping the files since the clean installation works.
Could it be something with ClientDependency..?
I am getting the same error when installing packages upon a clean install. It appears several of the packages are not compatible with .NET 4 and/or Umbraco 4.5 yet there is no mention of this on their download pages. I had to pluck out all my package dlls in order to get the admin working again. I've been dropping one at a time back in and found several that cause error and issue reported.
Check out 4.5 package testing
I've noticed that this error can happen even without packages that is not compatible.
This is the full story:
I installed a clean install of 4.5.1 local with IIS Express (no stand-alone release yet, but installing Webmatrix gives you the possibility to start IIS Express from cmd as mentioned in http://our.umbraco.org/forum/getting-started/installing-umbraco/10233-Running-Umbraco-45-on-Cassini?p=1)
and everything worked fine. I used a MySQL DB which is a copy of my customers db that I have on my provider.
So now I wanted to download all the essential folders from the customer to my local installation. I copied the following folders:
css
xslt
usercontrols
masterpages
media
When i went back into admin on my local folder the js error "UI Keys is undefined" appeared and all trees including the start-folder (content, media, etc) was gone.
Finally I stopped IIS Express, started it again with a NEW port number. This didnt help. So I removed the Client Dependancy folder in App_data and this solved it.
I've removed that folder without restarting IIS Express and it didnt help so both steps seems to be necessary.
Why is it like this and can I somehow solve it in a simpler way? And when I copy the installation to my provider to upgrade the customers installation, is it enought to restart the app-pool to achieve the same thing as changing port..?
I also noticed that setting the port back to the old number gives the js error again. Is it some cache thing?
I downloaded all content in the media folder and that breaked the tree. The difference is, now I cant get the tree to return by changing port and deleting ClientDepenancy. What am I missing and why is this happening??
is working on a reply...