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


_______________________________________________
pmwiki-devel mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to