• Resolved hendratok

    (@hendratok)


    Hi there, I keep get this error when I use woolentor, how to prevent this error? thanks

    Notice: Undefined index: QUERY_STRING in /wp-content/plugins/woolentor-addons/woolentor-blocks/includes/classes/Blocks_init.php on line 144

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @hendratok

    Thank you very much for reaching out to us 🙂

    We are sorry to hear about the trouble you had. Could you please let us know which version of PHP and WordPress your website is using?

    It will help us understand the issue better and provide you with an effective solution.

    I will look forward to your kind response.

    Sincere regards,
    On behalf of the ShopLentor team
    Tarek Aziz

    Thread Starter hendratok

    (@hendratok)

    Sorry delayed respond:
    we running on
    PHP Version: 8.0.25
    WP: 6.1.1

    hosted on wordpress.com

    thanks

    Thread Starter hendratok

    (@hendratok)

    Hi there, I do the patch,

    line 144:
    parse_str( $_SERVER[‘QUERY_STRING’], $query_arr );

    to

    $_SERVER[‘QUERY_STRING’] ? parse_str( $_SERVER[‘QUERY_STRING’], $query_arr ) : null;

    working great now, no error
    maybe in next realease can update this line? I do dirty code edit the plugin. thanks

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @hendratok

    Thank you so much for letting us know. It’s great to hear that you have found a workaround 🙂

    Don’t worry, we’ll definitely investigate the plugin and update it as quickly as possible.

    Best regards,
    On behalf of the ShopLentor team
    Tarek Aziz

    Thread Starter hendratok

    (@hendratok)

    Thanks! Great plugin!

    Plugin Contributor Tarek Aziz

    (@tarekht)

    You are so very welcome @hendratok 🙂

    We are planning to update the plugin. Hopefully, you will get it soon.

    Kind regards,
    On behalf of the ShopLentor team,
    Tarek Aziz

    Plugin Contributor Tarek Aziz

    (@tarekht)

    AND thank you so very much for your kind words 😃

    We’ll truly appreciate it if you share your experience with the plugin after receiving the update.

    • This reply was modified 2 years, 4 months ago by Tarek Aziz.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Undefined index: QUERY_STRING’ is closed to new replies.