exif
Posted by: tcoulson (---.haleypro.com)
Date: April 12, 2006 04:46PM

***Fatal error: Call to undefined function exif_read_data() in C:\web\wamp\www\ImageManipulation\getHeader.php on line 2***
This is the message I am getting, which leads me to believe that the exif extension is not loaded. However, the extension manager and the php.ini file both say that it is installed. What can I do to rectify this?

Re: exif
Posted by: roms (131.107.59.---)
Date: April 12, 2006 06:01PM

This is strange,

i just loaded the exif extension threw the wamp menu and the function is available.

Is the exif extension in your phpinfo() ?



Romain

Re: exif
Posted by: tcoulson (---.haleypro.com)
Date: April 12, 2006 08:48PM

Loaded extensions :
bcmath, calendar, com_dotnet, ctype, date, ftp, iconv, odbc, pcre, Reflection, session, libxml, standard, tokenizer, zlib, SimpleXML, dom, SPL, wddx, xml, xmlreader, xmlwriter, apache2handler, mysql, mysqli, PDO, pdo_sqlite, SQLite

So no, it isn't being recognized there, but when I click on php extensions from the menu, it is there, and in php.ini it is enabled.

Re: exif
Posted by: tcoulson (---.hsd1.pa.comcast.net)
Date: April 18, 2006 02:54AM

anyone venture an answer here?

Re: exif
Posted by: tcoulson (---.haleypro.com)
Date: April 24, 2006 12:55AM

guess im on my own.

Re: exif
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: April 24, 2006 03:39AM

try opening your php.ini file, and enable the exif yourself. Find this line:

;extension=php_exif.dll

remove the semicolon in the front to enable that extension like this:

extension=php_exif.dll

now save the file, and restart apache for the new setting to take effect. test it and try again.

Sorry, only registered users may post in this forum.