Fileleech

alexandreweb123407

New Member
YetiShare User
Dec 31, 2013
37
0
0
Hi,

i have a problem using a fileleech option.

" Error: sh: 1: /usr/local/bin/plowdown: not found"
The plowshare as been installed on Debian Wheezy, work 100%, but, the file leech don't work.

Ty
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
At the top of /plugins/fileleech/includes/_append_url_upload_handler.php mod this:

define('PLOWDOWN_PATH', '/usr/local/bin/plowdown');

to

define('PLOWDOWN_PATH', '/plowdown');

If that doesn't work mod it to whatever path plowdown is within.
 

stainless334515

New Member
YetiShare User
Dec 10, 2014
4
0
0
adam said:
At the top of /plugins/fileleech/includes/_append_url_upload_handler.php mod this:

define('PLOWDOWN_PATH', '/usr/local/bin/plowdown');

to

define('PLOWDOWN_PATH', '/plowdown');

If that doesn't work mod it to whatever path plowdown is within.
My FileLeech plugin was working fine yesterday, and today.. it decided to throw this error. I'm not sure why, but obviously the path hasn't up and changed all by itself. Any insight as to what the issue might be?