Copied to clipboard

Flag this post as spam?

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


  • PlkAdmin 12 posts 85 karma points
    Feb 15, 2011 @ 23:23
    PlkAdmin
    0

    Urgent!! Not able to preview and 404

    We went live with the Umbraco and on the production server we are having issues.

    1. When I login I am getting the following error which I can see in Firebug extension

    webresource.axd and scriptresource.axd 404 not found or missing

     

    2. After editing a page and cliking on preview  it says page not found (404 error)

     

    Any healp is greatly appreciated....

     

    Thanks in Advance..........

  • Sascha Wolter 615 posts 1101 karma points
    Feb 15, 2011 @ 23:31
    Sascha Wolter
    0

    Are you sure this is because of the EmbeddedContent data type?

    Which version of Embedded Content and Umbraco are you running?

  • PlkAdmin 12 posts 85 karma points
    Feb 16, 2011 @ 01:11
    PlkAdmin
    0

    How DO I Find this?

  • Sascha Wolter 615 posts 1101 karma points
    Feb 16, 2011 @ 01:35
    Sascha Wolter
    0

    Umbraco version: open the web.config file, there should be something like this in it: <add key="umbracoConfigurationStatus" value="4.6.1"/>, the value is your Umbraco version.

    EmbeddedContent: in Umbraco, go to the Developer section, expand Packages and then Installed packages, click on Embedded Content (if it is there) and you will find the version directly under the package name.

  • PlkAdmin 12 posts 85 karma points
    Feb 16, 2011 @ 05:24
    PlkAdmin
    0

    Thank you ..

     

    It is umbracoConfigurationStatus is 4.5.2

    And the Embedded Content version is 1.08..

     

  • Sascha Wolter 615 posts 1101 karma points
    Feb 16, 2011 @ 05:31
    Sascha Wolter
    0

    I've recently published version 1.1 of the Embedded Content data type, can you please upgrade to the latest version and see if the error persists?

  • PlkAdmin 12 posts 85 karma points
    Feb 16, 2011 @ 13:46
    PlkAdmin
    0

    Ok. I've downloaded and installed the package. No erros in script resource.axd.

     

    The second one is still there. I am not able to preview the file. Getting 404 error

  • Sascha Wolter 615 posts 1101 karma points
    Feb 16, 2011 @ 14:01
    Sascha Wolter
    0

    First of all you need to uninstall the 1.08 package:

    Go to Developer -> Packages -> Installed packages -> Embedded Content, at the bottom of the page you will find the uninstall button, follow the steps.

    Immediately after that you should install the 1.1 package:

    Go to Developer -> Packages -> Package repository -> Backoffice extensions -> Browse for Embedded Content, click on it and follow the instructions to install it. At the end of the install you will see a page that asks you to start upgrading your prevalue schema, do that as well, otherwise it will not work.

    I've written a bit about the new features of 1.1 and how to upgrade here

    Let me know how it goes,

    Sascha

  • PlkAdmin 12 posts 85 karma points
    Feb 16, 2011 @ 14:10
    PlkAdmin
    0

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; .NET4.0C; .NET4.0E)
    Timestamp: Wed, 16 Feb 2011 13:12:44 UTC


    Message: 'Sys' is undefined
    Line: 41
    Char: 1
    Code: 0
    URI: https://****/umbraco/dashboard.aspx?app=content

    When I login I am getting this error? Any Idea?

  • Sascha Wolter 615 posts 1101 karma points
    Feb 16, 2011 @ 14:51
    Sascha Wolter
    0

    Hm, are you running your system under https? There are a couple of Javascript issues that 'Sys' or 'Umbraco' can't be found, have a look on the forum here, shouldn't be hard to find. Might also be a permission error, that's always the first thing I would check.

  • PlkAdmin 12 posts 85 karma points
    Feb 16, 2011 @ 20:08
    PlkAdmin
    0

    Still I can see the .xsd errors? AM I Missing something?

     

  • Ricardo 24 posts 56 karma points
    Jun 27, 2011 @ 12:06
    Ricardo
    0

    Has this issue been solved?

    I have the same problem, 404 when trying to edit a Embedded Content item. The 404 is returned when EC requests things like that

    http://xxxxxxx/umbraco/rest/umbraconodename?id=1706

    I noticed there is not a 'rest' folder inside my Umbraco installation. Do I need to install something else with Embedded Content ?

    I can not see in Umbraco Packages which version of Embedded Content is installed but we installed it recently so should be 1.1.x (Umbraco 4.5.2)

    Please help,

  • Ricardo 24 posts 56 karma points
    Jul 12, 2011 @ 18:29
    Ricardo
    0

    The problem is Embedded Content does not work with Umbraco 4.5 since Rest is in Umbraco 4.6

    To configure embedded content you need to change Web.Config to add

    <add name="UmbracoNodeName" path="umbraco/REST/umbraconodename" verb="*" .....

    but this folder/file does not exists in my installation.

     

Please Sign in or register to post replies

Write your reply to:

Draft