I know that my default path to zip is /usr/bin/
I have tried /usr/bin and /usr/bin/zip with the following error every time:
The path you entered isn't valid or isn't executable
I have checked the permissions and it all is set to 755 or better. I have even tried setting everything to 777 with no change in results.
I also have the same issue with ImageMagick and FFMPG.
Any idea why this is happening?
Gallery version (2.3.2):
PHP version (5.3.3):
PHPInfo Link (see FAQ):
Webserver (Apache):
Database (MySql 5.1.66):
Activated toolkits (GD):
Operating system (Linux Centos 6):
Browser (Chrome):
Posts: 8339
its likely open_basedir restriction
link to phpinfo?
FAQ: What information is required when I ask for help in the forums?
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 9
Yes, I found the issue. Plesk was limiting access to the data. Once I moved the appropriate tools to the site local bin folder it started working.
Posts: 8339
Yes Plesk is a PITA. It is better to create a vhost.conf for your sites
create a vhost.conf in /var/www/vhosts/yoursite.com/conf <- centos example yours may differ
set whatever php values you want to override default plesk values.
I usually set directory index as well. It is a shame Plesk does not let you set this up in a skeleton either hence the PITA.
Don't forget to restart apache for the target site.
-s
________________________________
All New jQuery Minislideshow for G2/G3