View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002532 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2011-02-17 10:44 | 2011-09-26 13:15 |
Reporter | Bergfreunde | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Fixed in Version | 4.5.3 revision 39087 | ||||
Summary | 0002532: paging: empty list | ||||
Description | When a category has many products and several pages and you delete some products from that category, the other pages are still reachable by url and show an empty list (watch that bug: 0002516). The bug shouldn't be fixed like that, because the pages are still reachable by url which might be already indexed by a search-engine. To fix that accurate you should check if the called paging has articles and if not show a 404 - page not reachable. | ||||
Steps To Reproduce | 1. go to oxid-demoshop 2. place all products in one category 3. call category in frontend 4. remove nearly all products from category 5. call the category with a paging > 1 6. watch an empty category | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0002829 | resolved | arvydas_vapsva | behaviour of page number seo-urls inconsistent and in some cases wrong |
|
Sorry - certainly it should be 404 - Not Found |
|
Reminder sent to: Bergfreunde Hello, sorry, but i can not reproduce this case on the final 4.5.0 version. could you please check if you still have same problem on lates eShop version, or at least let us know for which eShop version you have reported this issue. greetings, |
|
Hello, the bug is still available in 4.5 and can be reproduced in your demoshop: http://demoshop.oxid-esales.com/enterprise-edition/ When you visit http://demoshop.oxid-esales.com/enterprise-edition/Wakeboarding/Wakeboards/2/ you get the message "Fehler Die angeforderte Seite 'Wakeboarding/Wakeboards/2/' konnte nicht gefunden werden." When you remove the products from category like I described under "Steps To Reproduce" and call this page you get an empty category-page instead of an error-message due to 404 - Not Found. I hope its clear now. Best regards, Benni |