Welcome Guest, Not a member yet? Register   Sign In
carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in
#1

(This post was last modified: 04-02-2015, 11:25 AM by ciadmin.)

[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! :-)
#2

[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.




Theme © iAndrew 2016 - Forum software by © MyBB