[wp-trac] [WordPress Trac] #34992: update_meta_cache() fails for 'term' meta type

WordPress Trac noreply at wordpress.org
Fri Dec 11 02:11:46 UTC 2015


#34992: update_meta_cache() fails for 'term' meta type
--------------------------------+----------------------
 Reporter:  doublesharp         |       Owner:
     Type:  defect (bug)        |      Status:  closed
 Priority:  normal              |   Milestone:
Component:  Options, Meta APIs  |     Version:  4.4
 Severity:  normal              |  Resolution:  invalid
 Keywords:                      |     Focuses:
--------------------------------+----------------------
Changes (by boonebgorges):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 Hi @doublesharp - Thanks for the report. It appears that you're using a
 database dropin, perhaps provided by w3-total-cache. In my initial tests
 using w3-total-cache's dropin, I'm not able to reproduce your error. But
 it's possible that you're using a different version of the library that is
 not forward-compatible for some reason. I recommend you contact the plugin
 author for support.

 (For what it's worth, `SELECT term_id FROM wp_termmeta ... ORDER BY
 meta_id` should not cause MySQL errors, as long as the `wp_termmeta` table
 does indeed have a `meta_id` column. This is another thing to check.)

 Going to close this on the assumption that it's not a core issue, but if
 you boil it down to something that core is doing so as not to play nicely
 with your dropin, please feel free to reopen with details.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34992#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list