The link you followed has expired
-
I try to create script that recovers a tar backup in a staging server. During backup I use this plugin to set the site temporary unavailable with:
wp plugin activate slim-maintenance-mode
So in my recovery script I do the contrary to disable and remove it:
wp plugin uninstall slim-maintenance-mode –deactivate
Unfortunately this fails on me with:
Error: The link you followed has expired
I tried:
wp plugin deactivate slim-maintenance-mode
.. with the same result.
How do I fix this? The workaround for me is to log-in as administrator and deactivate the plugin through the web gui, but I prefer that my script just works.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The link you followed has expired’ is closed to new replies.