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
Sorry delayed respond:
we running on
PHP Version: 8.0.25
WP: 6.1.1
hosted on wordpress.com
thanks
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
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
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
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.