Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi,

This is driving me mad!

Everytime I update a nested page I get the "Page not found" error. So I enter the admin as superuser view the page and now it works – except it doesn't!

It works fine on my mac but my client still sees the "Page not found" error. Obviously I cannot ask every user to reset it on their machine so how can I guarantee that they don't get this error?

Pretty URLs is on, and the template setup is.
<cms:template title='Services' clonable='1' nested_pages='1' executable='0' order='2' ></cms:template>

Also, surely I shouldn't have to view a page every time I make a change or re-upload it.

Any help would be greatly appreciated.
Public-facing templates should not have executable set to 0.

From the documentation:
executable
If this parameter is set to '0', non-super-admin users will be unable to access the template and all its cloned pages via their URLs. This is usually done when a template is used only to define editable regions that will be used to capture data in the admin panel. The captured data is then usually displayed on other templates by the use of either pages tag or get_custom_field tag.
Lovely, that's fixed it.

Thanks.
3 posts Page 1 of 1