VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: aron1996 on June 18, 2021, 13:27:13 PM

Title: Virtuemart Sj vm Filter conflict after logging in
Post by: aron1996 on June 18, 2021, 13:27:13 PM
Dear VM Customer Service!

I'm writing to you because i need some help with an issue I detected on one of the webshops we maintain.

The problem appears only when I log in on the front end as a customer. I use SJ Filter for VirtueMart as a search engine modul.

The error codes are the following:

Warning: Declaration of VirtuemartModelProductFilter::setPaginationLimits() should be compatible with VirtueMartModelProduct::setPaginationLimits($force = false) in /home/munkaru1/public_html/modules/mod_sj_vm_filter/core/helper.php on line 434

WARNING: USE OF UNDEFINED CONSTANT KATEGÓRIÁK - ASSUMED 'KATEGÓRIÁK' (THIS WILL THROW AN ERROR IN A FUTURE VERSION OF PHP) IN /HOME/MUNKARU1/PUBLIC_HTML/TEMPLATES/SJ_AUTOPARTS/HTML/MOD_SJ_VM_FILTER/DEFAULT_CATEGORIES_MANUFACTURERS.PHP ON LINE 21

Console
-------------
jquery.min.js?2409417eead391259725f5eecdf1d5bb:2 Uncaught Error: no such method 'dispose' for tooltip widget instance
    at Function.error (jquery.min.js?2409417eead391259725f5eecdf1d5bb:2)
    at HTMLAnchorElement.<anonymous> (jquery-ui-1.9.2.custom.js:521)
    at Function.each (jquery.min.js?2409417eead391259725f5eecdf1d5bb:2)
    at a.fn.init.each (jquery.min.js?2409417eead391259725f5eecdf1d5bb:2)
    at a.fn.init.$.fn.<computed> [as tooltip] (jquery-ui-1.9.2.custom.js:513)
    at HTMLDivElement.mouseenter (frontediting.js?2409417eead391259725f5eecdf1d5bb:57)
    at HTMLDivElement.handle (jquery.min.js?2409417eead391259725f5eecdf1d5bb:2)
    at HTMLDivElement.dispatch (jquery.min.js?2409417eead391259725f5eecdf1d5bb:2)
    at HTMLDivElement.v.handle (jquery.min.js?2409417eead391259725f5eecdf1d5bb:2)


Any ideas what the problem could be?

Thank you for your help in advance,


Title: Re: Virtuemart Sj vm Filter conflict after logging in
Post by: Jörgen on June 18, 2021, 13:46:53 PM
No VM version ?

This is an error that SJ vm filter should help you with. Old and incompatible code.

If they wont help You, yoy should read the warning messages and correct the error yourself, they are fairly straight forward. Or less strict warning checks.

The js error needs some more investigation.

Jörgen
Title: Re: Virtuemart Sj vm Filter conflict after logging in
Post by: pinochico on June 18, 2021, 14:29:19 PM
wrong uncomapitible version pagination in view SJ filter module

Pls contact developer
Title: Re: Virtuemart Sj vm Filter conflict after logging in
Post by: GJC Web Design on June 18, 2021, 15:34:27 PM
probably just needs the parameter false added to the pagination call

......  setPaginationLimits(false) {
........