wp_termmeta
table, I have a custom field named?author_images
. Occasionally for a single term_id
, this field has multiple entries. I’ve set up my export function to return the image URL based on?author_images
?meta_value
.
My expectation was that each author_images
entry would feed into my function separately. However, it appears that when there are multiple author_images
entries for a single term_id
, they are being concatenated into one string and then passed to my function.
Can you confirm if this understanding is accurate? If so, do you have any advice on how I could separate these values? Any guidance you could provide would be greatly appreciated. Thank you.
]]>Great plugin! We have noticed a few minor issues though. We are running multi-site WordPress.
We receive a database error after replacing a media file. The error is termmeta table not found. It only happens in older sites before the termmeta table was introduced. Newer sites work fine since the table exists. The media replace works fine, but we are unsure if this needs to be addressed in the plug-in or elsewhere. If the termmeta table isn’t found, is it really an error? The error is coming from replacer.php, function handleMetadata.
We have had issues with media replaces giving us the wrong time zone. A temporary fix has been deployed in enr-plugin.php function get-modified-date. We run on RHEL7 and the issues appears to revolve around UTC time returned no matter what our settings.
We would be glad to provide further information on these issues, if possible.
Thank you for your attention in this matter.
]]>I think that I can submit you my work in order to let you see what I did and it could be the base for a frontend based research.
I would like to understand whether my efforts can be utilized for future releases of your plugin.
termmeta
meta_keys
= _ts_bulk_add_term
if you disable the plugin or remove the plugin
]]>When visiting the page I mentioned (duographics.nl), there is a database error. In Dutch it says “Cannot connect to database”. At first I thought there was a MYSQL password error, so I changed that in both directadmin and wp-config.php.
When this didn’t solve it I ran the MYSQL repair tool, which didn’t work either. When I ran the wordpress repair tool using the description on this page: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/
I got the following error log:
wp_options: Table is marked as crashed and last repair failed
wp_woocommerce_termmeta: Table ‘xxxxxx_wp1.wp_woocommerce_termmeta’ doesn’t exist
Note: I changed the db username in the error log for privacy reasons.
How do I fix this? Thanks in advance.
Erwin
]]>What I have tried so far:
– Make sure everything was updated
– Check woocommerce stats, it’s all fine
– Delete W3Cache plugin, no change
– Disable all plugins but woocommerce, no change
– Tested with default wordpress theme, no change
Then I tried to repair WordPress database and got this:
woocommerce_termmeta’ doesn’t exist
I’ve then deactivated and activate Woocommerce to force table creation, no luck (I do have permission to create tables). I’ve tried to run the repair with Woocommerce disabled and got the same error. I’ve then disabled each plugin I had and tried wp repair. I still get the woocommerce_termmeta doesn’t exist error.
This is driving me mad. Any help would be greatly appreciated!
]]>$oi_catalog = new_cmb2_box( array(
'id' => $prefix . 'catalog_metabox',
'title' => esc_attr__('Catalog settings'),
'object_types' => array('term'),
'taxonomies' => array('product_category'),
'context' => 'normal',
'priority' => 'high',
'show_names' => true
)
);
$oi_catalog_group_id = $oi_catalog->add_field( array(
'id' => '_cmb_catalog_repeat_group',
'type' => 'group',
'options' => array(
'group_title' => __( 'Banner {#}'),
'add_button' => __( 'Add banner'),
'remove_button' => __( 'Remove banner'),
'closed' => false,
'sortable' => false
)
)
);
$oi_catalog->add_group_field($oi_catalog_group_id, array(
'name' => 'URL',
'id' => 'url',
'type' => 'text_url'
)
);
Am I missing something? I’m running WP 4.5.3, CMB2 2.2.2.1
https://www.ads-software.com/plugins/cmb2/
]]>When I would like to make a backup from my website with Duplicator, it found a warn in my database. I tried to fix it, but I can not. The error message was: “wp_woocommerce_termmeta: Table ‘a-wor-rer-u-023991.wp_woocommerce_termmeta’ doesn’t exist”
All my plugins have been updated, my WooCommerce version: 2.6.3, Duplicator version: 1.1.14
Has anybody any idea how can I fix it?
Thank you very much for your help in advance!
https://www.ads-software.com/plugins/duplicator/
]]>When I would like to make a backup from my website with Duplicator, it found a warn in my database. I tried to fix it, but I can not. The error message was: “wp_woocommerce_termmeta: Table ‘a-wor-rer-u-023991.wp_woocommerce_termmeta’ doesn’t exist”
All my plugins have been updated, my WooCommerce version: 2.6.3, Duplicator version: 1.1.14
Has anybody any idea how can I fix it?
Thank you very much for your help in advance!
]]>