PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 23rd, 2008, 01:43 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
Exif not showing if information comes from rescan

Hi,

I have newly installed jhead to extract exif information. Works very well with newly uploaded images: Exif is being extracted and camera-symbol shown on showphoto.php. Information given there is correct. So the jhead and exif settings have to be correct.

I ran a scan on my database to read exif from the photos already present in the gallery. Scan worked well. If I look at the database directly, I can see the exif-information that was read from the images (pp_exif.exifinfo).

Now the problem: The camera-symbol does not show. From looking at showphoto.php I gather that Photopost decides whether to show the symbol or not on basis of pp_photos.exifinfo (1=show, 0=don't show). My newly uploaded images sport a shining 1 there, whereas all old images feature a dim 0, altough there definitely is exif info for that image in pp_exif.exifinfo.

How can I make photopost to recognize that newly added exif information? And no, sadly not all the images have exif information. If that was the case, I just would set the whole pp_photos.exifinfo column to 1.

Any help appreciated.

Additional info: I'm running 6.01, and I repeated the exif rescan twice.
cellarius is offline   Reply With Quote
Old January 23rd, 2008, 02:06 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Try running the upgrade script 5.62 to 6.0 option that will populate your old photos pre 6.0.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 23rd, 2008, 03:17 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
Thanks, that did the trick. Problem solved
cellarius is offline   Reply With Quote
Old January 23rd, 2008, 03:46 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
enjoy your evening glad to assist.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 4th, 2008, 11:46 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Location: Ohio
Posts: 52
Hello. I am having a problem related to this. The solution to run the upgrade script does in fact fix the problem of changing the 'exifinfo' value to 1 for images that contain EXIF. However, when I upload a new image that contains EXIF, the show EXIF button never appears.

I have confirmed that the EXIF info is being read into the database on upload. The pp_exif table contains all of the info needed. The value for 'exifinfo' is remaining at 0 for some reason. Running the upgrade script again changes it to 1. Obviously running the upgrade script every time an image is uploaded is not practical. Any idea what the problem is? I am running 6.01.
AdamNP is offline   Reply With Quote
Old June 5th, 2008, 07:52 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
jhead path is entered in global options and extract exif set to on in admin options?

I have tested this and it appears to work?

How about a test photo and a link to your gallery and a test user login?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 5th, 2008, 01:30 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Location: Ohio
Posts: 52
Yes, as I said, the EXIF is actually being extracted and entered into the database, the INFO icon is simply not being displayed. If I manually change the 'exifinfo' field to '1' it displays fine. For some reason 'exifinfo' is being left at '0' on new uploads.

Here's a link to one I uploaded last night. It has EXIF, and in fact the EXIF is in the database, it simply doesn't display.

Juneywhank Falls - National Parked Gallery

I will PM you a login.

[edit] Or perhaps not. I can't PM you... the Gallery is open to join, or I can email you somewhere.
AdamNP is offline   Reply With Quote
Old June 5th, 2008, 02:12 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
What version of Photopost do you run?

I am seeing this in our image-inc.php which updates the photo table field

Code:
Content visible to verified customers only.
I would suggest you redownload the build and upload the files except config files and upgrade and test this.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 5th, 2008, 02:28 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Location: Ohio
Posts: 52
I am running 6.01

To do what you suggest I had to renew my access to the members area. That is done, but I apparently have to wait until someone manually gives me access again.
AdamNP is offline   Reply With Quote
Old June 5th, 2008, 02:59 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Okay You can also check your image-inc.php file to ensure the posted code is correct as I have outlined above in that file if you dont want to wait for the new code.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 5th, 2008, 06:12 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2007
Location: Ohio
Posts: 52
Well, it's working now. The code was the same, but apparently something happened during the 6.01 > 6.1 upgrade that made everything better... it also gave me the motivation to upgrade VB from 3.6.8 to 3.7.1 and redo my templates, so it was a productive day
AdamNP is offline   Reply With Quote
Old June 6th, 2008, 08:12 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Glad your happy and everything is upgraded to the latest versions thats always a nice feeling doing a little work on your site and updating things. At least I always enjoy it. Have a wonderful weekend.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing exif information dpnow Photopost Pro How Do I...? 7 December 8th, 2006 01:05 PM
Exif information not showing Sky Pilot Photopost Pro How Do I...? 13 October 16th, 2006 11:30 AM
Check here to rescan photos and save EXIF information error ZGeek Photopost Pro Bug Reports 1 October 8th, 2006 09:56 AM
EXIF Information WildRover Photopost Pro How Do I...? 3 September 27th, 2006 08:36 PM
Show EXIF Information? Sanjiyan Bugs From 1.0.0 8 December 10th, 2004 10:04 AM


All times are GMT -5. The time now is 02:15 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0