umbraco/js/language.aspx is not loading in Umbraco 7.1.1
Hi All,
Is there anybody have idea on why umbraco/js/language.aspx is not loading in my umbraco application. I hope it was working fine earlier. some thing dameged this, if anybody have idea please let me know.
I am always seeing below error when application trys to load this.
HTTP 1.1/404 Not found.
I have verified the file in my application, my application have the file in umbraco\Js\launguage.aspx
I tried to remove cookies and by re-cycling cache with no success.
What changes have you made to the installation since this started to happen? Have you been installing 3rd party packages, making custom angularjs plugins etc. ?
This started happening after I upgraded from 6.0.1 to 7.2.1. I have installed imageGen an no other 3rd party software. I was imageGen since ver. 6.0.1.
Ok, can you logon to your webserver using an FTP client and check what files and folders i has copied over? It might miss some of the folder for some reason for instance or perhaps some of the files are missing from the folders.
You could try to upload the website manually not using Webmatrix and see if that works. Just make sure not to add the /App_Data/TEMP folder for instance.
After the initial deploy there are other folders that you don't need to deploy as well - But let's first see if we can figure out where things go wrong with the initial deploy.
Deleted all the files, Using manual FTP redeployed without the TEMP folder.
This did solve a different problem, don't know the exact error message, but the madia URL was not found. Perhaps I will try and recreate the problem so I can post the answer in the topic about that problem. So thank you for solving that problem :)
Anyway, sadly it did not solve the below problem.
Request error: The URL returned a 404 (not found): js/language.aspx
I had this problem crop up today and it was due to <add key="umbracoUseSSL" /> being set to true in the web.config and my trying to login to the backend using http://
Hopefully this will help someone out in the future.
umbraco/js/language.aspx is not loading in Umbraco 7.1.1
Hi All,
Is there anybody have idea on why umbraco/js/language.aspx is not loading in my umbraco application. I hope it was working fine earlier. some thing dameged this, if anybody have idea please let me know.
I am always seeing below error when application trys to load this.
HTTP 1.1/404 Not found.
I have verified the file in my application, my application have the file in umbraco\Js\launguage.aspx
I tried to remove cookies and by re-cycling cache with no success.
Regards,
Phani Kumar A V N
Hi!
I am facing the same problem. Did you find any solution?
Hi guys
What changes have you made to the installation since this started to happen? Have you been installing 3rd party packages, making custom angularjs plugins etc. ?
/Jan
Hi Jan!
This started happening after I upgraded from 6.0.1 to 7.2.1. I have installed imageGen an no other 3rd party software. I was imageGen since ver. 6.0.1.
Hi Anand
Ok - How did you do the upgrade? Did you follow the official documentation etc?
Perhaps all you need to do is to go to the /config/ClienDependency.config folder and increment the version attribute and then recycle the app pool.
Hope this helps.
/Jan
Did anyone figure out what the problem was? I have the same thing.
On my own windows 7 PC everything works fine, but when I publish to the server (Windows server 2008) , using FTP methode, the error appears.
Umbraco runs in an ASP.NET 4.0 pool.
Umbraco 7.1.8
Hi Jan and welcome to our :)
What folder do you include in your deploy?
/Jan
Not sure what you mean. Webmatrix copies everything to the server. It's a new website, so I guesss all folders.
Hi Jan
Ok, can you logon to your webserver using an FTP client and check what files and folders i has copied over? It might miss some of the folder for some reason for instance or perhaps some of the files are missing from the folders.
You could try to upload the website manually not using Webmatrix and see if that works. Just make sure not to add the /App_Data/TEMP folder for instance.
After the initial deploy there are other folders that you don't need to deploy as well - But let's first see if we can figure out where things go wrong with the initial deploy.
/Jan
Deleted all the files, Using manual FTP redeployed without the TEMP folder.
This did solve a different problem, don't know the exact error message, but the madia URL was not found. Perhaps I will try and recreate the problem so I can post the answer in the topic about that problem. So thank you for solving that problem :)
Anyway, sadly it did not solve the below problem.
Request error: The URL returned a 404 (not found):
js/language.aspx
After looking for answers I found the following:
'If you are using iis 7.5.
Just go to IIS Manager, open your website properties.
You will see 'Handler Mappings' section there, just go to that section and Search for 'staticFile'.
Most probably its a last file in the list.
Then Right Click on it and Select 'Revert To Parent'.'
After that I needed to republish the web.config file. and it worked...
Hi jan got the same problem - where did you find this "website properties"?
Was it at your hoting providers system or...?
My websites are hosted on a VPS. So it is on that machine (so yes, the hosting provider) in IIS.
Hope that helps you...
Well not really :P
But i found out that i can override the IIS settings by the web.config :)
But the problem is that i really dont what to add for getting it to work :P
Do you have any idea how to add the settings by the web.config?
I found this one but it really gives me alot of other issues:
I had this problem crop up today and it was due to
<add key="umbracoUseSSL" />
being set to true in the web.config and my trying to login to the backend using http://Hopefully this will help someone out in the future.
is working on a reply...