Click to See Complete Forum and Search --> : php function is undefined :S


acemo
09-03-2006, 09:13 AM
getting this error:

Fatal error: Call to undefined function exif_read_data() in /customers/orderofbanor.com/orderofbanor.com/httpd.www/appelhof/exif.php on line 11

http://nl3.php.net/manual/en/function.exif-read-data.php

this page tells me that when i am using php 5 (wich i am using) i should be able to use this function.

anyone knows what could have caused this problem and how to fix it?

DJsAC
09-03-2006, 09:30 AM
Probably your php version was compiled without the exif functions... :(