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

wp plugin status wp-redis Couldn't find plugin-status.mustache #433

Closed
2 tasks
szepeviktor opened this issue Aug 20, 2024 · 3 comments
Closed
2 tasks

wp plugin status wp-redis Couldn't find plugin-status.mustache #433

szepeviktor opened this issue Aug 20, 2024 · 3 comments

Comments

@szepeviktor
Copy link
Contributor

szepeviktor commented Aug 20, 2024

Bug Report

Describe the current, buggy behavior

WP-CLI 2.10.0

$ wp plugin status wp-redis
Error: Couldn't find plugin-status.mustache

self::get_template_path( 'plugin-status.mustache' ),

Describe what you would expect as the correct outcome

No error.

@szepeviktor
Copy link
Contributor Author

same for

self::get_template_path( 'theme-status.mustache' ),

@swissspidy
Copy link
Member

I believe we're tracking this in wp-cli/wp-cli#5907 already

The latest update is this one from @schlessera:

I don't think this approach is ideal. It is still very hacky and it has issues with multibyte strings in filesystems.

I think this needs to be solved using php.net/manual/en/phar.running.php in the correct way. I'll have a stab at it...

@szepeviktor
Copy link
Contributor Author

Thank you, Pascal.

@szepeviktor szepeviktor closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2024
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

2 participants