J Ryan Wagner
J Ryan Wagner
Will confirm that it resolved https://github.com/wp-cli/search-replace-command/issues/122 for me and works as intended.
Getting the same error on PHP8 as well, which I resolved by replacing the `is_string($data)` check with the significantly more robust WP Core function `is_serialized($data)`. Does anyone know of a...
@jazzsequence Hrmm, running `terminus wp -- jrw-wp-test.dev pantheon cache` produces only the set-maintenance-mode subcommand, which is the one documented. Running `terminus wp -- jrw-wp-test.dev pantheon session` produces an error that...
@jazzsequence Neither the Native PHP nor the Advanced Page Cache plugins are included by default, per their own README files and a review of my stock site, which is why...
Pushed changes which include the other commands
@jazzsequence I believe I've resolved the feedback and issues, let me know if there's anything else I need to take care of!
I'll take a look.
@EdwardAngert The pantheon-advanced-page-cache plugin is inactive by default, even though it is also included in the composer file. If you activate the plugin, the commands appear. Opinions on if we...
@EdwardAngert I don't actually know anything more about the PHP Session module than you do, so I'm useless there. The rest looks good to me!
Are you experiencing any error messages on the dashboard, in the site, etc?