You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I deployed the "one-click to deploy" way, I followed the steps to install a new plugin but got an error message in the admin UI: "Plugin file does not exist."
Here are the steps I run in bash: composer require wpackagist-plugin/wordpress-seo:10.1.3 -> install completes OK wp plugin activate wordpress-seo -> Plugin 'wordpress-seo' activated. Success: Activated 1 of 1 plugins. (I got deprecated warnings but no error)
wp plugin list returns:
+------------------------------------+--------+-----------+---------+
| name | status | update | version |
+------------------------------------+--------+-----------+---------+
| amazon-web-services | active | available | 0.3.7 |
| sendgrid-email-delivery-simplified | active | none | 1.11.8 |
| amazon-s3-and-cloudfront | active | available | 0.9.12 |
| wordpress-seo | active | none | 10.1.3 |
+------------------------------------+--------+-----------+---------+
I tried with several versions of Yoast (wordpress-seo) with same result.
Did I miss something? Thx!
The text was updated successfully, but these errors were encountered:
After I deployed the "one-click to deploy" way, I followed the steps to install a new plugin but got an error message in the admin UI: "Plugin file does not exist."
Here are the steps I run in bash:
composer require wpackagist-plugin/wordpress-seo:10.1.3
-> install completes OKwp plugin activate wordpress-seo
->Plugin 'wordpress-seo' activated. Success: Activated 1 of 1 plugins.
(I got deprecated warnings but no error)wp plugin list returns:
I tried with several versions of Yoast (wordpress-seo) with same result.
Did I miss something? Thx!
The text was updated successfully, but these errors were encountered: