Alfred 4.6
Closed this issue · 10 comments
@TakiKio I am afraid I'll need more than that - works fine for me, running on 4.6.1
Unfortunately it's not working anymore for me either. Possibly due to Monterey upgrade?
Mac OS 12.0.1 (M1)
Alfred 4.6.1
kd_alfred.mov
@foxacid huh, Monterey - that’s probably it. Monterey removed the system wide PHP, and this script is a PHP script run from cli. Could that be it?
ah, yes. that must be it: https://www.alfredforum.com/topic/17062-using-php-on-monterey-macos-12
tbh that's all slightly over my head. I'm not sure what's the best way to proceed here. I'm using MAMP PRO's PHP. Should I additionally install PHP via Homebrew and link that up?
OK I got it up and running. I installed PHP via Homebrew and added the path before the script (hint), like so:
🥳 back in the game with the generous help of @adamkiss and script setting with input as {query}
export PATH="/opt/homebrew/bin:/usr/local/bin:${PATH}"
Thank you, that does the trick!
Ok, so it's definitely Monterey / PHP issue, not an Alfred 4.6 issue. I'll make a new issue with a description, closing this one.