I'we just moved a website from local development to an hosted environment.
For static text iwe jused the umbraco dictionary, but after i have moved the site to the other environment, all keys are empty when they are requested by the giving xslt extension. In umbraco administration they are all available and editable.
I think it might has something to do with the hostname mapping in umbraco, because the site does not respond by calling the hostnames only
Check the hostname and language. I had these kind of errors several times and it was always that I've messed up selecting en-Us in 1 environment and en-UK in the other.
^ Yes... I've done that as well. I also remember having problems when I chose the global "English" instead of the culture specific like English (United States). :)
It seems to work perfecly when using another domain, i just created http://test.internetsport.dk , and added the host to umbraco. And all my dictionay items shows, and the website can be requested without specifying and document.
I can see your screenshot now and I've one comment.
The first/upper node (XYX?) should be the homepage/frontpage with the hostname etc. That's the way I usually do it, and I believe this is best practice as taught by the Umbraco Team. :)
Dictionary items do not show, after moving site
Hi.
I'we just moved a website from local development to an hosted environment.
For static text iwe jused the umbraco dictionary, but after i have moved the site to the other environment, all keys are empty when they are requested by the giving xslt extension. In umbraco administration they are all available and editable.
I think it might has something to do with the hostname mapping in umbraco, because the site does not respond by calling the hostnames only
www.internetsport.dk
I have to add a document:
www.internetsport.dk/forside.aspx
Hostnames in umbraco:
http://img124.imageshack.us/img124/3987/issport.png
- all is fine in local development
Does anyone have an idea ?
Thanks in advance
Jacob
I can't see your screendump: 503/504.
You could, for testing purpose, try to add another hostname and see if it works... Like test.internetsport.dk.
How is your node-structure?
... And did you try republishing? Permission settings?
(and where is that edit button?)
Hi,
Check the hostname and language. I had these kind of errors several times and it was always that I've messed up selecting en-Us in 1 environment and en-UK in the other.
Hope it helps you,
Richard
^ Yes... I've done that as well. I also remember having problems when I chose the global "English" instead of the culture specific like English (United States). :)
Hmmm...
It seems to work perfecly when using another domain, i just created http://test.internetsport.dk , and added the host to umbraco. And all my dictionay items shows, and the website can be requested without specifying and document.
But how do i fix it, so http://internetsport.dk is working too ?
Thanks for your help !!
Jacob.
I deleted the hostname added to my "frontpage", and added it to another page. Then everything went fine. Moved it back, and now it works.
Thanks !!
Jacob.
I can see your screenshot now and I've one comment.
The first/upper node (XYX?) should be the homepage/frontpage with the hostname etc. That's the way I usually do it, and I believe this is best practice as taught by the Umbraco Team. :)
That way http://internetsport.dk would be the frontpage (default) and not http://internetsport.dk/frontpage.aspx.
You could create a documenttype "Link" and use this to link to the frontpage instead.
On the other hand... If it aint broke, don't fix it. :)
yeah, i know best practice is making a frontpage, and create the pages below.
But my menu xslt renderings are more easy to make, without having multiple levels in my toplevel menu.
Thanks for your advice !
Jacob.
ahh now i finally found the problem.
I have to add the hostname as www and without ?!?!
http://www.internetsport.dk dont work, but http://internetsport.dk works.
is working on a reply...