• Resolved aga2442

    (@aga2442)


    hello,

    I was using php7 version on my website. a few days ago I moved it to php8.

    I noticed today, search queries are not working. after typing any search term, no results appear via ajax, even though minutes have passed.

    Also, when I type a word and press the search button without waiting for ajax responses, it redirects to the error page “A critical error has occurred on your website.”.

    how can i fix this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Sorry to hear about the problem you are having.

    The plugin is fully compatible with the PHP 8 version.

    Could you please share the page URL from your site where it is happening so I can troubleshoot it?

    Can you please try temporarily enabling WP_DEBUG mode? To do this, just go to wp-config.php and include this:

    define('WP_DEBUG',true);

    You might already have a line for WP_DEBUG, so just make sure it’s set to true.

    Let me know what errors if any you are getting when you face this issue.

    Best regards,

    Thread Starter aga2442

    (@aga2442)

    @vinod-dalvi

    Thank you for your support.

    I sent all the details to your ad…@iv…. address by e-mail.

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I have replied to you there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘php8 problem’ is closed to new replies.