alfred2-currencyconverter icon indicating copy to clipboard operation
alfred2-currencyconverter copied to clipboard

Not working, trigger default search

Open neohunter opened this issue 11 years ago • 3 comments

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?

neohunter avatar Jun 24 '13 16:06 neohunter

Found the issue, my php configuration is set to show notices message, . just add:

 error_reporting(0); 

at top of php.

neohunter avatar Jun 25 '13 16:06 neohunter

Thanks @neohunter! That solved the very same issue I had! (Although I used error_reporting(E_ALL & ~E_NOTICE); instead.)

Aetles avatar Apr 08 '15 14:04 Aetles

Thanks to this issue I figured out that this script is using php and that php was not working on my system.

maryokhin avatar Jul 30 '15 10:07 maryokhin