• Resolved B

    (@blclda)


    Hey, using the latest WordPress with PHP 8.

    PHP Notice:
    Function is_singular was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.)
    WordPress core
    File: /wp-includes/functions.php
    Line: 6114

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can enable debugging in WordPress to gather more information. To do this, add a few specific lines to your wp-config.php file. For full guidance and step-by-step instructions on enabling the debug log, refer to the WordPress developer documentation: Debugging in WordPress.  

    Another troubleshooting step is to disable all plugins and switch to a default theme. If this resolves the issue, you can then reactivate plugins one by one to pinpoint the source of the problem.

    • This reply was modified 6 months, 1 week ago by Lina Asenova.
    Thread Starter B

    (@blclda)

    Hey @linaasenova same notice happens to some other plugins, they all mention the same line, have a look:

    I’ve found the cause, it’s the fibosearch plugin, since it executes php directly it’s not identified, instead the core wordpress gets identified. Gonna talk to them, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Notice’ is closed to new replies.