• Link: 10-8tacticalsupply.com

    Status Report:

    
    ### WordPress Environment ###
    
    Home URL: http://10-8tacticalsupply.com
    Site URL: http://10-8tacticalsupply.com
    WC Version: 2.6.11
    Log Directory Writable: ✔
    WP Version: 4.7
    WP Multisite: –
    WP Memory Limit: 3 GB
    WP Debug Mode: ✔
    WP Cron: ✔
    Language: en_US
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 5.6.29
    PHP Post Max Size: 3 GB
    PHP Time Limit: 1800
    PHP Max Input Vars: 20000
    cURL Version: 7.29.0
    NSS/3.21 Basic ECC
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.34
    Max Upload Size: 1 GB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 2.6.11
    : 
    woocommerce_sessions: ✔
    woocommerce_api_keys: ✔
    woocommerce_attribute_taxonomies: ✔
    woocommerce_downloadable_product_permissions: ✔
    woocommerce_order_items: ✔
    woocommerce_order_itemmeta: ✔
    woocommerce_tax_rates: ✔
    woocommerce_tax_rate_locations: ✔
    woocommerce_shipping_zones: ✔
    woocommerce_shipping_zone_locations: ✔
    woocommerce_shipping_zone_methods: ✔
    woocommerce_payment_tokens: ✔
    woocommerce_payment_tokenmeta: ✔
    MaxMind GeoIP Database: ✔
    
    ### Active Plugins (1) ###
    
    WooCommerce: by WooThemes – 2.6.11
    
    ### Settings ###
    
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    
    ### API ###
    
    API Enabled: ✔
    
    ### WC Pages ###
    
    Shop Base: #7 - /shop/
    Cart: #8 - /cart/
    Checkout: #9 - /checkout/
    My Account: #10 - /my-account/
    
    ### Taxonomies ###
    
    Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    ### Theme ###
    
    Name: Storefront
    Version: 2.1.6
    Author URL: https://woocommerce.com/
    Child Theme: ❌ – If you're modifying WooCommerce on a parent theme you didn't build personally
    then we recommend using a child theme. See: How to create a child theme
    
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: storefront/woocommerce/emails/customer-on-hold-order.php
    

    I have debug on and still no error messages in the admin panel.

    When I try to access the WP-Admin dashboard it lags drastically with woocommerce active and when deactivated it runs super quick. As well as the admin disappeared from the main page when logged in as and Administrator, shows up on all other pages on when woocommerce is enabled.

    Any suggestions?

Viewing 1 replies (of 1 total)
  • Thread Starter lzook

    (@lzook)

    SELECT COUNT( DISTINCT posts.ID )
    FROM wpn_posts as posts
    INNER JOIN wpn_postmeta AS postmeta
    ON posts.ID = postmeta.post_id
    INNER JOIN wpn_postmeta AS postmeta2
    ON posts.ID = postmeta2.post_id
    WHERE 1=1
    AND posts.post_type IN ( 'product', 'product_variation' )
    AND posts.post_status = 'publish'
    AND postmeta2.meta_key = '_manage_stock'
    AND postmeta2.meta_value = 'yes'
    AND postmeta.meta_key = '_stock'
    AND CAST(postmeta.meta_value AS SIGNED) <= '0' ;	
    
        WC_Admin_Dashboard->status_widget_stock_rows()
         wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php:191
    
    	Plugin: woocommerce 	1 	36.5100

    This is what Query Manager shows me when I load the dashboard. I have the the Woocommerce dashboard widget disabled at the moment.

Viewing 1 replies (of 1 total)

The topic ‘Trouble Access WP-Admin Dashboard’ is closed to new replies.