alfred2-currencyconverter
alfred2-currencyconverter copied to clipboard
Not working, trigger default search
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?
Found the issue, my php configuration is set to show notices message, . just add:
error_reporting(0);
at top of php.
Thanks @neohunter! That solved the very same issue I had! (Although I used error_reporting(E_ALL & ~E_NOTICE);
instead.)
Thanks to this issue I figured out that this script is using php and that php was not working on my system.