• Resolved DCLVBS

    (@decalvibes)


    Hi there,

    since the last update I am getting sporadically errors when doing any actions at my wp dashboard.

    WooCommerce-Version: 8.2.1
    WordPress-Version: 6.3.2

    Warning: Undefined property: wpdb::$wc_orders in /home/******/public_html/wp-includes/class-wpdb.php on line 789

    Warning: Cannot modify header information – headers already sent by (output started at /home/******/public_html/wp-includes/class-wpdb.php:789) in /home/******/public_html/wp-admin/includes/misc.php on line 1431

    Warning: Cannot modify header information – headers already sent by (output started at /home/******/public_html/wp-includes/class-wpdb.php:789) in /home/******/public_html/wp-includes/functions.php on line 6935

    Warning: Cannot modify header information – headers already sent by (output started at /home/******/public_html/wp-includes/class-wpdb.php:789) in /home/******/public_html/wp-admin/admin-header.php on line 9

    Could you help me here?
    Br, Alex

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

Viewing 1 replies (of 1 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @decalvibes

    Based on the error messages you’re receiving, it looks like there might be a conflict with a plugin or theme that’s causing these errors on your WordPress dashboard.

    Here’s what you can try to resolve the issue:

    1. Deactivate all plugins except WooCommerce to see if the issue persists. If the issue is resolved, reactivate each plugin one by one to identify the conflicting plugin.
    2. Temporarily switch to a default WordPress theme like Storefront to see if the issue is theme-related.
    3. If the issue persists, you can enable debugging in WordPress to get more specific about the error. You can do this by adding the following lines to your wp-config.php file:
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    This will create a debug.log file in your wp-content directory, which can provide more detailed error messages.

    If you’re still experiencing issues after trying these steps, please get back to us with any new error messages or information you’ve discovered.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Undefined property: wpdb::$wc_orders | Cannot modify header information’ is closed to new replies.