Message from web page

Permalink
I am trying to add the "Exclude from Nav" attribute to a page but I get a "Message from web page" with as screen full of HTML, scripts, etc. After dismissing the dialog, the progress clock spins forever. How can I determine what the problem is?

 
jordanlev replied on at Permalink Reply
jordanlev
Somewhere buried inside the screen full of HTML is probably the error message. Try to copy the whole thing and paste it into a text editor and see if you can find the error message.
Or it may be a "404 Page Not Found", which means some files weren't installed properly on your server or the permissions on some files are set wrong and they can't be read.
hvvbclub replied on at Permalink Reply
Thanks for the suggestion jordanlev, but the dialog is modal and the text is niether fully shown nor able to be copied. I went ahead and deleted the page and created a new page type with the defaults I wanted, namely Exclude from Nav, Exclude from Page List, and Exclude from Search Index (all checked), but new pages created from that page type have the attributes, but not checked! And of course when I check them and save, same error dialog.
jordanlev replied on at Permalink Best Answer Reply
jordanlev
Try using firebug (for Firefox) or Web Inspector (Chrome or Safari) to inspect the dialog and find the message there.
hvvbclub replied on at Permalink Reply
That was it! Rather, that was not it. Setting the properties worked fine in FF.

Cheers