Announcement

#1 2009-11-20 01:34:27

colette
Member
2009-11-20
4

error on individual photo page

why is this showing up at the top of selected photo page?


Notice: Undefined offset: 0 in /home2/thekeats/public_html/smile/include/functions.inc.php on line 588

Warning: Cannot modify header information - headers already sent by (output started at /home2/thekeats/public_html/smile/include/functions.inc.php:588) in /home2/thekeats/public_html/smile/include/page_header.php on line 98

Offline

 

#2 2009-11-20 04:05:37

repie38
Former Piwigo Team
grenoble (FR)
2006-05-23
418

Re: error on individual photo page

piwigo version ?
plugins activated ?
personal template-extensions ?
link ?

Offline

 

#3 2009-11-20 07:14:30

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: error on individual photo page

Which template? yoga
Which theme? Sylvia

Any change in header.tpl?

After upgrade? or install?

And please reply to repie38 questions as well.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#4 2009-11-20 23:37:19

colette
Member
2009-11-20
4

Re: error on individual photo page

I recently installed version 2.0.6
no plugins
happens with all templates
www.thekeatsmap.com/smile

thanks for your help!

Offline

 

#5 2009-11-21 00:04:01

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: error on individual photo page

obviously, there is a problem with the date. Your camera is certainly not that old!

If I were you, I would change the date on all my photos thanks to bulk mode. Do you need some help to use bulk mode?

Offline

 

#6 2009-11-21 00:18:50

colette
Member
2009-11-20
4

Re: error on individual photo page

ok, I'll try changing the date and get back to you. Thanks!

Offline

 

#7 2009-11-21 00:22:08

colette
Member
2009-11-20
4

Re: error on individual photo page

that worked.
i love you.

Offline

 

#8 2009-11-21 00:24:05

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: error on individual photo page

00 0000

1 - Admin > Specials > Plugins

Activate : LocalFiles Editor

2 - Admin > Specials > Plugins > LocalFiles Editor

Config tab (default and first one)

And code it like this:

<?php
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
  'author'          => '2#122',
  'name'            => '2#005',
  'comment'         => '2#120'
  );
$conf['use_exif'] = true;
$conf['use_exif_mapping'] = array(
  'date_creation' => 'DateTimeOriginal'
  );
?>

Save

3 - Admin > Categories > Synchronize

Select all of:
synchronize files structure with database
nothing
synchronize files metadata with database elements informations...
even already synchronized elements
overrides existing values with empty ones

UNSELECT
only perform a simulation (no change in database will be made)

Submit





It should be resolved.
This is due to empty dates in ITPC and default values in synchronization parameters.
Default is:
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
  'date_creation'   => '2#055',
  'author'          => '2#122',
  'name'            => '2#005',
  'comment'         => '2#120'
  );
date_creation should be provided by EXIF not IPTC.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#9 2009-11-21 00:30:09

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: error on individual photo page

Apparently you solved it.

And I was wrong because:

Exif Sub IFD

    * Exposure Time (1 / Shutter Speed) = 10/5000 second ===> 1/500 second ===> 0.002 second
    * Lens F-Number / F-Stop = 63/10 ===> ƒ/6.3
    * Exposure Program = normal program (2)
    * ISO Speed Ratings = 100
    * Exif Version = 0210
    * Original Date/Time = 0000:00:00 00:00:00


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact