WordPress database error
-
Hi there,
When I’m trying to save the post which is in allowed endpoints – getting that error:WordPress database error: [Unknown column 'c.expiration' in 'field list'] UPDATE <code>wp_wrc_caches</code> SET <code>c</code>.<code>expiration</code> = '1970-01-01 00:00:00' WHERE <code>cache_type</code> = 'endpoint' AND <code>object_type</code> = 'games' AND <code>is_single</code> = 0
the changing in
\includes\caching\class-caching.php
line 483:
fromSET'c'.'expiration'= %s
toSET'expiration'= %s
fixing that.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WordPress database error’ is closed to new replies.