Page 1 of 1
Checking for GD library -please help me~
Posted: Tue Nov 06, 2012 1:27 pm
by butterbee
I'm trying to install CMS Made Simple1.11.2.1 ,at the step 'Checking permissions and PHP settings',I'm asked to check for GD library.
my PHP Version is 5.4.0, and I actually found libgd under php.
I don't know why it cannot pass....
Excuse me for my poor English....please help me~~~~~~~~
Re: Checking for GD library -please help me~~~~~~~~~~~
Posted: Tue Nov 06, 2012 2:41 pm
by calguy1000
CMSMS checks to ensure that the GD plugin is enabled in php.
if the GD plugin does not show in php info then CMSMS cannot find it:
a: Create a simple .php page with
<?php phpinfo(); ?>
b: browse to that page
c: search for 'gd' in extensions.
Re: Checking for GD library -please help me~~~~~~~~~~~
Posted: Tue Nov 06, 2012 3:24 pm
by butterbee
Thanks! The GD plugin seems not enabled in php.
Could you please tell me how to enable it?
calguy1000 wrote:CMSMS checks to ensure that the GD plugin is enabled in php.
if the GD plugin does not show in php info then CMSMS cannot find it:
a: Create a simple .php page with
<?php phpinfo(); ?>
b: browse to that page
c: search for 'gd' in extensions.
Re: Checking for GD library -please help me~
Posted: Mon Jan 28, 2013 6:49 pm
by Dr.CSS
You will most likely need to contact your host to have them enable this...