coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: zona on July 21, 2004, 11:12:57 AM

Title: GD problem
Post by: zona on July 21, 2004, 11:12:57 AM
My host just told me that he installed the latest version of GD which is what I think I am missing to be able to add images to the gallery.

But still I can't add pictures. And still I don't find anything about "GD" in my info.php.

Anybody got a clue?

Also is there anyway that I can install IM or GD by myself? I have shell access but not administer account.
Title: Re: GD problem
Post by: Joachim Müller on July 21, 2004, 11:59:40 AM
if there's no GD section in <?php phpfino(); ?>, then PHP is not configured to use GD - ask you webhost not only to install GD, but to upgrade to a more recent PHP version which has built-in GD support.
If you have shell access, you could try installing ImageMagick on your own (I don't have any experience in this, I just heard it could be possible), but I guess there are very few people who have experience in this field on this board, so I suggest you try your luck on http://www.imagemagick.org/ or google this up. Afaik you can't install GD if you're not the server admin.

GauGau
Title: Re: GD problem
Post by: zona on July 25, 2004, 06:31:02 AM
Does the host really have to upgrade php or is installing & configuring php to accept GD always a 2 step setup?

In any case how do one add GD support?

Any hints would be appreciated.
Title: Re: GD problem
Post by: kegobeer on July 25, 2004, 02:39:47 PM
You can't install GD unless you have root access - it's a matter of asking your host to recompile php with GD support.  Same thing with ImageMagick - ask your host to install it.