Hi,

1) Let's say i create a page and show it from BE so cooluri generates the path, 
what i get is
* CCC, id=1
* if i open http://mysite/CCC/ i land on page id=1

2) Then i rename this page to DDD, so then we have
* DDD, id=1
* if i open http://mysite/ddd/ i get "Page not found!"
* if i open http://mysite/ccc/ i get page id=1 opened
* showing pages from BE doesn't change anything

3) Then i create again page CCC which now gets new id=2 beacuse DDD have id=1 
already (basically i switched pages by renaming them)
* CCC, id=2
* DDD, id=1
* if i open http://mysite/ddd/ i get "Page not found!"
* if i open http://mysite/ccc/ i get page id=1 opened
* showing pages from BE doesn't change anything

4) Then i go to cooluri and i "FORCE UPDATE OF ALL LINKS"
* CCC, id=2
* DDD, id=1
* if i open http://mysite/ddd/ i get "Page not found!"
* if i open http://mysite/ccc/ i get page id=1 opened
* showing pages from BE finally makes things right

This is very inconvenient, because i don't want to give users access to 
cooluri, neither do i want to teach them about it. But it's still very possible 
that users will eventually rename pages and make mess. Can this issue be 
resolved by making cooluri make an extra check when opening page?
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to