1 Attribute get deleted when saving
-
I’m struggling with a problem, namely every time I duplicate a product and try to modify something, when I save the sketch, one attribute gets deleted.
The problem occurs even without any plugin enabled – except for woocommerce, on the default template.
I manually uploaded WordPress and Woocommerce files again, but the problem still persists.
Any advice on how to diagnose what’s causing it? In “/admin.php?page=wc-status&tab=status” everything is green, no logs in “admin.php?page=wc-status&tab=logs”.
After enabling:
define( ‘WP_DEBUG’, false ); define( ‘WP_DEBUG_LOG’, false );
I have:
[20-Apr-2023 07:24:32 UTC] PHP Warning: Undefined array key “title” in /home/nick/domain.pl/public/shop/wp-content/plugins/wp-cerber/cerber-load.php on line 8257 [20-Apr-2023 07:24:29 UTC] PHP Notice: The function register_rest_route was called incorrectly. The required permission_callback argument is missing in the REST API routing definition for bl/v2/shipping_methods. For REST API routes that should be public, use __return_true as the permission callback. Learn more: Debugging in WordPress. (This message was added in version 5.5.0.) in /home/nick/domain.pl/public/shop/wp-includes/functions.php on line 5865
- The topic ‘1 Attribute get deleted when saving’ is closed to new replies.