Jump to content

imagecreatefromjpg


will_jones

Recommended Posts

I am getting the error message ..

Fatal error: Call to undefined function: imagecreatefromjpeg() in C:\Apache\htdocs\studentart\sources\db_fns.php on line 290

 

I am using php 4.4.2 and apache on windows.

I have copied the module php_gd2.dll into the modules/php folder of apache.

 

I have un-commented the line ...

 

extension=php_gd2.dll

 

and the line pointing to the modules is...

 

extension_dir = "./modules/php/"

 

.. in my php.ini file.

 

I have also restarted apache but am still getting the original error message.

Can anybody help?

Link to comment
https://forums.phpfreaks.com/topic/123925-imagecreatefromjpg/
Share on other sites

Ok thanks for your advice.

I installed and configured PHP, Apache and Mysql separately. Do i need to uninstall these programs before i try this wamp or will it sort itself out.

I am reluctant to do this because it took a while to get my set up working on my home PC and i don't want to bring it down. I heard if you try and uninstall completely these applications, (mysql especially) it can be difficult.

Link to comment
https://forums.phpfreaks.com/topic/123925-imagecreatefromjpg/#findComment-639908
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.