Bug Summary
One-click admin dropdown fails to display in the latest Local 10 update.
Steps to reproduce
As precisely as you can, list the steps it takes to reliably reproduce the issue.
- Start a site in Local
- Turn “One-click admin” to “On”
- Click the “Select admin” dropdown
- The dropdown caret removes itself and no dropdown menu appears
Environment Info
Describe your environment.
- What Operating System are you using?
- Windows 11 Enterprise, OS Build 26300.8085
- What versions of site software (Nginx, Apache, PHP, MySQL) is used?
- Nginx
- MySQL 8.0.35
- PHP 8.4.10
- What version of Local is installed?
Supporting info
Please provide your Local Log. See this Community Forum post for instructions on how to do so:
Include any screenshots or video recordings of the issue to help others reproduce.
Hey @tombings –
I’m not seeing anything stand out in the logs.
Is this happening for fresh, newly created sites as well?
It’s possible that’s blank because there’s an issue with running the underlying wpcli command. As a test, can you:
- Click the “Site Shell” button to open a shell
- Run a command like
wp core version
- Note the output of that command
It might also be interesting to see what the php logs for that site say. You can find those in Local Sites\<sitename>\logs\php\error.log
Hi @ben.turner, so I checked the php logs like you suggested and saw something interesting:
[31-Mar-2026 13:52:36 UTC] PHP Warning: Version warning: Imagick was compiled against ImageMagick version 1808 but version 1810 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
I quickly realized I manually installed ImageMagick on my machine for some testing on a separate project a few weeks back. I uninstalled it and now everything is back to normal and my php logs are clean. Thank you for looking into this and pointing me in the right direction.