The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Overwriting Pages - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Overwriting Pages (/showthread.php?tid=39) |
Overwriting Pages - badcat - 2009-08-09 It's possible to overwrite data by manually typing in the Slug/URL of an existing page url into a new or edited page. Should there be an alert to check for this? Luckily we have the Backups from which to restore lost work Overwriting Pages - ccagle8 - 2009-08-10 my tests show that it doesn't allow for this. It should append a -1 on the end of the slug if it finds a page already saved as that file... Overwriting Pages - badcat - 2009-08-10 ccagle8 Wrote:my tests show that it doesn't allow for this. It should append a -1 on the end of the slug if it finds a page already saved as that file...This appears to be true only for making new pages. It seems if you have an 2 existing pages and rename the slug from one the same as the other, only one page survives. A bug perhaps? Overwriting Pages - ccagle8 - 2009-08-10 Good catch. I just fixed it and it will be in the next release. |