coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: FreeMail on April 02, 2004, 01:18:29 AM

Title: [Solved]: EXIF info
Post by: FreeMail on April 02, 2004, 01:18:29 AM
hi!

what version of PHP does my server have to be, to be able to run EXIF on my CPG?

TIA!
Title: [Solved]: EXIF info
Post by: Bill_S on April 02, 2004, 02:03:05 AM
Looks like v4.2.0 or greater is required:

http://www.php.net/exif_read_data

Bill
Title: [Solved]: EXIF info
Post by: FreeMail on April 02, 2004, 02:34:51 AM
thanks a lot for the info! :)
Title: [Solved]: EXIF info
Post by: FreeMail on April 03, 2004, 12:10:29 AM
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
Title: [Solved]: EXIF info
Post by: Nibbler on April 03, 2004, 12:19:06 AM
It needs to be compiled in using the option --enable-exif .
Title: [Solved]: EXIF info
Post by: FreeMail on April 03, 2004, 12:23:03 AM
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?
Title: [Solved]: EXIF info
Post by: Nibbler on April 03, 2004, 12:25:51 AM
I think your host will have to recompile php with EXIF support for you, but im not really an expert on server setup.
Title: [Solved]: EXIF info
Post by: FreeMail on April 03, 2004, 12:36:34 AM
ok thanks for the info!  will ask our host to enable the EXIF option. :)
Title: [Solved]: EXIF info
Post by: Joachim Müller on April 03, 2004, 09:09:51 AM
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
Title: [Solved]: EXIF info
Post by: FreeMail on April 03, 2004, 11:29:24 AM
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? :)
Title: [Solved]: EXIF info
Post by: Casper on April 03, 2004, 12:48:52 PM
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.
Title: [Solved]: EXIF info
Post by: FreeMail on April 03, 2004, 06:14:20 PM
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!
Title: [Solved]: EXIF info
Post by: FreeMail on April 04, 2004, 03:30:11 PM
EXIF data is running already! :) :)  problem solved!!  thanks guys!