Quantcast
Channel: Zenphoto forum
Viewing all 444 articles
Browse latest View live

plugin for personnal translation

$
0
0

hi
I want to create a plugin to manage personnal translations needed on my website (and that can't be managed by multi-lingual site option).

can you explain what the general structure of this plugin have to be ?


Why does the new user registration end up in the back end admin part?

$
0
0

What an awesome tool! Compliments!
I have two questions:
1. Why does the new user registration after verification end up in the admin part? I would like the new users to only see the front end (gallery, albums) after I approved it. After they newly register, they end up in the back end. They don't really get a message that it's pending approval. Can I easily change this? Maybe a code change?
2. When a new user registers I would like an email. I have checked the box for admins to receive an email when a new user registers but the email is delayed by a very long time. (I use the zenphoto_sendmail). The other emails notifications are directly send.
Many thanks for your help!

issue with i-feel-dirty : I need help!

$
0
0

hi,
I try to update my i-feel-dirty theme on github to be compliant with latetest zenphoto improvement (1.4.14).

All works great, but I have a strange issue that I am unable to fix.

If somebody can help me, I will apprecate!

see the demo:
http://demo.vincentbourganel.fr/?themeSwitcher=i-feel-dirty&cmsSwitch=true

see the issue:
https://github.com/vincent3569/i-feel-dirty/issues/5

you can download the latest code here: https://github.com/vincent3569/i-feel-dirty/archive/master.zip
and let me know if you found a fix

thanks to community

news order in search page

$
0
0

hi

in search page, the news list is with title (or titlelink ?) order, but I want to list them with date (recent first) (as the default order in news loop on news page).
I have a look on next_news() paramaters, but there is no choice to do that.
In deprecated functions, I have the info that we have to set news order type and news order direction.

so I write this code in my search page:

<?php  if ($_zenpage_and_news_enabled && ($numnews > 0)) {
        $_zp_current_search->setSortType('date', 'news');
        $_zp_current_search->setSortDirection(1, 'news');
        ?>
        <h4 class="margin-top-double margin-bottom-double"><strong><?php printf(gettext('Articles (%s)'), $numnews); ?></strong></h4>
            <?php while (next_news()) { ?>
                <div class="list-post clearfix">
                    <h4 class="post-title"><?php printNewsURL(); ?></h4>
                    <div class="post-content clearfix">
                        <?php echo shortenContent(getBare(getNewsContent()), 200, getOption("zenpage_textshorten_indicator")); ?>
                    </div>
                </div>
            <?php
            }
    } ?>

but it has no effet on news order.
what is wrong ?

New Zenphoto Version Upgrade Needed Please!

$
0
0

Hi all,

I hope you are all OK !!! Jim here from the OCSMR.Com website... Is there anybody here that could please upgrade my current ZenPhoto version for me for www.ocsmr.com to the latest version please ??? I volunteer for my model train club there for free ~ which is a 503c non- profit club, so the monies are not overflowing, but could I get somebody to fix me up for $25.00 to your PayPal Account ???

I also found out last tonight from a fellow member that the site is now down completely with an error message now too...

ERROR: "Parse error: syntax error, unexpected '<' in /home/trains/public_html/zp-core/zp-extensions/html_meta_tags.php on line 21"

...so please could you take care of this for me ASAP ??? Also, in recent times, I have notice that this site had the highest percentage of Processes and was driving up my server's CPU pretty high in my dedicated server, so could you please check why and fix as well ???

It would allow me to login to the backend... Thank you and please let me know if somebody can fix us up for our club.

OCSMR Website Front-End: http://www.ocsmr.com
C-Panel and/or FTP User Name: trains
Password: xxxxxxxxxxxxxxxxxx

OCSMR Website Back-End: http://ocsmr.com/zp-core/admin.php
User Name: admin
Password: xxxxxxxxxxxxxxxxxxx

Best regards,
Jim ~ KB2UNK :)

