I made a new doctype with template, the doctype has a rte wich is displayed by the template.
Then I made a contentnode from that doctype and published it, so far so good. when I look at the properties, the url is nicely shown. But when I try to open the page in a browser, either clicking preview in umbraco or opening a new browser, the page is nowhere to be found, instead I get an error
Page not found
No umbraco document matches the url 'http://[mypage].aspx'
When I go look at the properties of the contentnode, the url is reduced to the domainname. just says www.[myname].com.
I tried adding a completely new doctype but that also doesn't keep its url.
anyone any idea what this could be, and how to make the content-tree work again?
Pretty weird behaviour! Are you able to reproduce it on a clean install? Something useful to find in the umbracoLog table? And what umbraco version is that?
Check if the umbraco.config file gets updated when you publish it. (Its a plain xml-file) See if your new page is there. If not, it is a permission-problem on the umbraco.config-file (or the entire data-foler)
@Dirk, A clean install won't help me, I need a copy of our existing site to test some new code on the existing doctypes. I copied the existing site and db to the testserver. First I forgot to change the domainnames, so he actually made a wrong url, but even that one changed back to just the dommainname. So my guess is that a new install won't have these problems.
As for the umbracolog, never found antything usefull in there before. and no surprise to me, this time isn't any diiferent.
@Peter The file is not updated, but I have two umbraco.configs in the install, one is under umbraco/data, the other under umbraco/umbraco/data.But the security settings seem just fine, after updating the permissions just to be sure, the problem stays.
I'm gonna try to copy the production site again and change the domainnames before I do anything else, I'll keep you posted.
The umbraco.config (in the data-folder) should be updated when you publish a page. Try deleting that file and then touch the web.config. Does the umbraco.config get created then? (It should). If not, you do have a permission-problem.
Published node loses url
I made a new doctype with template, the doctype has a rte wich is displayed by the template.
Then I made a contentnode from that doctype and published it, so far so good. when I look at the properties, the url is nicely shown. But when I try to open the page in a browser, either clicking preview in umbraco or opening a new browser, the page is nowhere to be found, instead I get an error
Page not found
No umbraco document matches the url 'http://[mypage].aspx'
When I go look at the properties of the contentnode, the url is reduced to the domainname. just says www.[myname].com.
I tried adding a completely new doctype but that also doesn't keep its url.
anyone any idea what this could be, and how to make the content-tree work again?
Pretty weird behaviour! Are you able to reproduce it on a clean install? Something useful to find in the umbracoLog table? And what umbraco version is that?
Cheers,
/Dirk
Check if the umbraco.config file gets updated when you publish it. (Its a plain xml-file) See if your new page is there. If not, it is a permission-problem on the umbraco.config-file (or the entire data-foler)
HTH,
PeterD
@Dirk,
A clean install won't help me, I need a copy of our existing site to test some new code on the existing doctypes. I copied the existing site and db to the testserver. First I forgot to change the domainnames, so he actually made a wrong url, but even that one changed back to just the dommainname. So my guess is that a new install won't have these problems.
As for the umbracolog, never found antything usefull in there before. and no surprise to me, this time isn't any diiferent.
@Peter
The file is not updated, but I have two umbraco.configs in the install, one is under umbraco/data, the other under umbraco/umbraco/data.But the security settings seem just fine, after updating the permissions just to be sure, the problem stays.
I'm gonna try to copy the production site again and change the domainnames before I do anything else, I'll keep you posted.
thx for the quick response
The umbraco.config (in the data-folder) should be updated when you publish a page. Try deleting that file and then touch the web.config. Does the umbraco.config get created then? (It should). If not, you do have a permission-problem.
It definitly was a permission issue, 4 maps where not copied correctly. All was resolved after re-copying the entire site and db.
thanks to Peter & Dirk
is working on a reply...