• Resolved Dustin L.

    (@bigbugsy)


    I recently started getting this error message when attempting to save some WooCommerce products:

    Updating failed. Could not update the meta value of inline_featured_image in database.

    If I deactivate SVG Support, the problem goes away.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same issue here, except for normal pages/posts. The error is

    {
    "code": "rest_meta_database_error",
    "message": "Could not update meta value for inline_featured_image in databasen.",
    "data": {
       "key": "inline_featured_image",
       "status": 500
     }
    }

    May be related to the issue described here: https://coreysalzano.com/wordpress/rest-api-returns-500-error-updating-serialized-meta/

    Since we are not using the inline featured image thing, we’ve fixed this temporarily by editing functions/featured-image.php line 78 so that this meta value is *not* shown_in_rest.

    This issue may have started on core version 6.4.3. Plugin is version 2.5.5.

    Thread Starter Dustin L.

    (@bigbugsy)

    I ended up switching to Safe SVG. It seems to work ok.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t save some WooCommerce products’ is closed to new replies.