Display album images 'in order'

$
0
0

In the 'back end' it is possible to choose the order in which images are displayed. e.g. by file name. However, when viewing the album the images are displayed randomly. How can I have my images displayed by file name (or in any other order I may want)?

I can not use mod_rewrite nor tinyUrl

$
0
0

bonjour
The installation routine did not detect a functional mod_rewrite module.
However, the module is well installed and functional on the server, checked with the php apache_get_modules () function.
By the way, I use mode_rewrite that works correctly.
Note that I modified the htaccess of the site root to force the https:


  RewriteEngine On
  RewriteBase /
  RewriteCond %{HTTP_HOST} ^(monsite|www.monsite)\.fr [NC]
  RewriteCond %{HTTPS} off 
 
  RewriteCond %{REQUEST_FILENAME} -f [OR]
  RewriteCond %{REQUEST_FILENAME} -d  
  RewriteRule ^.*/?$            https://%{HTTP_HOST}/index.php [L,QSA]
>

would anyone have any idea about this problem?
merci
RB

how to know infos about albums items

$
0
0

hi

some template functions exist to know if an album page have subalbums or images (isAlbumPage() and is ImagePage()). the response depends of the current page displaying the album. ok

but is there a function to know if this album is with subalbums or is only with images, not depending of the current page I am on ?

thanks in advance for your help.


issue in plugin documentation : 404 error

After Uploading Albums VIA FTP i get the Following Error

$
0
0
Hi all

I have recently set up zenhphoto again as i am swapping my host provider over form go daddy to 000webhost

Everything was set up with flying colours only now when i upload my albums via filezila i get this come up soon as i upload anything into albums

https://ibb.co/eFDO5Q

Debug log

{44989:Fri, 28 Jul 2017 11:26:41 GMT} Zenphoto v1.4.14[f5b47da52feacae4e5e081b977e60ee0b2fe1bc5]
USER ERROR: Invalid album instantiation: Wargrave- does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{28497:Fri, 28 Jul 2017 11:36:47 GMT}
USER ERROR: Invalid album instantiation: Westonbirt does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{28496:Fri, 28 Jul 2017 11:36:51 GMT}
USER ERROR: Invalid album instantiation: Westonbirt does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{28487:Fri, 28 Jul 2017 11:37:37 GMT}
USER ERROR: Invalid album instantiation: Westonbirt does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{5964:Fri, 28 Jul 2017 11:37:42 GMT}
Updating the configuration file
storeConfig called from setSiteState (site_upgrade.php [36])
from site_upgrade.php [12]
{5961:Fri, 28 Jul 2017 11:37:48 GMT}
Updating the configuration file
storeConfig called from setSiteState (site_upgrade.php [36])
from site_upgrade.php [20]
{5978:Fri, 28 Jul 2017 11:37:52 GMT}
Updating the configuration file
storeConfig called from setSiteState (site_upgrade.php [36])
from site_upgrade.php [16]
{5964:Fri, 28 Jul 2017 11:37:55 GMT}
Updating the configuration file
storeConfig called from setSiteState (site_upgrade.php [36])
from site_upgrade.php [12]
{5965:Fri, 28 Jul 2017 11:37:57 GMT}
Updating the configuration file
storeConfig called from setSiteState (site_upgrade.php [36])
from site_upgrade.php [20]
{29083:Fri, 28 Jul 2017 11:41:07 GMT}
USER ERROR: Invalid album instantiation: Wargrave- does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{19769:Fri, 28 Jul 2017 11:46:13 GMT}
USER ERROR: Invalid album instantiation: Bicester/Multi-Story- does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{43494:Fri, 28 Jul 2017 11:46:45 GMT}
USER ERROR: Invalid album instantiation: Westonbirt does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{19976:Fri, 28 Jul 2017 11:47:15 GMT}
USER ERROR: Invalid album instantiation: Newbury-Racecourse/New-Stables-Foundations- does not exist. in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/class-album.php on line 1221
trigger_error called from Album->_albumCheck (class-album.php [1221])
from Album->__construct (class-album.php [1192])
from newAlbum (class-album.php [25])
from full-image.php [44]
{6058:Fri, 28 Jul 2017 11:53:55 GMT}
Updating the configuration file
storeConfig called from setSiteState (site_upgrade.php [36])
from site_upgrade.php [16]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'RAWDATA' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 70
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 73
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 74
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'RAWDATA' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 70
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'RAWDATA' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 70
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 259
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 260
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 261
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 262
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 263
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 264
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 265
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 266
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'WhiteBalance' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 267
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'WhiteBalance' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 268
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'WhiteBalance' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 269
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 278
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'SequenceNumber' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 279
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 280
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 281
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 282
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 283
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 284
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 286
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 287
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 288
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 289
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 290
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 291
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 292
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'AFPointUsed' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 293
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Cannot assign an empty string to a string offset in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 293
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'FlashBias' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 294
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Cannot assign an empty string to a string offset in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 294
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'FlashBias' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 295
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'FlashBias' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 304
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 315
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 316
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 317
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'SubjectDistance' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 318
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
WARNING: Illegal string offset 'SubjectDistance' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 319
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getAlbumThumbImage (class-album.php [453])
from printAlbumThumbImage (template-functions.php [1763])
from include (index.php [37])
from include (index.php [130])
from index.php [28]
{6060:Fri, 28 Jul 2017 11:53:58 GMT}
EXCEPTION (0): Cannot use assign-op operators with string offsets in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 319

