-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels
