satrick Posted November 3, 2015 Share Posted November 3, 2015 Hi, i have recently upgraded my e-shop from 1.6.1.1 to 1.6.1.2 and after that upgrade i have problem in back office in Catalog - Categories. I got many subcategories (80+) under 3 main categories and my listing in back office is by 50 categories. So that mean that i have page one and page two. But when I try to go to page 2 it doesn't work. It redirect me to main categories. Also.. searching by name, active state... just all searching.. in subcategories doesn't working as well. Any try to search something redirects me to main categories and doesn't stay in subcategories. Do you have any ideas how to fix this? Link to comment Share on other sites More sharing options...
satrick Posted November 3, 2015 Author Share Posted November 3, 2015 Ok I fixed it. I hope this will help somebody someday: You have to rollback function in classes/controllers/AdminController.php and remove there lines 893 - 895: if (isset($_POST) && count($_POST) && (int)Tools::getValue('submitFilter'.$this->list_id) || Tools::isSubmit('submitReset'.$this->list_id)) { $this->setRedirectAfter(self::$currentIndex.'&token='.$this->token.(Tools::isSubmit('submitFilter'.$this->list_id) ? '&submitFilter'.$this->list_id.'='.(int)Tools::getValue('submitFilter'.$this->list_id) : '')); } That function is new in 1.6.1.2 and it didn't work at all for me. Link to comment Share on other sites More sharing options...
Tommaso Mignolli Posted May 4, 2016 Share Posted May 4, 2016 Thank you very much! I was really going crazy with this problem. All the BO searches (products, categories, orders) didn't work and I got "TOO MANY REDIRECTS" error (I'm in 1.6.1.3 Commenting that two lines fixed all. Thank you for sharing. Tommaso Link to comment Share on other sites More sharing options...
Alegra Posted December 8, 2017 Share Posted December 8, 2017 satrick, Thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now