test

Tagged: 

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • Arvind Chauhan Moderator
    #978417

    Hi there,

    Yes, I saw that report earlier and the extension has been fixed for the same. We are releasing fixed version in the next few hours.

    We recommend to take backup and then upgrade.

    Regards

    Arvind

    shakiamuni Friend
    #978595

    Hi, after Component update, when I use Filter – Search result is null!

    manwlios Friend
    #978619

    Hi, after Component update, when I use Filter – Search result is null!

    Same here

    Milja Ligtermoet Friend
    #978646

    Here too.

    grantbroadcasters Friend
    #978872

    We are also getting the ‘Search result is null!’ on our sites.

    grantbroadcasters Friend
    #979472

    Can we please have some update on when we can expect a fix for this as this is now affecting our business.

    Arvind Chauhan Moderator
    #979653

    yes, I am getting it checked.

    Ninja Lead Moderator
    #979682

    Hi,

    You can apply this hotfix :

    Open components/com_jak2filter/models/itemlist.php file

    around line 1355 find and change

    $sql .= " AND i.catid IN (".(implode(', ',$ja_cids)).")";

    to

    $sql .= " AND i.catid IN (".$db->quote(implode(', ',$ja_cids)).")";

    and find all script ".$db->quote($searchPattern)." and replace with ".stripslashes($db->quote($searchPattern))."

    Let me know if that fixes the issue.
    Regards

    shakiamuni Friend
    #980487

    It did not help – Search result is null

    Can anyone fix this script?
    Very uncomfortable

    Ninja Lead Moderator
    #980488

    @shakiamuni: you can provide the credentials of your site: URL, admin login and FTP account via private reply, I will help you out.

    shakiamuni Friend
    #981008
    This reply has been marked as private.
    Ninja Lead Moderator
    #981437

    @shakiamuni: I spent more time to detect the problem on your site and you need to change max_input_time to 2000 from php.ini file on your hosting and you can edit the setting on JAK2 Extra fields Filter and Search module

    shakiamuni Friend
    #983172

    unfortunately, the same problem 🙁
    should I change max_input_time to more than 2000?

    Ninja Lead Moderator
    #983337

    @shakiamuni: You can try to set max_input_vars to 2000

    shakiamuni Friend
    #983669

    enter image description here

    It doesn’t works.
    I use JA template, modules and plugins only.
    Could you explain what the problem?

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 6 voices, and was last updated by  Ninja Lead 8 years ago.

The topic ‘Reported Security Vulnerability in JA K2 Filter Component’ is closed to new replies.