hide debugging error

  • Unknown's avatar

    have the following error on webpage in WordPress

    Notice: Function is_tax 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.) in /var/www/wp-includes/functions.php on line 5865

    tried to change code in wp-config but to no avail???

    Please assist

    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    *
    * For information on other constants that can be used for debugging,
    * visit the documentation.
    *
    * @link https://wordpress.org/documentation/article/debugging-in-wordpress/
    */

    define( ‘WP_DEBUG’, false );
    //define( ‘WP_CACHE’, true );

    /* Add any custom values between this line and the ‘stop editing’ line. */

    // Enable WP_DEBUG mode
    define( ‘WP_DEBUG’, false );

    // Enable Debug logging to the /wp-content/debug.log file
    define( ‘WP_DEBUG_LOG’, true );

    // Disable display of errors and warnings
    define( ‘WP_DEBUG_DISPLAY’, false );
    @ini_set( ‘display_errors’, 0 );

    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( ‘SCRIPT_DEBUG’, true );

    /* That’s all, stop editing! Happy publishing. */

    WP.com: Yes
    Jetpack: No
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    It looks like you canceled your Woo Express trial, so the site was reverted to a free site. As a result, we are not able to troubleshoot the issue anymore.

    If you still need to build an e-commerce website, we’d love to learn more about it and help you build it on WordPress.com. Would you like to tell us a bit about the type of e-commerce store you’re building? Will you be selling digital or physical products? Which countries will you be selling in?

    Thanks!

  • The topic ‘hide debugging error’ is closed to new replies.