[pmwiki-devel] Fox and UpdatePage

Hans design5 at softflow.co.uk
Fri Feb 23 16:00:19 CST 2007


Fox uses UpdatePage function to save page changes.
Now on one site I run into problems, as UpdatePage did not save
changes. The Fox function is running fine, but something breaks when
UpdatePage runs.

I had to replace

    UpdatePage($targetname, $page, $newpage);

with

    PostPage($targetname,$newpage,$newpage);
    PostRecentChanges($targetname,$newpage,$newpage);
  
and then the page saves.

How can I trouble shoot this?

-- 
Best regards,
 Hans




More information about the pmwiki-devel mailing list