dimpa91
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Nav Menu Field] Is this plugin dead?4.9.2 + acf 5.6.5 works
Forum: Plugins
In reply to: [WooCommerce] Version 3.2.0 issuesThank you very much, I already report to plugin support with the link to this topic.
Forum: Plugins
In reply to: [WooCommerce] Version 3.2.0 issueswp-content\plugins\woocommerce\includes\class-wc-post-types.php on line 186 And this in php errors
Forum: Plugins
In reply to: [WooCommerce] Version 3.2.0 issues2017-10-12T12:54:58+00:00 CRITICAL Call to undefined function wc_get_attribute_taxonomies()
Have several such errors, but only 1 error by 1 refresh page.
Forum: Plugins
In reply to: [WooCommerce] Version 3.2.0 issueshttps://ru.ww.wp.xz.cn/plugins/woo-multi-currency/
I at first test standart Storefront theme, rename folders in plugins directory. Rename this plugin take affect
Forum: Plugins
In reply to: [WooCommerce] Version 3.2.0 issuesThanks, I found plugin which crush wp. woo-multi-currency
Forum: Plugins
In reply to: [WooCommerce] Version 3.2.0 issuesI update woocommerce today and have error 500. In logs I find this: include(WC_ABSPATHincludes/wc-conditional-functions.php)
Issue I found in files where used WC_ABSPATH like this:
include_once( WC_ABSPATH . ‘includes/legacy/abstract-wc-legacy-order.php’ );But I dont find where WC_ABSPATH declarated. Also upper in code check other path:
if ( ! defined( ‘ABSPATH’ ) ) {
exit;
}