Message error log
-
After doing the copy of a site, I have the following error message in my error log on the server:
[02-Jul-2017 02:21:19 UTC] Erro de banco de dados do WordPress Table ‘dscpcom_wp556.wpdy_4_woocommerce_sessions’ doesn’t exist para a consulta SELECT session_value FROM wpdy_4_woocommerce_sessions WHERE session_key = ‘e43b4c25f25f3b5c6ebd35b1332b1491’ feita por require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WooCommerce->init, WC_Session_Handler->__construct, WC_Session_Handler->get_session_data, WC_Session_Handler->get_session
[02-Jul-2017 02:21:19 UTC] Erro de banco de dados do WordPress Table ‘dscpcom_wp556.wpdy_4_woocommerce_tax_rate_locations’ doesn’t exist para a consulta SELECT tax_rate_id, location_code FROM wpdy_4_woocommerce_tax_rate_locations WHERE location_type = ‘postcode’ AND location_code LIKE ‘%…%’; feita por require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/flatsome/woocommerce/single-product.php’), wc_get_template_part, load_template, require(‘/themes/flatsome/woocommerce/content-single-product.php’), wc_get_template_part, load_template, require(‘/themes/flatsome/woocommerce/single-product/layouts/product-left-sidebar-small.php’), do_action(‘woocommerce_single_product_summary’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, woocommerce_template_single_price, wc_get_template, include(‘/themes/flatsome/woocommerce/single-product/price.php’), WC_Product_Variable->get_price_html, WC_Product_Variable->get_variation_prices, WC_Data_Store->read_price_data, WC_Data_Store->__call, call_user_func_array, WC_Product_Variable_Data_Store_CPT->read_price_data, WC_Product_Variable_Data_Store_CPT->get_price_hash, WC_Tax::get_rates, WC_Tax::find_rates, WC_Tax::get_matched_tax_rates
[02-Jul-2017 02:21:19 UTC] Erro de banco de dados do WordPress Table ‘dscpcom_wp556.wpdy_4_woocommerce_tax_rates’ doesn’t exist para a consulta
SELECT tax_rates.*
FROM wpdy_4_woocommerce_tax_rates as tax_rates
LEFT OUTER JOIN wpdy_4_woocommerce_tax_rate_locations as locations ON tax_rates.tax_rate_id = locations.tax_rate_id
LEFT OUTER JOIN wpdy_4_woocommerce_tax_rate_locations as locations2 ON tax_rates.tax_rate_id = locations2.tax_rate_id
WHERE 1=1 AND tax_rate_country IN ( ‘BR’, ” ) AND tax_rate_state IN ( ‘SP’, ” ) AND tax_rate_class = ” AND ( ( locations.location_type IS NULL ) OR (
locations.location_type = ‘postcode’ AND locations.location_code IN (‘07022250′,’07022-250′,’07022-250*’,’07022-25*’,’07022-2*’,’07022-*’,’07022*’,’0702*’,’070*’,’07*’,’0*’,’*’)
AND (
( locations2.location_type = ‘city’ AND locations2.location_code = ‘GUARULHOS’ )
OR NOT EXISTS (
SELECT sub.tax_rate_id FROM wpdy_4_woocommerce_tax_rate_locations as sub
WHERE sub.location_type = ‘city’
AND sub.tax_rate_id = tax_rates.tax_rate_id
)
)
) OR (
locations.location_type = ‘city’ AND locations.location_code = ‘GUARULHOS’
AND NOT EXISTS (
SELECT sub.tax_rate_id FROM wpdy_4_woocommerce_tax_rate_locations as sub
WHERE sub.location_type = ‘postcode’
AND sub.tax_rate_id = tax_rates.tax_rate_id
)
) )
GROUP BY tax_rates.tax_rate_id
ORDER BY tax_rates.tax_rate_priority
feita por require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/flatsome/woocommerce/single-product.php’), wc_get_template_part, load_template, require(‘/themes/flatsome/woocommerce/content-single-product.php’), wc_get_template_part, load_template, require(‘/themes/flatsome/woocommerce/single-product/layouts/product-left-sidebar-small.php’), do_action(‘woocommerce_single_product_summary’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, woocommerce_template_single_price, wc_get_template, include(‘/themes/flatsome/woocommerce/single-product/price.php’), WC_Product_Variable->get_price_html, WC_Product_Variable->get_variation_prices, WC_Data_Store->read_price_data, WC_Data_Store->__call, call_user_func_array, WC_Product_Variable_Data_Store_CPT->read_price_data, WC_Product_Variable_Data_Store_CPT->get_price_hash, WC_Tax::get_rates, WC_Tax::find_rates, WC_Tax::get_matched_tax_rates
[02-Jul-2017 02:21:21 UTC] Erro de banco de dados do WordPress Table ‘dscpcom_wp556.wpdy_4_woocommerce_sessions’ doesn’t exist para a consulta SHOW FULL COLUMNS FROMwpdy_4_woocommerce_sessions
feita por shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_Session_Handler->save_data
- The topic ‘Message error log’ is closed to new replies.