coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: nssh on October 01, 2004, 07:33:25 PM

Title: PHP running on your server does not support the GD image library
Post by: nssh on October 01, 2004, 07:33:25 PM
"There are two issues that can cause this problem.  The first is that PHP was never compiled with GD.  You can check phpinfo() to see whether or not this is the case.

The second alternative is that PHP was compiled with GD, but without the JPEG library.  Look for ‘JPEG support enabled’ in the GD section of phpinfo to determine if this is the case."

I have checked both of these. First I had PHP recompiled with GD. Then I checked and JPEG support is enabled. Yet I still experience problems.

Here is my Debug info

USER:
------------------
Array
(
    [ID] => 82dafcc463466116ecd6094b5eb6eacf
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => nssh
    [user_password] => ********
    [user_lastvisit] => 2004-10-01 12:23:04
    [user_regdate] => 2004-09-24 11:20:00
    [user_group_list] =>
    [user_email] =>
    [user_website] => http://www.galenaparkisd.com/nssh
    [user_location] => North Shore High School
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: PHP running on your server does not support the GD image library
Post by: Casper on October 01, 2004, 07:46:33 PM
Hi,

Your php info shows jpeg support is NOT enabled.

QuoteModule: gd
------------------
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

That needs to be added before coppermine will work.