• Resolved mdxclr

    (@mdxclr)


    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:
    from SET'c'.'expiration'= %s to SET'expiration'= %s fixing that.

    • This topic was modified 5 years, 4 months ago by mdxclr.
    • This topic was modified 5 years, 4 months ago by mdxclr.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘WordPress database error’ is closed to new replies.