Welcome Guest, Not a member yet? Register   Sign In
carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in
#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.


Messages In This Thread
"carousel Fatal error: Call to undefined function: imagecreatefromjpeg() in" - by El Forum - 06-21-2007, 04:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB