Kimberly Posted September 30, 2009 Share Posted September 30, 2009 I can't find a php.ini file anywhere? Do I need to create this? I installed and it is all fine except the GD Library auto thumbnails. Link to comment Share on other sites More sharing options...
codegrunt Posted September 30, 2009 Share Posted September 30, 2009 "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:<?phpphpinfo();?>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 More sharing options...
Kimberly Posted September 30, 2009 Author Share Posted September 30, 2009 Just following the pre-install instructions of changing things in the php.ini fileGD settings gdGD Support enabledGD Version bundled (2.0.34 compatible)FreeType Support enabledFreeType Linkage with freetypeFreeType Version 2.1.9GIF Read Support enabledGIF Create Support enabledJPG Support enabledPNG Support enabledWBMP Support enabledXPM Support enabledXBM Support enabled Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now