Changes not being committed
Permalink
For some reason I can edit the content on my existing pages, however I can't edit any page properties or add new pages.
If I add a page to the root node, I just wind up sitting on my home page.
If I add a page to a sub-node, I wind up on that sub-node.
If I edit properties for any page from sitemap and save those changes, I just wind up on the page I tried to change with no changes in effect.
No exceptions in log, running in dev mode.
This site has SSL and runs over a load balancer. The files folder of the two sites is on a networked file system.
Has anyone hit a similar situation?
Thanks,
Jereme
If I add a page to the root node, I just wind up sitting on my home page.
If I add a page to a sub-node, I wind up on that sub-node.
If I edit properties for any page from sitemap and save those changes, I just wind up on the page I tried to change with no changes in effect.
No exceptions in log, running in dev mode.
This site has SSL and runs over a load balancer. The files folder of the two sites is on a networked file system.
Has anyone hit a similar situation?
Thanks,
Jereme
I had to setup mod_rewrite to enforce SSL upon entry.
Then I had to change my BASE_URL to the https address.
For the grand finale, I had to set REDIRECT_TO_BASE_URL to false.
After that, I can edit and all my pages are SSL all the time.