Author Topic: exif not visible php 4.4.4 exif-enabled (worked on old webspace php 4.4.7)  (Read 3662 times)

0 Members and 1 Guest are viewing this topic.

Offline Patrick81

  • Newbie
  • *
  • Posts: 27
    • View Profile
Hi,

I changed my hoster and now my gallery didn't show the exif dates.

Details:
old hoster:
php 4.4.7
--enable-exif'

exif
EXIF Support  enabled 
EXIF Version  1.4 $Id: exif.c,v 1.118.2.37.2.7 2007/01/09 11:38:04 tony2001 Exp $ 
Supported EXIF Version  0220 
Supported filetypes  JPEG,TIFF 


new hoster:
php 4.4.4
--enable-exif'

exif
EXIF Support  enabled 
EXIF Version  1.4 $Id: exif.c,v 1.118.2.37.2.4 2006/01/01 13:46:52 sniper Exp $ 
Supported EXIF Version  0220 
Supported filetypes  JPEG,TIFF 


--
It's a linux server with apache installed.

Do you have an idea, why exif is not visible? (My Template supports exif - the same files at the old server worked with exif at the bottom of the image)

I thought exif works since php 4.2?


attached you can take a look at my phpinfo as htm file
« Last Edit: October 03, 2007, 06:03:21 PM by Patrick81 »

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
... PHP has this own function (exif_read_data) since version 4.2.0, which can read the EXIF header data from JPEG/TIFF image files ...
... more here :  http://www.4homepages.de/forum/index.php?topic=18352.msg100155#msg100155
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Patrick81

  • Newbie
  • *
  • Posts: 27
    • View Profile
... PHP has this own function (exif_read_data) since version 4.2.0, which can read the EXIF header data from JPEG/TIFF image files ...
... more here :  http://www.4homepages.de/forum/index.php?topic=18352.msg100155#msg100155

hi mawenzi,

thanks for your reply, but this is for a windows server, my hoster has a linux server with apache und php 4.4.4.

I asked him to change in php.ini

- in /usr/local/php/php.ini

Code:
;extension=php_exif.dll

replace:

Code:
extension=php_exif.dll

but I don't know if it will work,..

I think linux has no dll files,..

br
Pat

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Quote
I think linux has no dll files,..

This is only windows.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?