Jump to content

GD Library/php.ini


Recommended Posts

"php.ini" is the configuration file used by the webserver to control the default settings for PHP. If you are on a shared host, you may not have access to this file at all. What you should start with is setting up a script like this:

<?php

phpinfo();

?>

If you access that script via your web host, it will show where the ini file is as well as show what the GD library details are (if installed). If the ini file is somewhere you do not have access to, you cannot change it. If the GD libraries are not installed then you are basically out of luck as far as thumbnails go (find a new host).


As an aside, it's hard to make suggestions when you do not provide much detail. At the very least you should have included whatever error message you got that made you go hunting for "php.ini".

Cheers

Link to comment
Share on other sites

Just following the pre-install instructions of changing things in the php.ini file

GD settings
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...