![]() |
Your server does not support the GD function required to process this type of image - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Your server does not support the GD function required to process this type of image (/showthread.php?tid=34715) |
Your server does not support the GD function required to process this type of image - El Forum - 10-07-2010 [eluser]Frank Rocco[/eluser] Here is my code. Any idea why this is happening? Thanks Code: $this->load->library('image_lib'); Your server does not support the GD function required to process this type of image - El Forum - 10-07-2010 [eluser]Frank Rocco[/eluser] I resolved this. Code: $config['image_library'] = 'gd2'; Your server does not support the GD function required to process this type of image - El Forum - 10-07-2010 [eluser]John_Betong[/eluser] Take a look at your phpinfo(): and see what library is being used. |