We recently backed up our jumpbox, deployed the newest 1.1.5 jumpbox and restored our backup to it. Everything seemed to go great except that now when I make changes to a page, they are in fact saved, but the page never displays the changes through a browser.
Details:
I had an existing page I was working on. I opened the page for editing after the restore to the new VM. Made my changes, previewed the changes, looked good, saved the changes and the page looks exactly as it did before I made the changes.
I tried opening it in another browser, same results, tried another browser on another computer, same results. SSH'd into the machine and did a cat on the document in question from /var/data/dokuwiki-support and it contains the changes.
Now for the crazy twist! If I change the IP of the jumpbox to another address (static or dynamic) and look at the content, every edit displays as expected.
Is there something in Dokuwiki that is dependant on the IP? What kind of freak issue am I seeing here!?
Any advice would be fantastic. We have dropped back to the old jumpbox for now.
Thanks.
Can you tell me what version
Can you tell me what version of JumpBox you were restoring from? I'd like to verify and add a check to our testing.
Thanks, David
Dokuwiki 1.1.5 saving, but not displaying new page after restore
Sounds like a cache problem to me. Since you have tried different browsers I guess it isn't just a simple browser caching problem. Maybe Dokuwiki has caches that aren't being cleared for some reason.
What if you try purging the cache on a page as suggested here
http://www.dokuwiki.org/devel:caching#purging_the_cache
do the changes show up now where they did not previously?
Austin
Thanks you very much, it was
Thanks you very much, it was in fact a server side caching issue. Putting the ?purge=true on the end of url cleared it up for this page.
I will follow the instructions to force the recaching of all pages.
Thanks a lot for the link!