CodeIgniter Forums
carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in - 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: carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in (/showthread.php?tid=1696)



carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in - El Forum - 06-20-2007

[eluser]Unknown[/eluser]

Hello im jerry,
i would like to get some help to pros out there coz im new at code igniter..
wen i first tym uploaded the scripts of CI the error that welcomes me
is this one.
carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in
is there anyone can help my proble Thank you very much and may ur God Bless You! :-)


"carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in" - El Forum - 06-21-2007

[eluser]Jim OHalloran[/eluser]

[quote author=\"horns_attack\" date=\"1182413628\"]carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in[/quote]
Most likely this is due to the GD extension for PHP either not being installed or not loaded. Try creating a file with the following contents in the same directory as CodeIgneter\'s index.php file, then access it via a web browser to view the results.
Code:
<?php phpinfo(); ?>
If GD is loaded you\'ll see a \"gd\" header, and the line \"GD Support enabled\" in the table below.

If you need assistance to install/load GD, please tell us what operating system you\'re running and someone should be able to assist you.

Jim.