Issue whith Image Magick link
|
fab4_33
Joined: 2009-07-03
Posts: 4 |
Posted: Sat, 2009-07-04 00:02
|
|
Hello, I m a new user of gallery. I put some pictures to explain, I hope I'm clear http://vdi-ethicoshop.com/gallery/main.php?g2_itemId=42 Image 1 : thumbnail of the directory Image 2 : when i click on the image1 Thanks for your help, and sorry for my english --------------------------------------------------- |
|
| Login or register to post comments |



Posts: 9022
Uninstall GD and get ImageMagick working.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 4
Ok thanks
I install Image Magick
When I type /usr/local/bin/convert -version
When I type identify -list format
ETC... (too long)
When I configure the directories of the binaries in Gallery and I test the link
It doesn't work
I tried :
Doesn't work
If you have any idea ?
Thanks
Posts: 9022
Post a link to phpinfo, this link explains how:
FAQ: What information is required when I ask for help in the forums?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 4
yes it was in my first post
---------------------------------------------------
Gallery version : 2.3
PHP version : 5
PHPInfo Link :http://vdi-ethicoshop.com/gallery/phpinfo.php
Webserver : Apache
Database : MySql 5.0.32
Activated toolkits : GD
Operating system : Mac Os X
Browser : Safari 4
Posts: 9022
oops, sorry, trying to do too many things
Your open_basedir restriction doesn't have /usr/local/bin listed:
/var/www/vhosts/vdi-ethicoshop.com/httpdocs:/tmp
I'd either try removing the open_basedir restriction all together or getting that path added. You may need to contact your host for help with that.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 4
still trying,
I had the path by editing php.ini, and now the phpinfo link it appears /usr/local/bin in open_basedir value
But still not working ;-(
Any idea
---------------------------------------------------
Gallery version : 2.3
PHP version : 5
PHPInfo Link :http://vdi-ethicoshop.com/gallery/phpinfo.php
Webserver : Apache
Database : MySql 5.0.32
Activated toolkits : GD
Operating system : M
Posts: 9022
There's a local value and a master value. The master value is set in php.ini, your local value is overriding the master value, which doesn't have that directory listed.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here