hi!
what version of PHP does my server have to be, to be able to run EXIF on my CPG?
TIA!
Looks like v4.2.0 or greater is required:
http://www.php.net/exif_read_data
Bill
thanks a lot for the info! :)
our server is running version 4.3.4 but i'm getting this error message. :roll:
QuotePHP running on your server does not support reading EXIF data in JPEG files, please turn this off on the config page
It needs to be compiled in using the option --enable-exif .
Quote from: "Nibbler"It needs to be compiled in using the option --enable-exif .
thanks for the reply! you mean i have to ask my host to enable it?
I think your host will have to recompile php with EXIF support for you, but im not really an expert on server setup.
ok thanks for the info! will ask our host to enable the EXIF option. :)
I guess your webhost will be reluctant to re-compile php for you; try the new beta (cpg1.3.0) - it comes with exif support even if it isn't enabled on your server...
GauGau
Quote from: "gaugau"I guess your webhost will be reluctant to re-compile php for you; try the new beta (cpg1.3.0) - it comes with exif support even if it isn't enabled on your server...
GauGau
i see. can a newbie upgrade to cpg1.3.0 by himself? :)
62 posts hardly makes you a newbie :wink:
But a newbie should be able to do it.
Just download the zip, and follow the instructions in the docs folder. It's really easy.
Quote from: "casper"62 posts hardly makes you a newbie :wink:
But a newbie should be able to do it.
Just download the zip, and follow the instructions in the docs folder. It's really easy.
hehe 62 posts and they're all questions! :D
ok, will try that out! :)
thanks guys!
EXIF data is running already! :) :) problem solved!! thanks guys!