forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: hyperion on April 30, 2004, 03:30:47 am

Title: Exec() has been disabled
Post by: hyperion on April 30, 2004, 03:30:47 am
Php.ini allows the server administrator to disable certain functions. If the server administrator has disabled exec() you will not be able to use Image Magick.

You may replace exec() with passthru() if it has not been disabled as well.  Otherwise, you must use GD.
Title: Re: Exec() has been disabled
Post by: Just on August 19, 2005, 02:29:01 pm
Forgive the ignorance, but what do you mean by use GD?
Title: Re: Exec() has been disabled
Post by: Joachim Müller on August 21, 2005, 02:25:42 pm
http://coppermine.sourceforge.net/faq.php#WhatIsGD
http://coppermine-gallery.net/demo/cpg13x/docs/index.htm#config_picture_thumb_advanced
Quote
Method for resizing images
If you are using GD 1.x and the colors of your thumbnails or intermediate image are wrong then switch to GD 2.x