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 have an issue with some picture; I ll try to explain
I create directory with jpeg in it. when I click on the thumnail of the picture in order to see it in the original size it doesn't work anymore, YES at the beginning that worked

I put some pictures to explain, I hope I'm clear
this is link when you can see the issue just click on any picture to see.

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

---------------------------------------------------
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

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 9022
Posted: Sat, 2009-07-04 00:33

Uninstall GD and get ImageMagick working.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

Login or register to post comments
fab4_33

Joined: 2009-07-03
Posts: 4
Posted: Sat, 2009-07-04 12:16

Ok thanks

I install Image Magick
When I type /usr/local/bin/convert -version

Quote:
Version: ImageMagick 6.5.4-2 2009-07-04 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

When I type identify -list format

Quote:
Format Module Mode Description
-------------------------------------------------------------------------------
A* RAW rw+ Raw alpha samples
AI PDF rw- Adobe Illustrator CS2
ART* ART rw- PFS: 1st Publisher Clip Art
ARW DNG r-- Sony Alpha Raw Image Format
AVI* AVI r-- Microsoft Audio/Visual Interleaved
AVS* AVS rw+ AVS X image
B* RAW rw+ Raw blue samples
BGR* RGB rw+ Raw blue, green, and red samples
BMP* BMP rw- Microsoft Windows bitmap image

ETC... (too long)

When I configure the directories of the binaries in Gallery and I test the link
It doesn't work

I tried :

Quote:
/usr/local/bin

Doesn't work

If you have any idea ?

Thanks

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 9022
Posted: Sat, 2009-07-04 13:27

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

Login or register to post comments
fab4_33

Joined: 2009-07-03
Posts: 4
Posted: Sat, 2009-07-04 13:30

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

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 9022
Posted: Sat, 2009-07-04 13:37

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

Login or register to post comments
fab4_33

Joined: 2009-07-03
Posts: 4
Posted: Sat, 2009-07-04 18:33

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

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 9022
Posted: Sat, 2009-07-04 21:54

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

Login or register to post comments