http-redirectprestashopprestashop-1.6redirect-loop

Prestashop 1.6 redirect loop on backoffice filters


I have a problem with line filters in backoffice of Prestashop 1.6. Every time I use them (it doesn't matter if in products, orders etc.) i get a redirect loop.

I think there is some error in URL parameter submitFilterproduct (and analogic ones for orders etc.), because only if it's set to non zero value (and line filters set it to 1) loop occurs.

Also I found out that the page redirects to itself (using code 302)

Do you know where the problem could be?

Thanks for any help


Solution

  • I found the answer on this page:

    https://www.prestashop.com/forums/topic/480490-category-search-and-listing-in-bo-after-upgrade-to-1612/

    There is broken piece of code in AdminController. By commenting it the problem is solved.