Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • twodesigners

    (@twodesigners)

    The problem for has been solved.
    I had disabled wc-admin with a plugin.
    I removed it and everything is ok!

    Thanks for your support!!!

    Following are the 2 files of the plugin in case you need to check them…

    _______________________

    READ ME FILE

    === Disable WooCommerce Bloat ===
    Contributors: ospiotr
    Tags: woocommerce,remove dashboard,disable woocommerce admin,disable analytics,remove woocommerce bloat,remove woocommerce dashboard
    Stable tag: trunk
    Requires at least: 5.0
    Tested up to: 5.4.0
    Requires PHP: 7.0
    WC requires at least: 4.1.0
    WC tested up to: 4.0
    License: GNU General Public License v3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html

    Disables new WooCommerce Dashboard & Analytics & Marketing introduced in WooCommerce 4.0 & 4.1. Simply activate the plugin and disable Analytics section. No configuration needed.

    == Description ==

    If you don’t like or don’t need the features introduced in WooCommerce 4.0 and 4.1, just activate this tiny plugin and forget about them forever. This plugin completely disables:

    * WooCommerce Admin – javascript-driven interface
    * New reports view (Analytics)
    * Notification bar
    * Marketing Hub
    * Connect your store to WooCommerce.com to receive extensions updates and support. message for WooCommerce.com plugins

    It may be a good idea for small shops to disable the features that are not being used at all. Remove WooCommerce Admin and feel the speed of a clean WooCommerce. Disable WooCommerce Admin and never wait for a simple screen to load.

    Remove Dashboard & Analytics & Marketing from WooCommerce 4.0 / 4.1. Disable Marketing menu in WooCommerce.

    Simplify your WooCommerce admin panel. Use good, old, clean, fast WooCommerce!

    If you want to completely get rid of this new function and clear your database, don’t forget to manually remove these tables from your database:

    * wp_wc_admin_notes
    * wp_wc_admin_note_actions
    * wp_wc_category_lookup
    * wp_wc_customer_lookup
    * wp_wc_order_coupon_lookup
    * wp_wc_order_product_lookup
    * wp_wc_order_stats
    * wp_wc_order_tax_lookup

    == Installation ==

    1. Upload the entire disable-dashboard-for-woocommerce folder to the /wp-content/plugins/ directory
    2. Activate the plugin through the ‘Plugins’ menu in WordPress
    3. All done! No configuration needed

    == Screenshots ==

    1. This plugin disables the new WooCommerce Admin package in WooCommerce.
    2. Disable WooCommerce Analytics and deactivate WC Admin
    3. Disable WooCommerce Notification bar
    4. Disable Marketing Hub
    5. Disable Connect your store to WooCommerce.com to receive extensions updates and support. message for WooCommerce.com plugins

    == Changelog ==
    = 1.1 =
    * Added filter to remove Marketing hub introduced in WooCommerce 4.1
    * Added filter to remove Connect your store to WooCommerce.com to receive extensions updates and support. message for WooCommerce.com plugins

    = 1.0.1 =
    * Added multisite compability
    * Added support for all user roles

    = 1.0 =
    * First release

    ___________________________

    PHP FILE

    <?php
    /**
    * Plugin Name: Disable WooCommerce Bloat
    * Description: Disables Dashboard & Analytics & Marketing introduced in WooCommerce 4.0 & 4.1. No configuration needed.
    * Version: 1.1
    * Author: ospiotr
    * Developer: ospiotr
    * Text Domain: disable-dashboard-for-woocommerce
    * Domain Path: /languages
    * Requires at least: 4.5
    * Tested up to: 5.4
    * Requires PHP: 5.6
    * WC requires at least: 4.0
    * WC tested up to: 4.0
    * License: GNU General Public License v3.0
    * License URI: http://www.gnu.org/licenses/gpl-3.0.html
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit; // Exit if accessed directly
    }
    add_filter( ‘woocommerce_admin_disabled’, ‘__return_true’ );
    add_filter( ‘woocommerce_marketing_menu_items’, ‘__return_empty_array’ );
    add_filter( ‘woocommerce_helper_suppress_admin_notices’, ‘__return_true’ );
    ?>

    twodesigners

    (@twodesigners)

    The problem remains with the 11.7
    revert to 11.4 and it is ok

    If that helps (sorry but the language is greek)
    if you want more info please ask

    WordPress έκδοση 5.4.1
    Τρέχων θέμα: Flatsome Child (έκδοση 3.0)
    Τρέχων πρόσθετο: WooCommerce (έκδοση 4.1.1)
    Έκδοση PHP 7.3.18

    Λεπτομέρειες σφάλματος
    ===========================================
    Ένα σφάλμα τύπου E_ERROR εντοπίστηκε στη γραμμή 107 του αρχείου /var/www/vhosts/………./wp-content/plugins/woocommerce/includes/class-wc-data-store.php. Κωδικός σφάλματος: Uncaught Exception: Μη έγκυρη αποθήκευση δεδομένων. in /var/www/vhosts/………./wp-content/plugins/woocommerce/includes/class-wc-data-store.php:107
    Stack trace:
    #0 /var/www/vhosts/………/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(139): WC_Data_Store->__construct(‘admin’)
    #1 /var/www/vhosts/………./wp-content/plugins/woocommerce-wholesale-prices/includes/wc-admin-notes/class-wwp-install-acfw.php(101): WC_Data_Store::load(‘admin-note’)
    #2 /var/www/vhosts/……../wp-includes/class-wp-hook.php(287): WWP_Install_ACFW->dismiss_install_acfwf_note(”)
    #3 /var/www/vhosts/………../wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #4 /var/www/vhosts/………../wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #5 /var/www/vhosts/………./wp-admin/admin.php(170): do_action(‘admin_init’)
    #6 /var/www/vhosts/………./wp-admin/update-core.php(10): require_

    twodesigners

    (@twodesigners)

    Thanks a lot !

    twodesigners

    (@twodesigners)

    I have the same problem after updating to 1.15
    I have the free version
    Wordpress and woo are up to date
    Is there a download link to 1.14?

Viewing 4 replies - 1 through 4 (of 4 total)