Page 1 of 1
bug parameter filtr
Posted: 21 Nov 2024, 16:26
by vlada83
when i choose in param filter one option, modul works fine, after second choose, it shosw message no results, after 5 seconds is on page redirection and in place of param search module it is error page. See screen
Test on
https://www.rafkarna.cz/eshop/zapletena-kola
Joomla 5, Phoca 5 beta
on Joomla 4 and Phoca 4 there was no problem, any idea?
Re: bug parameter filtr
Posted: 21 Nov 2024, 21:59
by Nidzo
Can you try switching to default Joomla template and check if problem persist?
Re: bug parameter filtr
Posted: 23 Nov 2024, 19:08
by Jan
Hi, on your site, I see a lot of different Javascript errors. E.g. one is redeclaring Phoca Cart variable: VM229:1 Uncaught SyntaxError: Identifier 'phFilterNewUrlSet' has already been declared. It is a part of some debugger:
Usually, this is declared in file: phocafilter.min.js:
so the second declaration in the VM229 debug can break the Javascript. Unfortunately, I don't know nothing about this debug on your site, so this needs to be solved by someone who implemented this debug or uses it.
And hard to say, if this type of error can cause the described problem of there is another issue on the site
Jan