Saltar navegación

[Resuelto] Many empty Toolset woocommerce fieldgroups, which I have not created

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Minesh 1 year, 8 months ago.

Asistido por: Minesh.

Autor
Mensajes
#2780117
Bildschirmfoto 2024-10-31 um 10.27.09.png

I found many (empty) Toolset Woocommerce fieldgroups which I have not created. In admin I can not delete them. Can I delete them via database? Which related entries I have to delete too?

Best regards,
Matthias

#2780122

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

*** Please make a FULL BACKUP of your database and website.***
Before taking any action, I suggest first you should take full backup of your database so you will have a backup of database to restore if anything goes wrong.

As a temporary workaround, you need to find out the original custom field "Toolset WooCommerce" group that holds the actual custom fields and then try to run the following query.

SELECT * FROM wp_posts
where post_title like '%Toolset WooCommerce%'
and ID <> 99999;

Where:
- 99999 is the original "Toolset WooCommerce" custom field group that we do not want to delete.

Please check the following related ticket:
- https://toolset.com/forums/topic/toolset-woocommerce-custom-fields-replicants/page/2/#post-2062653
- https://toolset.com/forums/topic/toolset-woocommerce-starts-multiplying-custom-fields-in-back-end/

#2780123

Thanks a lot, problem is solved