Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue] Plugin file does not exist #6

Open
guillaumegarcia13 opened this issue Apr 11, 2019 · 0 comments
Open

[Issue] Plugin file does not exist #6

guillaumegarcia13 opened this issue Apr 11, 2019 · 0 comments

Comments

@guillaumegarcia13
Copy link

guillaumegarcia13 commented Apr 11, 2019

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."

image

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant