C5 Page Properties Page - Save/Cancel Buttons Do Not Work

Permalink
When editing the properties of a page in my site (for instance, trying to exclude a page from auto-nav, etc.) the Save and Cancel buttons display the mouseover highlight correctly but nothing happens when clicking. The status bar shows "javascript:void(0)" for both of these upon mouseover.

This was working just a week ago on the site, and no page code has been changed, nor have any new themes or other add-ons been installed. We are also running the same version of concrete5 on 3 other sites with no problems.

Any advice or help would be greatly appreciated. Thanks!

 
emoseley replied on at Permalink Best Answer Reply
This turned out to be part of a bigger problem and here's the cause and solution, if anyone else needs it in the future:

http://www.concrete5.org/documentation/how-tos/developers/how-to-ma...
bcarvalho replied on at Permalink Reply
bcarvalho
This is the _exact_ problem I am having. However, the how to that this page refers to is no longer valid. See this post:

http://www.concrete5.org/community/forums/installation/concrete5-5....

Thus, I simply turned off the mod_pagespeed with this line of code:

<IfModule pagespeed_module>
ModPagespeed off
</IfModule>

But the problem of Page Properties not having a "Save" button persists for me.