Save and publish not working on some access points
I am not sure I am asking this question at the right place, but here is what happened to us this week:
Umbraco was working fine when installed on a server and when we changed the DNS entry (it was moved from test to real domain) it stoped publishing content upon clicking Save and publish on some computers (access points).
To explain more, Save and publish works fine from one office and does not work from the other (even with same user account).
Please help if you ever ran into something like this, or have any clue how to handle it.
When you click the save and publish-button what happens beside not publishing the page? Do you get an error/yellow screen of death, does the browser reload or doesn't anything happen?
I don't know if this will solve your problem but I guess it's worth the try at least.
Try and make the umbraco.config file yourself. Just create an empty notepad document and save it as umbraco.config (NOT umbraco.config.txt! Very important).
Then add this as the only thing in the document on the very first line <!DOCTYPE umbraco[ <!ELEMENT nodes ANY> <!ELEMENT node ANY> <!ATTLIST node id ID #REQUIRED> ]>
Then upload the file into the /data/ directory on your server.
Go to the Umbraco backend, right click on "Content" and select "Republish entire site". Now umbraco.config should be populated with data.
You say the problems started after the DNS-change. Perhaphs that would be a good place to start from. Check if the DNS is in fact changed on all machines.
The wierd thing is that when you login in administration on those machines, you see everything as is, but when you add content it is visible only in administration on those machines.
Save and publish not working on some access points
I am not sure I am asking this question at the right place, but here is what happened to us this week:
Umbraco was working fine when installed on a server and when we changed the DNS entry (it was moved from test to real domain) it stoped publishing content upon clicking Save and publish on some computers (access points).
To explain more, Save and publish works fine from one office and does not work from the other (even with same user account).
Please help if you ever ran into something like this, or have any clue how to handle it.
Thanx!
Hi Vedran
When you click the save and publish-button what happens beside not publishing the page? Do you get an error/yellow screen of death, does the browser reload or doesn't anything happen?
/Kim A
I get the "Content is published" bubble like everything is OK...
Try and have a look in the /data/umbraco.config.
See if the new content that should have been published, is vissible in the file. Is it?
/Kim A
Caching is disabled and umbraco.config does not exist :(
Hi Vedran
I don't know if this will solve your problem but I guess it's worth the try at least.
Try and make the umbraco.config file yourself. Just create an empty notepad document and save it as umbraco.config (NOT umbraco.config.txt! Very important).
Then add this as the only thing in the document on the very first line
<!DOCTYPE umbraco[ <!ELEMENT nodes ANY> <!ELEMENT node ANY> <!ATTLIST node id ID #REQUIRED> ]>
Then upload the file into the /data/ directory on your server.
Go to the Umbraco backend, right click on "Content" and select "Republish entire site". Now umbraco.config should be populated with data.
Hope this helps
/Jan
We just realized that the published content does not get the URL under properties on any other computers then the one it has been published on...
You say the problems started after the DNS-change. Perhaphs that would be a good place to start from. Check if the DNS is in fact changed on all machines.
HTH,
Peter
The wierd thing is that when you login in administration on those machines, you see everything as is, but when you add content it is visible only in administration on those machines.
And all the permission-settings are fine? I mean, does the user have permissions to write on the disc, expecially in the data-folder?
With same user account on other computers all works fine ... Spookiest bug ever.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.