Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Phani Kumar A V N 6 posts 26 karma points
    Jul 22, 2014 @ 15:48
    Phani Kumar A  V N
    0

    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

     

     

     

  • Anand S. 3 posts 23 karma points
    Jan 19, 2015 @ 06:19
    Anand S.
    0

    Hi!

    I am facing the same problem. Did you find any solution?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 19, 2015 @ 07:43
    Jan Skovgaard
    0

    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

  • Anand S. 3 posts 23 karma points
    Jan 19, 2015 @ 17:05
    Anand S.
    0

    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.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 20, 2015 @ 06:14
    Jan Skovgaard
    0

    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

  • Jan Liekens 5 posts 25 karma points
    Feb 28, 2015 @ 18:11
    Jan Liekens
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 28, 2015 @ 18:17
    Jan Skovgaard
    0

    Hi Jan and welcome to our :)

    What folder do you include in your deploy?

    /Jan

  • Jan Liekens 5 posts 25 karma points
    Feb 28, 2015 @ 18:20
    Jan Liekens
    0

    Not sure what you mean. Webmatrix copies everything to the server. It's a new website, so I guesss all folders.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 28, 2015 @ 18:25
    Jan Skovgaard
    0

    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

  • Jan Liekens 5 posts 25 karma points
    Mar 01, 2015 @ 10:54
    Jan Liekens
    0

    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

  • Jan Liekens 5 posts 25 karma points
    Mar 02, 2015 @ 21:46
    Jan Liekens
    1

    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...

  • Mads Sørensen 188 posts 433 karma points
    Mar 17, 2015 @ 18:24
    Mads Sørensen
    0

    Hi jan got the same problem - where did you find this "website properties"?
    Was it at your hoting providers system or...? 

  • Jan Liekens 5 posts 25 karma points
    Mar 17, 2015 @ 19:27
    Jan Liekens
    0

    My websites are hosted on a VPS. So it is on that machine (so yes, the hosting provider) in IIS.

    Hope that helps you...

  • Mads Sørensen 188 posts 433 karma points
    Mar 17, 2015 @ 19:31
    Mads Sørensen
    0

    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


  • Mads Sørensen 188 posts 433 karma points
    Mar 18, 2015 @ 09:15
    Mads Sørensen
    0

    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:

    <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" /> 
  • Joshua Stewart 36 posts 128 karma points c-trib
    Jun 25, 2015 @ 19:01
    Joshua Stewart
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft