• Resolved partounian

    (@partounian)


    Following the wp-cli example below throws an error:

    wp w3-total-cache option set pgcache.enabled true –type=boolean

    ‘Option value update failed.’

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter partounian

    (@partounian)

    Seems to happen because I don’t have a w3tc-config folder and files yet.

    Edit: Maybe this is not the case actually.

    • This reply was modified 5 years, 8 months ago by partounian.
    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    It seems that you are missing “-”
    Try the following:
    wp w3-total-cache option set pgcache.enabled true --type=boolean
    instead of:
    wp w3-total-cache option set pgcache.enabled true –type=boolean

    Thread Starter partounian

    (@partounian)

    Sorry that was a formatting error when I pasted into this forum, but the commands I typed are correct according to that.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    Can you confirm if the Page cache is enabled?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp-cli example throws error, without explanation’ is closed to new replies.