What version of Umbraco are you using.
Are you using Nested Content that comes with Umbraco or are you still using the legacy package. If it's the last which version.
Hi, Dave. Thank you for fast replay. Umbraco version 7.6.4, and I'm using legacy package. I use latest version 0.5.0. I think that there is some problem with path should I add ~/, but I will look at issue.
A workaround for all affected sites is to update the file ~/Umbraco/lib/umbraco/Extensions.js. The changes that need to be made are in the following two functions:
HI,
No it doesnt help me. Also I update ver number in /Config/ClientDependency.config. This only happen(this problem) on prod version localy it works. Any idea?
As I can see the clientDependency version="number" in local and dev is different. If I try to update should this fix my problem? Because as I say local it wokrs perfectly but in dev it doesnt
No Dave, this doesnt solve problems on all enviorments :(
Where can I find implementation or call template or view of nestedcontent.html file. I still think that the path is wrong there. Because local and prod enviorments doesnt has the same url path localhost:6666/umbraco and prodsite.com/someting/umbraco
Yes, I'm using virtual directory. I tried multiple times and nothing has changed. And I think that fix is correctly applied to production environment. Can you please recommend me something else?
Nested Content 404
HI, Im getting 404 on nested content nested nestedcontent.html. File exist, but It doesn't load. I think that there is problem with path.
Hi
What version of Umbraco are you using. Are you using Nested Content that comes with Umbraco or are you still using the legacy package. If it's the last which version.
It can be related to this issue : https://issues.umbraco.org/issue/U4-11253
This has been fixed in Umbraco core v7.10.4
The issue on the tracker provides a manual workaround if you are on a lower version and you can't upgrade.
Dave
Hi, Dave. Thank you for fast replay. Umbraco version 7.6.4, and I'm using legacy package. I use latest version 0.5.0. I think that there is some problem with path should I add ~/, but I will look at issue.
Thanks
A workaround for all affected sites is to update the file ~/Umbraco/lib/umbraco/Extensions.js. The changes that need to be made are in the following two functions:
this part I have done already
Hi
Did changing that file fix it for you ?
Could be that you need to update the version number attribute in /Config/ClientDependency.config to see the changes.
Dave
HI, No it doesnt help me. Also I update ver number in /Config/ClientDependency.config. This only happen(this problem) on prod version localy it works. Any idea?
As I can see the clientDependency version="number" in local and dev is different. If I try to update should this fix my problem? Because as I say local it wokrs perfectly but in dev it doesnt
Yes..you need to apply the fix to all environments and update client dependency number
Dave
No Dave, this doesnt solve problems on all enviorments :( Where can I find implementation or call template or view of nestedcontent.html file. I still think that the path is wrong there. Because local and prod enviorments doesnt has the same url path localhost:6666/umbraco and prodsite.com/someting/umbraco
Are you running Umbraco in a virtual directory ?
That should work with nested content.
So I think the fix is not applied correclty to your production environment.
Dave
Yes, I'm using virtual directory. I tried multiple times and nothing has changed. And I think that fix is correctly applied to production environment. Can you please recommend me something else?
Any news or idea Dave?
Thanks
Hi,
Unfortunately not. I never tried to run Umbraco in a virtual directory.
Dave
is working on a reply...