Hi everyone !
After setting up my website http://www.roumanitude.frih.net/index.php I came up with this error :
Fatal error: Call to undefined function: exif_read_data() in /home/roumainm/domains/roumanitude.frih.net/public_html/actualites.php on line 15
The incriminited part of code is :
So is "exif" stuff unsupported on server2 ?
However phpinfo http://www.frihost.com/phpinfo.php says :
'--enable-exif'
EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.118.2.37.2.3 2005/10/10 06:07:16 helly Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
Is that phpinfo related to server1 and server2 behaves differently ?
Or is it again a permissions problem (and why) ?
Thanx and long live to frihost
[/url]
After setting up my website http://www.roumanitude.frih.net/index.php I came up with this error :
Fatal error: Call to undefined function: exif_read_data() in /home/roumainm/domains/roumanitude.frih.net/public_html/actualites.php on line 15
The incriminited part of code is :
| Code: |
| //retrouver les métadonnées exif
$exif = exif_read_data('IMG/photos/'.$ploufplouf,0,true); if ($exif!=false){ $commentimg = $exif['IFD0']['ImageDescription']; } |
So is "exif" stuff unsupported on server2 ?
However phpinfo http://www.frihost.com/phpinfo.php says :
'--enable-exif'
EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.118.2.37.2.3 2005/10/10 06:07:16 helly Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF
Is that phpinfo related to server1 and server2 behaves differently ?
Or is it again a permissions problem (and why) ?
Thanx and long live to frihost

