|
Main sidebar
|
PITS /
00025Summary: PageHistory show last version only
Created: 2004-09-03 06:36
Status: Closed - no feedback received.
Category: Bug
Assigned:
Priority: 5
Version: 1.0.5
OS: freebsd/apache/php4.3.8
Description: After installing pmwiki at my place and authoring some pages, the PageHistory for a page (example: http://hdlab.net/pmwiki/pmwiki.php/Thor/HjemmeSide(approve links)) shows lots of revised versions, but clicking 'Restore' on a new or old version always yields the last/current version. I assume clicking on Restore should present me with the old version. thor at hdlab.net It looks to me as though the "diff" utility is not running on your system--either the Unix-standard diff(1) command is not in the standard place or it is not executable by your web process for some reason (e.g., safe_mode or system restrictions in effect). Although your page history shows lots of revised versions, it's not showing the actual revisions, which means the history is not being saved (see pmwiki.org pages for examples of what the page history should look like). Try setting --Pm |