Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)
  • Hi guys,

    Also having this on my site. Enabling Booster Plus gives:

    The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
    
    The REST API request failed due to an error.
    Error: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received (http_request_failed)

    I followed your instruction to change the setting of the session type. Mine was standard PHP and I tried WC Session.

    Then selcting Enable and Close worked!

    Thread Starter Komatias

    (@komatias)

    Thanks Patrick,

    WooCommerce have a plugin that allows it.
    Maybe something for you guys to work on.

    Really appreciate your support

    Thread Starter Komatias

    (@komatias)

    Rynald0s,

    yes thanks, I sorted it myself… a month ago.

    The issue was the long name it seems. Reducing the title worked.

    Thread Starter Komatias

    (@komatias)

    I have cloned the product and even recreated it from scratch… same issue.

    using the link https://emvioeng.com/basket/?add-to-cart=11089 works though so I am really perplexed here

    Thread Starter Komatias

    (@komatias)

    Raul,

    please close this one. I managed to fix everything by updating plugins etc.

    Your support is top! Thank you so much.

    Thread Starter Komatias

    (@komatias)

    Please close the topic, I will find a different solution.

    Thread Starter Komatias

    (@komatias)

    I will leave this on for an hour:

    https://emvioeng.com/product-category/filaments/

    Thread Starter Komatias

    (@komatias)

    Hi, I have had to revert back to Woocommerce filtering. We can schedule a time maybe to go through it?

    In detail, I have created a sidebar for a specific category.

    In the side bar I have various atrribute filters only present in the products of the category.

    When you select the filters to be applied, it just shows the loading animation.

    Kindest regards

    Thread Starter Komatias

    (@komatias)

    Scott, honestly cannot thank you enough!

    Top job!

    Thread Starter Komatias

    (@komatias)

    Hi Scott,

    thanks for getting back to me on this. I must admit I do not really know how to use translatable strings at all, was hoping you could give me a few pointers. The website is in English and I do not plan on changing that any time soon.

    Thanks for your help

    Thread Starter Komatias

    (@komatias)

    OK, did the wordpress update and removed any spurious wp_config files on the hosting I could find and have not had any issues since.

    Thanks to all that helped troubleshoot.

    Mike, thanks so much for writing this plugin. Stellar job!

    Thread Starter Komatias

    (@komatias)

    Ok, so this was being written into the error_log under the wp_admin directory:

    [16-Aug-2016 12:31:30 UTC] something is updating the DB version to 2.6.0
    [16-Aug-2016 12:31:30 UTC] something is updating the DB version to
    [16-Aug-2016 18:08:24 UTC] something is updating the DB version to 2.6.0
    [16-Aug-2016 18:08:24 UTC] something is updating the DB version to

    both times it is the time stamp of when I click the update button

    Thread Starter Komatias

    (@komatias)

    Right!

    Error.log file in the root says this since I clicked my database update. The time stamp on it is about 45mins after I clicked on updated database:

    [16-Aug-2016 13:09:21 UTC] WordPress database error Duplicate key name 'download_order_key_product' for query ALTER TABLE wp_woocommerce_downloadable_product_permissions ADD KEY download_order_key_product (product_id,order_id,order_key(191),download_id) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:21 UTC] WordPress database error Duplicate key name 'meta_key' for query ALTER TABLE wp_woocommerce_order_itemmeta ADD KEY meta_key (meta_key(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:21 UTC] WordPress database error Duplicate key name 'tax_rate_country' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_country (tax_rate_country(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:21 UTC] WordPress database error Duplicate key name 'tax_rate_state' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_state (tax_rate_state(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:21 UTC] WordPress database error Duplicate key name 'tax_rate_class' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_class (tax_rate_class(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:21 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_tax_rate_locations ADD KEY location_type_code (location_type(40),location_code(90)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:21 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_shipping_zone_locations ADD KEY location_type_code (location_type(40),location_code(90)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'attribute_name' for query ALTER TABLE wp_woocommerce_attribute_taxonomies ADD KEY attribute_name (attribute_name(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'download_order_key_product' for query ALTER TABLE wp_woocommerce_downloadable_product_permissions ADD KEY download_order_key_product (product_id,order_id,order_key(191),download_id) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'meta_key' for query ALTER TABLE wp_woocommerce_order_itemmeta ADD KEY meta_key (meta_key(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'tax_rate_country' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_country (tax_rate_country(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'tax_rate_state' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_state (tax_rate_state(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'tax_rate_class' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_class (tax_rate_class(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_tax_rate_locations ADD KEY location_type_code (location_type(40),location_code(90)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:26 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_shipping_zone_locations ADD KEY location_type_code (location_type(40),location_code(90)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'attribute_name' for query ALTER TABLE wp_woocommerce_attribute_taxonomies ADD KEY attribute_name (attribute_name(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'download_order_key_product' for query ALTER TABLE wp_woocommerce_downloadable_product_permissions ADD KEY download_order_key_product (product_id,order_id,order_key(191),download_id) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'meta_key' for query ALTER TABLE wp_woocommerce_order_itemmeta ADD KEY meta_key (meta_key(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'tax_rate_country' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_country (tax_rate_country(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'tax_rate_state' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_state (tax_rate_state(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'tax_rate_class' for query ALTER TABLE wp_woocommerce_tax_rates ADD KEY tax_rate_class (tax_rate_class(191)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_tax_rate_locations ADD KEY location_type_code (location_type(40),location_code(90)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
    [16-Aug-2016 13:09:32 UTC] WordPress database error Duplicate key name 'location_type_code' for query ALTER TABLE wp_woocommerce_shipping_zone_locations ADD KEY location_type_code (location_type(40),location_code(90)) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta

    The above string Mike suggested has not been written to the error.log file nor has it shown up in the wc_db_updates-***.log

    08-16-2016 @ 13:31:29 - Queuing 2.6.0 - wc_update_260_options
    08-16-2016 @ 13:31:29 - Queuing 2.6.0 - wc_update_260_termmeta
    08-16-2016 @ 13:31:29 - Queuing 2.6.0 - wc_update_260_zones
    08-16-2016 @ 13:31:29 - Queuing 2.6.0 - wc_update_260_zone_methods
    08-16-2016 @ 13:31:29 - Queuing 2.6.0 - wc_update_260_refunds
    08-16-2016 @ 13:31:29 - Queuing 2.6.0 - wc_update_260_db_version
    08-16-2016 @ 13:31:30 - Unable to dispatch WooCommerce updater: Operation timed out after 1000 milliseconds with 0 bytes received
    08-16-2016 @ 13:31:30 - Running wc_update_260_options callback
    08-16-2016 @ 13:31:30 - Finished wc_update_260_options callback
    08-16-2016 @ 13:31:30 - Running wc_update_260_termmeta callback
    08-16-2016 @ 13:31:30 - Finished wc_update_260_termmeta callback
    08-16-2016 @ 13:31:30 - Running wc_update_260_zones callback
    08-16-2016 @ 13:31:30 - Finished wc_update_260_zones callback
    08-16-2016 @ 13:31:30 - Running wc_update_260_zone_methods callback
    08-16-2016 @ 13:31:30 - Finished wc_update_260_zone_methods callback
    08-16-2016 @ 13:31:30 - Running wc_update_260_refunds callback
    08-16-2016 @ 13:31:30 - Finished wc_update_260_refunds callback
    08-16-2016 @ 13:31:30 - Running wc_update_260_db_version callback
    08-16-2016 @ 13:31:30 - Finished wc_update_260_db_version callback
    08-16-2016 @ 13:31:30 - Data update complete

    I will install the debug bar plug in later on.

    Thread Starter Komatias

    (@komatias)

    Thread Starter Komatias

    (@komatias)

    Mike,

    this is new to me but I followed your instructions this way:

    Go to plugins menu, edit woocommerce, select the file class-wc-install.php, add the above code like so:

    public static function update_db_version( $version = null ) {
    		error_log( 'something is updating the DB version to ' . $version  );
    		delete_option( 'woocommerce_db_version' );
    		add_option( 'woocommerce_db_version', is_null( $version ) ? WC()->version : $version );
    	}

    I then clicked the update database button and went to the error.log file…

    There are tonnes of errors like this WordPress database error Duplicate key name
    But none of them are happening at the time I update the database.

    Will monitor the appearance of the string added to the WC plugin

Viewing 15 replies - 1 through 15 (of 27 total)