We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i have alfred 2 updated.
if i write currency it shows me this:
http://dl.dropbox.com/u/351031/Screenshots/yexf.png
but when i write anything it changes to default search:
http://dl.dropbox.com/u/351031/Screenshots/lg6d.png
Any idea?
The text was updated successfully, but these errors were encountered:
Found the issue, my php configuration is set to show notices message, . just add:
error_reporting(0);
at top of php.
Sorry, something went wrong.
Thanks @neohunter! That solved the very same issue I had! (Although I used error_reporting(E_ALL & ~E_NOTICE); instead.)
error_reporting(E_ALL & ~E_NOTICE);
Thanks to this issue I figured out that this script is using php and that php was not working on my system.
No branches or pull requests
Hi, i have alfred 2 updated.
if i write currency it shows me this:
http://dl.dropbox.com/u/351031/Screenshots/yexf.png
but when i write anything it changes to default search:
http://dl.dropbox.com/u/351031/Screenshots/lg6d.png
Any idea?
The text was updated successfully, but these errors were encountered: