File exists but is not executable

funfile

Verified User
Joined
Jun 27, 2008
Messages
7
hello, i am installing my torrentflux-b4rt script but after i installed directadmin i am not able to correct setup my directories path

all them give this error: "File exists but is not executable"

these are the path i need that the user admin in the admin group to be executable:

/usr/local/bin/transmissioncli
/usr/bin/wget
/usr/local/bin/php
/usr/bin/python
/usr/bin/perl
/bin/grep
/usr/bin/awk
/usr/bin/du
/usr/bin/unzip
/bin/netstat

i tried to chmod all to 777 and i did chown and i put admin user and admin group but i still cant get it working

does somebody knows what i need to do?

*my script is under mydomain.com/torrentflux/index.php that directadmin created a folder to host my website

thx
 
i have this error:

Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/local/bin/transmissioncli) is not within the allowed path(s): (/home/admin/:/tmp:/usr/local/lib/php/) in /home/admin/domains/mydomain.com/public_html/tf/inc/classes/ClientHandler.transmission.php on line 66
 
i put in the usr/local/lib/php.ini openbase_dir = Off but it continue to give this error... i tried to restart apache and i have this log:

[root@server ~]# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Sat Jun 28 18:46:50 2008] [warn] module php5_module is already loaded, skipping

[root@server ~]#

it does not restart the php right?
 
Back
Top