samoht Posted August 30, 2007 Share Posted August 30, 2007 I am scratching my head over this. I just dbl checked the php.ini file and the gd2. extension was active when I run phpinfo() - I get no gd info at all?? Please help. Link to comment https://forums.phpfreaks.com/topic/67339-help-with-phpinfo/ Share on other sites More sharing options...
Ninjakreborn Posted August 30, 2007 Share Posted August 30, 2007 1. Make 100% sure it's loaded (use the function get_loaded_extensions()) 2. If it isn't then check the ini file to make sure it's set to load. If it's loaded but not showing info from the php_info, then it might have something to do with the webhosts settings. Link to comment https://forums.phpfreaks.com/topic/67339-help-with-phpinfo/#findComment-337845 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.