I experienced two problems with regards to stamp creation and deletion: 1. The new version adds a 'stampsMax' configuration parameter for site.config. If this is not set you will loose all your files in the stamps directory. So upgrading may wipe all your page histories.
2. I had problems with stamp files being created, and php warnings about missing files which did exist, which i believe are a result of the stamps directory not being passed to the unlink function. Using $dir there seems to cure it. Generally I do not like this automatic purging of files, i think it creates quite a bit of extra work at every page edit, since the whole stamps directory is processed each time. I much prefer a stamps cleaner action, to clean out old files manually. Or make it a configurable job to run just once in every session, or offer a solution for a cron job. Cheers, ~Hans --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
