<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>ZenphotoCMS forum</title>
        <link>https://forum.zenphoto.org/</link>
        <pubDate>Sat, 07 Mar 2026 11:25:53 +0000</pubDate>
        <language>en</language>
            <description>ZenphotoCMS forum</description>
    <atom:link href="https://forum.zenphoto.org/discussions/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>getting invalid credentials error</title>
        <link>https://forum.zenphoto.org/discussion/1411389/getting-invalid-credentials-error</link>
        <pubDate>Tue, 03 Mar 2026 23:21:21 +0000</pubDate>
        <category>General support</category>
        <dc:creator>jwaltrip4</dc:creator>
        <guid isPermaLink="false">1411389@/discussions</guid>
        <description><![CDATA[<p>Error:  "ZenphotoCMS database credentials are incomplete or wrong. Check your config file settings and re-run setup."</p>

<p>I have looked at zenphoto.cfg.php and the user, password, host (localhost), database name, prefix and port are all correct</p>

<p>This is a test server, and the prod server has the same configuration, and works just fine.</p>

<p>If I go to the <a href="https://xxx.xxxxx.com/zp-core/admin.php" rel="nofollow">https://xxx.xxxxx.com/zp-core/admin.php</a> in my browser, I get: "A configuration error occurred.</p>

<p>Please return later."</p>

<p>Any suggestions?</p>
]]>
        </description>
    </item>
    <item>
        <title>site move with zenpages and menu manager</title>
        <link>https://forum.zenphoto.org/discussion/1411388/site-move-with-zenpages-and-menu-manager</link>
        <pubDate>Fri, 27 Feb 2026 16:39:48 +0000</pubDate>
        <category>General support</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411388@/discussions</guid>
        <description><![CDATA[<p>I am using pages and menu with my zenphoto site.</p>

<p>Within the pages are links to other pages and images that are not in the albums (either in separate directory at the level of albums or in uploads).</p>

<p>I want to move my site, actually I am not moving it but rather making a copy of my site in order to have a place to test changes before making changes to the public site BUT as I understand the procedure it would be the same as a site move on the same server.</p>

<p>Anyways it all works except that all my links to other pages and all my links to images (non-album images say in uploaded) are broken after the move and run setup.</p>

<p>The page references and image references all seem to be direct references using the root of the previous install.</p>

<p>For example my live site is installed at /live then the reference to an image is /live/uploaded/image.gif</p>

<p>When I copy the site it is located at /cpy but even after running setup the references to the images (and other pages) are still to /live</p>

<p>I do have mod_rewrite enabled and all the menu pages are redirected and work correctly on the new site but not things embedded in the pages.</p>

<p>Do I miss something or is this expected.</p>

<p>A related observation, when using mod_rewrite I can insert links to other pages in the tinyMCE editor as /root/pages/pagename but if I use tinyZenpage to insert the link it uses the longform /root/index.php?p=pages&amp;title=pagename</p>

<p>Am I missing something? I have to manually edit all these references after moving the site?</p>

<p>Is there some sort of shorthand for a relative reference I could use to avoid having to edit every page I have created?</p>

<p>For example a link to be something like ../../uploaded/image.gif and a page could be something like ../../pages/pagename</p>
]]>
        </description>
    </item>
    <item>
        <title>Imagick 6.3.8</title>
        <link>https://forum.zenphoto.org/discussion/1411387/imagick-6-3-8</link>
        <pubDate>Wed, 25 Feb 2026 22:42:50 +0000</pubDate>
        <category>General support</category>
        <dc:creator>jwaltrip4</dc:creator>
        <guid isPermaLink="false">1411387@/discussions</guid>
        <description><![CDATA[<p>I am looking in the requirements for Zenphoto.</p>

<p>It says it requires Imagick 6.3.8</p>

<p>Where can I find this (I have searched and none of the websites have anything earlier that 7</p>
]]>
        </description>
    </item>
    <item>
        <title>How to add cached image sizes to a theme</title>
        <link>https://forum.zenphoto.org/discussion/1411386/how-to-add-cached-image-sizes-to-a-theme</link>
        <pubDate>Wed, 25 Feb 2026 17:48:11 +0000</pubDate>
        <category>Themes</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411386@/discussions</guid>
        <description><![CDATA[<p>How to add cache image sizes to a theme</p>

<p>For convenience (because my server can't deal with thumbnail generation on the fly) I need a few additional cached thumbnails to be generated by the theme I am using (zpBootstrap).</p>

<p>At the moment I see a bunch of "registered" cached image generation options when I use cache manager including for theme Garland and plugin zenpages (etc).</p>

<p>I'm looking into the zpBootstrap theme code /zpBootstrap-master/themeoptions.php and there appears to be a proper initialization section <br />
    if (class_exists('cacheManager')) {<br />
and call to register the sizes<br />
    cacheManager::addCacheSize($me, NULL, 1000, 500, 1000, 500, NULL, NULL, NULL, $img_wmk, $img_effect, false);</p>

<p>but I don't see this option when I use the cache manager.</p>

<p>Can you point me to what might be wrong?</p>

<p>(when I fix that I think I can figure out how to add the sizes I want to add)</p>
]]>
        </description>
    </item>
    <item>
        <title>right click image download</title>
        <link>https://forum.zenphoto.org/discussion/1411385/right-click-image-download</link>
        <pubDate>Wed, 25 Feb 2026 04:12:07 +0000</pubDate>
        <category>Themes</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411385@/discussions</guid>
        <description><![CDATA[<p>Is it possible to allow users to download the full image when using the zpBootstrap theme and the image is presented from infinitescroll and clicking on the image (i.e. the full size image).</p>

<p>I want to allow right click on the image and download.</p>

<p>I have tried all combinations of the 2 Options &gt; Images &gt; Full image protection settings and don't notice any difference - nothing happens on right click on image</p>

<p>I can save any of the thumbnails</p>

<p>Thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>{{ERROR}}</title>
        <link>https://forum.zenphoto.org/discussion/1411384/error</link>
        <pubDate>Mon, 23 Feb 2026 16:34:59 +0000</pubDate>
        <category>General support</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411384@/discussions</guid>
        <description><![CDATA[<p>I am seeing on some images (seems like the same ones all the time)a black screen with {{ERROR} printed instead of the image.</p>

<p>There seems to be a few posts on this in this forum but if all the images are cached I thought it would be ok.</p>

<p>It seems that the ones that fail are always symlinks but not all symlinks fail.</p>

<p>An earlier post mentioned server space , unfortunately I have no tool to administer that nor am I in theory limited by the hosting service.</p>

<p>I will backup all my earlier test versions and delete them to see if this helps, there will surely be no space limitation then but in the meantime I am open to other causes to check.</p>

<p>Thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>503 Service Unavailable</title>
        <link>https://forum.zenphoto.org/discussion/1411382/503-service-unavailable</link>
        <pubDate>Wed, 18 Feb 2026 17:22:45 +0000</pubDate>
        <category>General support</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411382@/discussions</guid>
        <description><![CDATA[<p>zenPhoto 1.6.8 on Netfirms webhosting server PHP 8.4.7 MySQL 5.7.44</p>

<p>host platform "gets real busy" ??? when caching new photos ?</p>

<p>create a test directory<br />
create an empty database<br />
copy zp1.6.8 to test directory<br />
run setup ../zptest/zp-core/setup.php</p>

<p>setup seems to work fine, db written, license acknowledged, admin user created<br />
logout from admin</p>

<p>login to admin ../zptest/zp-core/admin.php<br />
move site to test mode<br />
View gallery - looks OK empty gallery</p>

<p>Albums &gt; New Album &gt; Our Cars<br />
View gallery - looks OK gallery with empty album<br />
click on album Our Cars - looks OK no photos to display</p>

<p>FTP 35 jpg files to zptst/albums/Our-Cars<br />
View gallery - looks OK gallery with 1 thumbnail displayed<br />
click on album Our Cars - (a random?) 6 images are displayed and the rest are gray blocks and url in browser show circle like the page is waiting or somethig</p>

<p>The page does let me select Admin and go back to the admin page</p>

<p>If I now go back to the View Gallery I am back at the Gallery with 1 album shown and same thumbnail<br />
Clicking on the thumbnail I get the same album with the same few thumbnails displayed and most of the photos gray blocks and the browser url circling like the page is busy.</p>

<p>This all works fine on MAMP so I assume this is some sort of server issue. Unfortunately I only have FTP access to the server and no access to apache or php logs, etc (as far as I know).</p>

<p>I am looking for any clues as to what to ask the webhosting support team for</p>

<p>P.S. after waiting minutes at the album the URL spinning stops and the page has changed from gray blocks to image titles with broken image icons</p>

<p>Clicking on any of the images (ones with thumbnails or with bronken image icon) and no image is displayed only the image title</p>

<p>next and prev navigate through the image titles but no images are ever displayed</p>

<p>accessing the public URL gives fancy upgrade message</p>

<p>Gallery is undergoing an upgrade</p>

<p>Please return later</p>

<p>Now go back to admin and open the site<br />
When I click Apply the URL spinner happens again<br /><a href="https://italiancarclubottawa.ca/zptst/zp-core/utilities/maintenance_mode.php?XSRFToken=2e03bc3ef7a6f14fffd1d1f8cab8e3b936d823b1" rel="nofollow">https://italiancarclubottawa.ca/zptst/zp-core/utilities/maintenance_mode.php?XSRFToken=2e03bc3ef7a6f14fffd1d1f8cab8e3b936d823b1</a></p>

<p>After about 2 minutes I get<br />
Service Unavailable<br />
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p>

<p>If I try to go to the admin page<br /><a href="https://italiancarclubottawa.ca/zptst/zp-core/admin.php" rel="nofollow">https://italiancarclubottawa.ca/zptst/zp-core/admin.php</a></p>

<p>I can enter my username and password but it just sits there with the URL spinning</p>

<p>If I go to the public URL<br /><a href="https://italiancarclubottawa.ca/zptst" rel="nofollow">https://italiancarclubottawa.ca/zptst</a><br />
I get the same fancy site upgrade message - no waiting</p>
]]>
        </description>
    </item>
    <item>
        <title>Can't set thumb (or image) size</title>
        <link>https://forum.zenphoto.org/discussion/1411383/cant-set-thumb-or-image-size</link>
        <pubDate>Thu, 19 Feb 2026 03:55:38 +0000</pubDate>
        <category>Themes</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411383@/discussions</guid>
        <description><![CDATA[<p>zp 1.6.8 and zpBootstrap on MAMP (on M4 Mac mini)<br />
Fresh install - activate zpBootstrap theme<br />
Options &gt; Theme<br />
Thumb size and Image size are blocked. I can not set them. When I click on those options they do nothing - won't let me enter text for a new size. Those radio buttons don't work either.<br />
"defaults" at 220 for thumb and 1000 for Image size</p>

<p>It works fine on a live server BUT as you might know I am trying to create the thumbnails on MAMP for a large (website re-install) dump of photos.</p>

<p>I created an album to see if there needed to be an album before being able to configure the sizes but I haven't added any photos to the album.</p>

<p>I do get this error in the debug.log<br />
{19182:Thu, 19 Feb 2026 03:46:07 GMT} Zenphoto v1.6.8<br />
  WARNING: imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect sRGB profile in /Applications/MAMP/htdocs/zpphototst/zp-core/classes/class-graphicsgd.php on line 64<br />
  imagecreatefrompng called from graphicsGD-&gt;imageGet (class-graphicsgd.php [64])<br />
    from cacheImage (functions-image.php [226])<br />
      from i.php [152]</p>

<p>Could I be missing something from my MAMP environment / maybe a PHP option enabled ?</p>
]]>
        </description>
    </item>
    <item>
        <title>General questions about plugins</title>
        <link>https://forum.zenphoto.org/discussion/1411380/general-questions-about-plugins</link>
        <pubDate>Tue, 17 Feb 2026 17:01:18 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>imagepet</dc:creator>
        <guid isPermaLink="false">1411380@/discussions</guid>
        <description><![CDATA[<p>Hy all,</p>

<p>I'm using zenphoto since V 1.5.6 and I'm very happy with your work on this project. Many thanks for that. My questions:</p>

<ol><li><p>The downloaded zenphoto packages contains imho the plugins <code spellcheck="false" tabindex="0">gd_fonts</code>, <code spellcheck="false" tabindex="0">imagick_fonts</code>, and <code spellcheck="false" tabindex="0">watermarks</code> in the plugins folder, but after installation on the server, the plugin <code spellcheck="false" tabindex="0">site_upgrade</code> is also present. Where does this come from?</p></li>
<li><p>In the procedure described at <a rel="nofollow" href="https://www.zenphoto.org/news/installation-and-upgrading/">installation and upgrading</a>, the plugins folder is not updated. Same with moving described in <a rel="nofollow" href="https://www.zenphoto.org/news/moving-and-changing-existing-installations/">moving and changing existing installations</a> the plugins folder is not moved to the new server. Do the plugins mentioned in question 1. not need to be upgraded or moved? If so, how is this done?</p></li>
</ol><p>Kind regards, imagepet</p>
]]>
        </description>
    </item>
    <item>
        <title>Menus with zpBootstrap</title>
        <link>https://forum.zenphoto.org/discussion/1411381/menus-with-zpbootstrap</link>
        <pubDate>Tue, 17 Feb 2026 22:19:17 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411381@/discussions</guid>
        <description><![CDATA[<p>zenPhoto 1.6.8 with zpBootstrap theme fork added (MAMP 6.9 on MAC mini) PHP 8.2.0</p>

<p>I am not aware of a user guide for menu or page but their usage seems obvious BUT</p>

<p>There is a funny interaction between menu and page</p>

<ol><li>copy all files from zp1.6.8 download to directory</li>
<li>add downloaded zpBootstrap fork to themes directory</li>
<li>create empty db with phpMyAdmin</li>
<li>run setup and enable page</li>
</ol><blockquote><div>
  <blockquote><div>
    <blockquote><div>
      <p>basic gallery page with Search option shown [no menus]</p>
    </div></blockquote>
  </div></blockquote>
</div></blockquote>

<ol start="6"><li>Themes tab &gt; zpBootstrap - activate [All themes (except zpBootstrap) show as deprecated so I am happy to have zpBootstrap which I use for my website anyways]</li>
</ol><blockquote><div>
  <blockquote><div>
    <blockquote><div>
      <p>Home Gallery and Search icon shown as menu items</p>
    </div></blockquote>
  </div></blockquote>
</div></blockquote>

<ol start="7"><li>enable menu_manager and zenpage plugins</li>
</ol><blockquote><div>
  <blockquote><div>
    <blockquote><div>
      <p>no change to webpage</p>
    </div></blockquote>
  </div></blockquote>
</div></blockquote>

<ol start="5"><li>enable Options &gt; Theme &gt; Use custom menu</li>
</ol><blockquote><div>
  <blockquote><div>
    <blockquote><div>
      <p>Home News Gallery and Search icon shown as menu items</p>
    </div></blockquote>
  </div></blockquote>
</div></blockquote>

<ol start="6"><li>Menu tab - these items are pre-populated there and set to active</li>
<li>Hide News and it gets hidden</li>
<li>create a page (not published)</li>
</ol><blockquote><div>
  <blockquote><div>
    <blockquote><div>
      <p>no change - page not displayed</p>
    </div></blockquote>
  </div></blockquote>
</div></blockquote>

<ol start="9"><li>publish it (not added to Menu)</li>
</ol><blockquote><div>
  <blockquote><div>
    <p>page title is displayed in menu</p>
  </div></blockquote>
</div></blockquote>

<ol start="10"><li>Menu tab &gt; Add Menu Items &gt; Zenpage page select the created page and Apply</li>
</ol><blockquote><div>
  <blockquote><div>
    <p>page title is displayed twice in menu</p>
  </div></blockquote>
</div></blockquote>

<ol start="11"><li>Page &gt; unpublish the page</li>
</ol><blockquote><div>
  <blockquote><div>
    <p>it does not appear in the menu at all</p>
  </div></blockquote>
</div></blockquote>

<ol start="12"><li>Page &gt; publish and it appears twice again in the menu</li>
<li>Menu &gt; hide the page and it appears once in the menu</li>
</ol><p>I assume if menu_manager plugin is enabled and custom menu is enabled in theme then only those things not hidden in menu should be shown.</p>

<p>Maybe I missed some other option - I will continue checking</p>
]]>
        </description>
    </item>
    <item>
        <title>update_menu XSRF Forgery blocked</title>
        <link>https://forum.zenphoto.org/discussion/1411379/update-menu-xsrf-forgery-blocked</link>
        <pubDate>Tue, 17 Feb 2026 05:10:02 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>cstorry</dc:creator>
        <guid isPermaLink="false">1411379@/discussions</guid>
        <description><![CDATA[<p>My ISP has finally pushed me to get off PHP version 7 so I figured I should also move from zenphoto 1.5.9 to the 1.6 stream.</p>

<p>I find 1.5.9 will not run at all for me under PHP8.x (I hope this is not a surprise)</p>

<p>When I do an upgrade from 1.5.9 to 1.6.0 (on PHP 7.x) I have lost my menu_manager menu items that were albums.<br />
The albums are still there and all the data (titles, etc) migrated ok but they do not appear in my menu.</p>

<p>I can create a new album and when I try to add the album to my menu it fails with a message on admin panel “update_menu” Cross Site Request Forgery blocked.</p>

<p>In the security log I see<br />
2026-02-16 23:21:57     Cross Site Reference    iccoadmin   Chuck Storry    Blocked     update_menu</p>

<p>Unfortunately the migration on the live server went poorly (and the netfirms support team are still looking into it) so I proceeded to check the migrations on MAMP on my MAC (mac mini M4)</p>

<p>I don't want to list too many problems at the same time but I hope this is not an issue with MAMP. I could even only get MAMP 6.9 (free) to work. Later versions gave me more grief (something about needing to call spawn) so I will hope version 6.9 is OK to use and worry about MAMP later (what version do you use? I think I saw version 6.8 in one of your responses).</p>

<p>Is there something I need to configure or disable in order to avoid the XSRF issue?</p>

<p>Thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>Subpages</title>
        <link>https://forum.zenphoto.org/discussion/1411378/subpages</link>
        <pubDate>Mon, 16 Feb 2026 05:46:24 +0000</pubDate>
        <category>General support</category>
        <dc:creator>Skipman</dc:creator>
        <guid isPermaLink="false">1411378@/discussions</guid>
        <description><![CDATA[<p>Hi I'm new to Zenpage and hope to get everything up and running, with a bit of help <img src="https://forum.zenphoto.org/resources/emoji/smile.png" title=":)" alt=":)" height="20" /><br />
I'm using Dokuwiki for my other page, and am very happy with it.<br />
For my new page I wanted something more optimised to use with Images.<br />
I've been looking at Zenphoto for a while now, but just never got around to it.<br />
Now I want to give it another go.<br />
The page is still in it's test phase. I've managed to set up Galleries and sub-galleries. Pretty straight forward. <br />
What I'm stuck on is adding sub-pages. I just can't see how to add a sub-page. I can't change the order of the pages either. <br />
Any tips would be awesome. <br />
Zenpage works and the theme I'm using is zenpage.<br />
Thanks Skipman</p>
]]>
        </description>
    </item>
    <item>
        <title>new user with a large number of items to import</title>
        <link>https://forum.zenphoto.org/discussion/1411376/new-user-with-a-large-number-of-items-to-import</link>
        <pubDate>Wed, 04 Feb 2026 06:56:43 +0000</pubDate>
        <category>General support</category>
        <dc:creator>sambal</dc:creator>
        <guid isPermaLink="false">1411376@/discussions</guid>
        <description><![CDATA[<p>I have been looking for a exif / xmp aware image management tool for a long time and today discovered this product. It looks nearly perfect for my needs when the xmpMetadata and tag_suggest plugins are enabled.</p>

<p>(Side note: I come from a long background of software development, so I was able to work around your install directions <em>not</em> telling the user where to get the software. I used "git clone". But maybe your install instructions should have a download link for others.)</p>

<p>I'm looking for general advice about adding ~30,000 photos to my install. I intend to put them in the /albums/ directory directly. I gather that an "album" should have 1000 to 2000 photos tops. Does that mean a single subdirectory under /albums/ or can I nest them? Currently I have them organized by camera, and some are well over 5,000. If I create /albums/camera-a/yyyy-mm/ directories and split it like that, would that be okay?</p>

<p>How does the import actually work? My test gallery is 28 photos and running a metadata resync after enabling xmpMetadata (with JPEG embedded scan enabled) was pretty slow. Would it be better if I extract xmp to sidecars? I generally prefer embedded to keep metadata from getting separated the image.</p>

<p>I've repurposed an old Dell Optiplex to host this, it's got a decent amount of RAM, but only a 4-core CPU. I intend for it to only be used by me, and I have great flexibility modifying the system, but I'm not keen on having to modify the images.</p>
]]>
        </description>
    </item>
    <item>
        <title>Multiple keywords in the IPTC field</title>
        <link>https://forum.zenphoto.org/discussion/1411377/multiple-keywords-in-the-iptc-field</link>
        <pubDate>Tue, 10 Feb 2026 22:18:02 +0000</pubDate>
        <category>General support</category>
        <dc:creator>strubin</dc:creator>
        <guid isPermaLink="false">1411377@/discussions</guid>
        <description><![CDATA[<p>I am using the IPTC "keywords" field to list the names of people in my photos. I separate the names with a comma. Unfortunately, an image with the Keywords field "Jack,John" creates a single keyword with both names. I want separate keywords, "Jack" and "John".</p>

<p>How can I format the IPTC Keywords field to create multiple keywords?</p>

<p>Thanks</p>
]]>
        </description>
    </item>
    <item>
        <title>url changed only on full image</title>
        <link>https://forum.zenphoto.org/discussion/1411375/url-changed-only-on-full-image</link>
        <pubDate>Mon, 19 Jan 2026 11:15:08 +0000</pubDate>
        <category>General support</category>
        <dc:creator>thevaeth</dc:creator>
        <guid isPermaLink="false">1411375@/discussions</guid>
        <description><![CDATA[<p>Hi,<br />
after a long time I must start a new Zenphoto instance because actually I use a old php version and must upgrade complete web server to a new version.<br />
For me it was easier to install a new Zen Setup (not upgrade) because I use not much plugins also only 2 users and copy Albums to new folder.</p>

<p>My trouble is the wrong image structure (mod_rewrite is enabled) on the new install (mod_rewrite is enabled)</p>

<p>folders and subfolders are same:<br /><a href="https://mypage.de/28066/" rel="nofollow">https://mypage.de/28066/</a></p>

<p>On image stage it is not the same: from: (this is right!)<br /><a href="https://mypageold.de/dimout1/SL/022_DB.jpg" rel="nofollow">https://mypageold.de/dimout1/SL/022_DB.jpg</a></p>

<p>to</p>

<p><a href="https://mypagenew.de/zp-core/full-image.php?a=28066/kb&amp;i=027.jpg&amp;q=75&amp;wmk=%21&amp;dsp=protected&amp;check=548f08510c14316c18fe9be6c29e6adfca1721fc" rel="nofollow">https://mypagenew.de/zp-core/full-image.php?a=28066/kb&amp;amp;i=027.jpg&amp;amp;q=75&amp;amp;wmk=!&amp;amp;dsp=protected&amp;amp;check=548f08510c14316c18fe9be6c29e6adfca1721fc</a></p>

<p>.htacess is the same and mod_rewrite on backend also</p>

<p>Maybe there is a small thing I didn’t recognize and hope you can help me</p>

<p>Big thanks<br />
Thevaeth</p>
]]>
        </description>
    </item>
    <item>
        <title>How to exclude an album from search function ?</title>
        <link>https://forum.zenphoto.org/discussion/1411365/how-to-exclude-an-album-from-search-function</link>
        <pubDate>Thu, 06 Nov 2025 07:46:32 +0000</pubDate>
        <category>General support</category>
        <dc:creator>ctdlg</dc:creator>
        <guid isPermaLink="false">1411365@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>I use the same Zenphoto cms for pictures (PC,tablets, smartphones) and VR headsets.<br />
Using a VR headset ? you are redirected in the VR album, with all sub-albums available.<br />
You cannot enter the VR section if you use a Pc/tablet (smartphones are OK in VR with a cheap headset)</p>

<p>Can I alter the search function so that the VR album + sub-albums are excluded from results ?<br />
(no search page in VR section)</p>

<p>Thank you in advance !</p>
]]>
        </description>
    </item>
    <item>
        <title>comment_form: email notifications on new comments now unreadable</title>
        <link>https://forum.zenphoto.org/discussion/1411371/comment-form-email-notifications-on-new-comments-now-unreadable</link>
        <pubDate>Sat, 27 Dec 2025 21:44:07 +0000</pubDate>
        <category>General support</category>
        <dc:creator>viktorzen</dc:creator>
        <guid isPermaLink="false">1411371@/discussions</guid>
        <description><![CDATA[<p>Hi, found another issue after upgrading from 1.5.x to 1.6.8:</p>

<p>The email notifications on new comments are now unreadable, base64 encoded blob, instead of plain ascii text like they used to, whenever someone posts a new comment.</p>
]]>
        </description>
    </item>
    <item>
        <title>Slow processing times when not logged in</title>
        <link>https://forum.zenphoto.org/discussion/1411372/slow-processing-times-when-not-logged-in</link>
        <pubDate>Sat, 27 Dec 2025 22:08:23 +0000</pubDate>
        <category>General support</category>
        <dc:creator>viktorzen</dc:creator>
        <guid isPermaLink="false">1411372@/discussions</guid>
        <description><![CDATA[<p>Hi, found another weird issue, when I am logged in as an admin, the pages are now processed 10x faster in comparison when I am not logged in (and the pages are not cached).</p>

<p>Any ideas, whats causing the slow performance when viewing the (uncached) pages without a logged in user? Can it be connected with the options table somehow?</p>
]]>
        </description>
    </item>
    <item>
        <title>Showing title of file in thumbnail view</title>
        <link>https://forum.zenphoto.org/discussion/1411374/showing-title-of-file-in-thumbnail-view</link>
        <pubDate>Mon, 12 Jan 2026 14:28:10 +0000</pubDate>
        <category>General support</category>
        <dc:creator>Krissnikkers</dc:creator>
        <guid isPermaLink="false">1411374@/discussions</guid>
        <description><![CDATA[<p>Trying to find out how to show the title of the file in thumbnail view.</p>

<p>I have videos and they guests need to see the name of the file before clicking on it.</p>

<p>Thanks in advance</p>

<p>Kriss <img src="https://forum.zenphoto.org/resources/emoji/smile.png" title=":)" alt=":)" height="20" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Confusion on themes I can use</title>
        <link>https://forum.zenphoto.org/discussion/1411373/confusion-on-themes-i-can-use</link>
        <pubDate>Sun, 11 Jan 2026 20:05:34 +0000</pubDate>
        <category>Themes</category>
        <dc:creator>Krissnikkers</dc:creator>
        <guid isPermaLink="false">1411373@/discussions</guid>
        <description><![CDATA[<p>Hi guys</p>

<p>I have just installed this again and trying it as Gemini said you were good  <img src="https://forum.zenphoto.org/resources/emoji/smile.png" title=":)" alt=":)" height="20" />  but when I look at all the themes that come with it they says that are being depreciated.  I then go to themes list and getting very confused with which ones I can use.</p>

<p>Can you tell me which ones I can use?</p>

<p>Thanks in advance</p>

<p>Kriss <img src="https://forum.zenphoto.org/resources/emoji/smile.png" title=":)" alt=":)" height="20" /></p>
]]>
        </description>
    </item>
    <item>
        <title>contact_form plugin: omitted fields still visible</title>
        <link>https://forum.zenphoto.org/discussion/1411370/contact-form-plugin-omitted-fields-still-visible</link>
        <pubDate>Sat, 27 Dec 2025 10:11:33 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>viktorzen</dc:creator>
        <guid isPermaLink="false">1411370@/discussions</guid>
        <description><![CDATA[<p>Hi, I upgraded from 1.5.x to 1.6.8. and got some issues with the contact_form plugin:</p>

<p>Omitted fields like Title or Company of the form are still displayed although they are set to "omitted" in the plugin options.</p>

<p>Also discovered that I cannot change the options of the contact_form plugin in the admin panel. If I make changes the changes are not saved.</p>

<p>During the upgrade I also got the following warning:</p>

<p>Warning: the zp_options table appears not to have a proper UNIQUE key. There are probably duplicate entries in the table which can cause unpredictable behavior. This can normally be corrected by creating a Zenphoto backup, dropping the table, running setup to restore the table, and then restoring from the backup. Note, however, that the duplicate entries will be lost.</p>

<p>Although the table has id set as the primary key.</p>

<p>Any ideas?</p>
]]>
        </description>
    </item>
    <item>
        <title>Slow performance</title>
        <link>https://forum.zenphoto.org/discussion/1411369/slow-performance</link>
        <pubDate>Mon, 15 Dec 2025 17:54:05 +0000</pubDate>
        <category>General support</category>
        <dc:creator>snlsn</dc:creator>
        <guid isPermaLink="false">1411369@/discussions</guid>
        <description><![CDATA[<p>Hello.<br />
I manage an archive of performance images for a small community orchestra. I've been using Zenphoto since I think 2007.<br />
It currently contains 2,376 images in 105 albums.<br />
I manage their website on a DreamHost shared hosting plan. Thse site is plain HTML except for the Zenphoto gallery. (Meaning Zenphoto is the only software using the database, and I installed Zenphoto manually.)<br />
Although technically it works, performance has become intolerably slow.<br />
Here's the link to the top level so you can see what I mean: <a href="https://www.parkwayconcertorchestra.org/Zenphoto/" rel="nofollow">https://www.parkwayconcertorchestra.org/Zenphoto/</a><br />
I'm up to date with Zenphoto.<br />
I have refreshed the database tables (from within the Zenphoto dashboard).<br />
I have enabled the caching plugin.<br />
I'm using the Basic theme.<br />
Is there anything more I can do to improve performance?<br />
Have I hit the limits of my hosting capabilities?<br />
If so, is it possible to have multiple instances of Zenphoto, reducing the number of albums and images each instance has to manage?<br />
The only warning I noticed when upgrading was that the albums table evidently isn't fully UTF-8, but I have no idea how to implement the recommended "repair."<br />
If it makes any difference. I create new albums by uploading a folder of images manually via SFPT, them add details from within Zenphoto.<br />
Thank you so much for any suggestions or insights you can offer.<br />
PS, if you can tell me how to get the distracting light blue timestamp info off the album tile that would be most welcome as well.<br />
Steve</p>
]]>
        </description>
    </item>
    <item>
        <title>Group &quot;Weirdness&quot;</title>
        <link>https://forum.zenphoto.org/discussion/1411368/group-weirdness</link>
        <pubDate>Sat, 29 Nov 2025 08:42:33 +0000</pubDate>
        <category>General support</category>
        <dc:creator>Adrian0832</dc:creator>
        <guid isPermaLink="false">1411368@/discussions</guid>
        <description><![CDATA[<p>As previously mentioned, we use User Groups (plug in) on ZP 1.6.8 to provide basic allocation to Albums. Not all Admins want alerting on comments, so the default is that an album manager does <em>NOT</em> get alerted to comments and there is a separate "Comment Manager" role (with some Admins being both 'Album Manager (Road)' and 'Comment Manager' for example)</p>

<p>For 13 out of 14 Admins this works fine. For the final one, ZP appears to create a superfluous <em>template</em> called "Comment Manage" (note the missing last letter) and puts them in that one. If you remove them from there and put them back in "Comment Manager" (group) then within ten minutes they are back in the template...</p>

<p>I've deleted the template using ZP Back End; within ten minutes it's back again! I've gone into PHP MySQL directly and found "users" called 'Comment Manager' and 'Comment Manage' but have not yet plucked up the courage to delete the latter.</p>

<p>Any suggestions?</p>
]]>
        </description>
    </item>
    <item>
        <title>Managing Comments</title>
        <link>https://forum.zenphoto.org/discussion/1411367/managing-comments</link>
        <pubDate>Wed, 26 Nov 2025 21:04:19 +0000</pubDate>
        <category>General support</category>
        <dc:creator>Nick7635</dc:creator>
        <guid isPermaLink="false">1411367@/discussions</guid>
        <description><![CDATA[<p>We get a lot of Comments on our photographs, and I would see benefit if Zenphoto had the functionality to better handle them. Filter and Search features would be a great help.<br />
To explain, when a Comment is received it is reviewed, and the Title and Description of the image updated if appropriate. If the Comment is thus closed out, it is marked as SPAM but it remains as a Comment in case it is challenged in the future. If the Comment is not closed out because it is still being reviewed, it remains marked as NOT SPAM. Over time, the NOT SPAM Comments get pushed down the list, so being able to filter out the SPAM and just display the NOT SPAM would be a great asset.<br />
Similarly, Being able to search Comments for a particular word or phrase (e.g. Brunel - a famous engineer) would help with research.</p>
]]>
        </description>
    </item>
    <item>
        <title>Reinstall Issue</title>
        <link>https://forum.zenphoto.org/discussion/1411366/reinstall-issue</link>
        <pubDate>Mon, 17 Nov 2025 01:42:01 +0000</pubDate>
        <category>General support</category>
        <dc:creator>jakinnaird</dc:creator>
        <guid isPermaLink="false">1411366@/discussions</guid>
        <description><![CDATA[<p>I have had a ZenPhoto site hosted on GoDaddy for four years. I installed it from within the GoDaddy control panel. It worked fine for a few months, then I had an issue with the album names displaying an indecipherable string of text. I contacted the forum and was told that some file in the program must have been corrupted. I tried to resolve the issue several times but could not resolve it. This weekend I contacted GoDaddy to see if they could reinstall the software, but in deleting the installation, they also deleted my database. So I tried to install by myself but each time when trying to run the install it returns a message saying 'A configuration error occurred.' I have deleted and reuploaded to install files twice, but in each instance, I get the same response. I then created another folder and tried uploading it to the new folder. Install starts but then does not allow me to enter the mysqli database info, and several PHP errors are saying that PHP is not available. I have PHP enabled, and there is a mysqli database created.</p>

<p>Am I missing something when I deleted the installation files? Are there hidden files that are not readily evident? The tech support at GoDaddy is of no help in trying to resolve the issue. Their advice is to reinstall the software, but that didn't work either.</p>

<p>Any assistance will be appreciated.</p>
]]>
        </description>
    </item>
    <item>
        <title>Zenpapers page missing link</title>
        <link>https://forum.zenphoto.org/discussion/1411363/zenpapers-page-missing-link</link>
        <pubDate>Mon, 27 Oct 2025 04:50:09 +0000</pubDate>
        <category>Themes</category>
        <dc:creator>The T.C.</dc:creator>
        <guid isPermaLink="false">1411363@/discussions</guid>
        <description><![CDATA[<p>Hey, was looking through the themes and the Zenpapers page [<a rel="nofollow" href="https://www.zenphoto.org/theme/zenpapers/">https://www.zenphoto.org/theme/zenpapers/</a>] says that there's no archived version or link, but I found the github listed on the wayback archive of the website. <a href="https://github.com/APAdmin/ZenPapers" rel="nofollow">https://github.com/APAdmin/ZenPapers</a></p>

<p>It's been 12 years since updated, but it IS there so I wanted to make that known.</p>

<p>Sorry if this is the wrong place for it, but the "contact" made it seem like it should only be used for errors with the actual Zenphoto</p>
]]>
        </description>
    </item>
    <item>
        <title>Plugin auto discovery not working</title>
        <link>https://forum.zenphoto.org/discussion/1411362/plugin-auto-discovery-not-working</link>
        <pubDate>Thu, 16 Oct 2025 18:09:19 +0000</pubDate>
        <category>Plugins</category>
        <dc:creator>photohacker</dc:creator>
        <guid isPermaLink="false">1411362@/discussions</guid>
        <description><![CDATA[<p>Zenphoto version 1.6.1<br />
When I add "example.php" and folder "example" to the plugins folder it is not discovered and not shown as available.<br />
"Third party plugins are placed in the plugins folder and are automatically discovered."<br />
I have tried 5 different plugins and none show as available.</p>

<p>TIA<br />
-Ben</p>
]]>
        </description>
    </item>
    <item>
        <title>News Archive problems for users</title>
        <link>https://forum.zenphoto.org/discussion/1411361/news-archive-problems-for-users</link>
        <pubDate>Fri, 10 Oct 2025 02:45:32 +0000</pubDate>
        <category>General support</category>
        <dc:creator>MaxIvanov</dc:creator>
        <guid isPermaLink="false">1411361@/discussions</guid>
        <description><![CDATA[<p>Good day.<br />
Site <a href="https://ivanof.net/photos/" rel="nofollow">https://ivanof.net/photos/</a><br />
Go to Archive - &gt; News - &gt; select data. If I go with admin rights - all OK, I can see news from selected data, but if go with user rigths - view ALL news list <a href="https://ivanof.net/photos/news/archive/2021-09/" rel="nofollow">https://ivanof.net/photos/news/archive/2021-09/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Large zenphoto database</title>
        <link>https://forum.zenphoto.org/discussion/1411360/large-zenphoto-database</link>
        <pubDate>Mon, 29 Sep 2025 17:18:39 +0000</pubDate>
        <category>General support</category>
        <dc:creator>RichardB</dc:creator>
        <guid isPermaLink="false">1411360@/discussions</guid>
        <description><![CDATA[<p>website: <a href="https://graves.eggsa.org/" rel="nofollow">https://graves.eggsa.org/</a><br />
contains 11 individual zenphoto instances</p>

<p>Still in process of finding out why our system slows down badly from time to time.</p>

<p>My support has pointed out that a number of slow MySQL queries are reported, eg:</p>

<p>use graveseggsa_dbnatal;<br />
SELECT EXIFOrientation <br />
FROM graves_images AS i <br />
JOIN graves_albums AS a ON i.albumid = a.id <br />
WHERE 'PIETERMARITZBURG-Urban/Mountain-Rise/H-Surnames/IMG_9819.jpeg' = CONCAT(a.folder,'/',i.filename);</p>

<h1 data-id="query-time-34-45s-rows-examined-452425">Query_time: 34.45s  Rows_examined: 452425</h1>

<p>would I be right in thinking the above was part of the process of changing orientation of an image?</p>

<p>our reason to change the image orientation is that, having imported the data from an old Menalto Gallery database, many of the images are wrongly orientated and need re-orientation.</p>

<p>the Natal database (graveseggsa_dbnatal) has 8,129 albums <br />
and approx 112,000 images</p>

<p>Question 1: why so many rows?  (Rows_examined: 452425)<br />
Question 2: would creating an index on images orientation speed things up, do you think?</p>

<p>Thank you, <br />
Richard</p>
]]>
        </description>
    </item>
    <item>
        <title>Email response to comments</title>
        <link>https://forum.zenphoto.org/discussion/1411359/email-response-to-comments</link>
        <pubDate>Fri, 05 Sep 2025 14:28:33 +0000</pubDate>
        <category>General support</category>
        <dc:creator>Adrian0832</dc:creator>
        <guid isPermaLink="false">1411359@/discussions</guid>
        <description><![CDATA[<h1 data-id="email-response-to-comments">Email response to comments</h1>

<p>Very, very, <em>very</em> minor observation, but the email response to Admins when a comment is submitted is slightly inconsistent. ZP Version 1.6.8</p>

<p>zp-extensions/comment_form/functions.php around line 435/436: -<br />
"View all comments ... http:// $_SERVER['SERVER_NAME']..."<br />
"Edit the comment ... PROTOCOL:// $_SERVER['SERVER_NAME']..."</p>

<p>I presume http in the former should be as in the later - not a major issue, as a well configured server should immediately enforce "er no, I think you meant HTTPS", but...</p>
]]>
        </description>
    </item>
   </channel>
</rss>
