• Resolved ckwang

    (@ckwang)


    hi Fibo, all of a suddenly search function not returning Amy results on front end. Pls advise. Thx

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @ckwang

    To debug the problem please follow these steps:
    1. Add the following constants to your wp-config.php file, right before the /* That's all, stop editing! Happy publishing. */ line:
    define( ‘WP_DEBUG’, true ); define( ‘WP_DEBUG_LOG’, true );

    2. Trigger the error, so that it gets logged (search something).
    3. Open the file with logs: wp-content/debug.log.
    4. Check if there is an error or any entry related to FiboSearch in the logs.
    5. Remove the constant added in point 1 and remove the wp-content/debug.log file.

    Regards,
    Kris

Viewing 1 replies (of 1 total)

The topic ‘Not functional suddenly’ is closed to new replies.