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.
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.
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
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.
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..........
Are you sure this is because of the EmbeddedContent data type?
Which version of Embedded Content and Umbraco are you running?
How DO I Find this?
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.
Thank you ..
It is umbracoConfigurationStatus is 4.5.2
And the Embedded Content version is 1.08..
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?
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
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
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?
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.
Still I can see the .xsd errors? AM I Missing something?
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,
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.
is working on a reply...