{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'RAWDATA' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 70
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 73
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 74
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'RAWDATA' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 70
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'RAWDATA' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 70
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 259
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Bytes' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 260
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 261
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 262
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 263
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 264
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaData (class-image.php [335])
from Image->__construct (class-image.php [156])
from newImage (class-image.php [52])
from AlbumBase->sortImageArray (class-album.php [1059])
from Album->getImages (class-album.php [1330])
from AlbumBase->getNumImages (class-album.php [385])
from getNumImages (template-functions.php [2035])
from getTotalPages (template-functions.php [761])
from next_image (template-functions.php [2080])
from include (album.php [52])
from include (index.php [130])
from index.php [28]
{6058:Fri, 28 Jul 2017 11:54:04 GMT}
WARNING: Illegal string offset 'Unknown' in /storage/ssd3/114/2283114/public_html/zenphoto/zp-core/exif/makers/canon.php on line 265
formatCanonData called from parseCanon (canon.php [408])
from read_entry (exif.php [768])
from read_exif_data_raw (exif.php [1028])
from read_exif_data_protected (functions.php [2268])
from Image->updateMetaD

my locale translations are not uses

$
0
0

hi
the locale translations of my zpBootstrap theme are not used on my zenphoto test site.
the locale translations of my other themes are well used on this site.
all works well on my zenphoto prod site.

any idea where this issue is coming from ?

SSL https password page question

$
0
0

First of all, I love this Zenphoto tool. You did just such a great job in creating this!
My question is the following. I have been trying to set up the Zenphoto site on a SSL https:// connection. When I am logged out and I type my url with the http:// it still redirects me to the non-protected http://, while it should redirect me to the https:// url. I have selected the https function in the security section and I have set up the gallery page path to https. I know my server is set up correctly because when I reach the admin section it turns into https and when I type in the url with https it works fine. The question is why does the password.php page not redirect over from http:// to https:// when I type in the url with http//:.

Your help/advice would be very much appreciated

How to enable imagemagick?

$
0
0
I have both gd and imagemagick installed on my system but I can't work out how to switch to imagemagick. Any ideas? I upgraded from a previous version and it didn't give me the option in the setup and I can't find it in the options.

Also is imagemagick faster than GD for thumbnail generation on their install?

Information from php -i:
imagick

imagick module => enabled
imagick module version => 2.1.1-rc1
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version => ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
ImageMagick copyright => Copyright (C) 1999-2009 ImageMagick Studio LLC
ImageMagick release date => 2009-11-26
ImageMagick Number of supported formats: => 202
ImageMagick Supported formats => 3FR, A, AI, ART, ARW, AVI, AVS, B, BGR, BMP, BMP2, BMP3, BRF, BRG, C, CAL, CALS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GBR, GIF, GIF87, GRADIENT, GRAY, GRB, GROUP4, HALD, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAP, MAT, MATTE, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RBG, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV

Directive => Local Value => Master Value
imagick.locale_fix => 0 => 0

Tweaking SEO options

$
0
0

Hi. New user, first post. I'm migrating a photo site from Gallery3 to ZenPhoto. In Gallery3 I had some SEO optimisations that set album URLs to end in .html rather than /. In hindsight that probably wasn't smart, but at least there's not so many of these so I can probably deal with them via server redirects. The bigger problem is the image pages. The urls I had in Gallery3 were:

www.mysite.com/album/imagexxx.html

whereas ZenPhoto results in

www.mysite.com/album/imagexxx.jpg.html

Are there any suggestions for how I might deal with this? Where would I hack the mod rewrite code to do this? I could perhaps edit the .htaccess, but like others I find this difficult and confusing.

Tweet_News Url

$
0
0

Hi,
just activated ans setup the tweet news plugin.

Everything went fine, except the url to my site. I have published a test tweet (happens with regular articles too) with the tand it looks like:

test: test tweet/tiny939

The title of the article is: test and the content is: test tweet.
It looks like that the http part of the tinyurl is missing.

If I deactivate the tiny url plugin it looks like:
test: test tweet /artikel/test/

Any ideas how to get the full url in the tweet?


Add Google No Captcha reCaptcha To Forms?

$
0
0
I was just wondering if it was possible to add the Google No Captcha reCaptcha to the register and contact forms?

This is the one I would like to have: https://www.google.com/recaptcha/intro/index.html

I have the standard reCaptcha working (where you enter numbers/text from an image) but I would prefer to use the simpler tick box version if possible.

How best to set custom CSS?

$
0
0

I've read the documentation and done a search, but haven't discovered how best to specify custom CSS that tweaks a theme (Ardoise in my case) without editing the theme's own CSS file (screen.css for Ardoise).

For Gallery3, which I was using until recently, it was possible to point to a custom CSS file that was loaded so as to take precedence. This mean that when an updated version of a theme was installed, it wasn't necessary to rehack the theme's own CSS files. I note that Ardoise includes a custom.css file, but it's not clear what it does, because styling that I included in there seemed not to have any effect. So at present I've had to resort to modifying screen.css.

PHP code to identify album and image pages

$
0
0

I'm working with seroxatmad's Facebook Like plugin. I had to edit to remove some white space that was causing "Cannot modify header information - headers already sent" errors. I then used it to create a FB comments plugin. I am showing the like button in the header and the comment block in the footer. But I only want them to appear on album and image pages, and not on things like the contact form. I constructed a code snippet based on other pages, and inserted it into inc_footer.php and inc_header.php:

<?php if (function_exists('printFBComments')) { ?>
<?php if (isAlbumPage() or isImagePage) { ?>

<?php printFBComments(); ?>

<?php } ?>
<?php } ?>

but despite this, I get the comments block on all pages. I take I'm doing something wrong.

ldap login

$
0
0

Hello,
I would like to use ldap authentication with zenphoto.
how to install and configure the zenldap plugin ?
Best Regards.

MyAGzenphoto

Uploading tiff files in zenphoto gallery

$
0
0

Hello,
I have just installed zenphoto and I would like start using it.
The problem is that I want to upload tiff files.

Best Regards.

MyAGzenphoto

Viewing all 444 articles
Browse latest View live




Latest Images