Some more...
There's an orphaned PHP closing tag on line 108:
`printPageListWithNav('« '.gettext('Prev'), gettext('Next').' »',false,'true','page-nav','',true,'5' ); ?>`
Remove the "`?>`" at the end of the line.
That finaly worked for me.
Hello acrylian,
juhu now it works,
there are more errors on the site,
1)I rename all get...URL to get...LinkURL
2) delete all php if ((getCommentCount()) > 0) {
3) there is a single ?>
there are also errors on gallery.php
look 1)
and there is
Missing argument 1 for printAlbumThumbImage()in line 31 gallery.php but defined in zp-core/template-functions.php on line 1687
New Problem
when i klick on a album, the images fits to the site but when i then klick to another album, the images are wild over the screen.
perhaps is this the problem:
PHP Warning: require_once(zp-core/zp-extensions/print_album_menu.php): failed to open stream: Datei oder Verzeichnis nicht gefunden in /htdocs/themes/zpfocus/inc-header.php on line 94
(line 94: <?php require_once(ZENFOLDER."/zp-extensions/print_album_menu.php"); ?> )
15.09.2015 23:16:16 PHP Fatal error: require_once(): Failed opening required 'zp-core/zp-extensions/print_album_menu.php' (include_path='.:/opt/RZphp55/includes') in htdocs/themes/zpfocus/inc-header.php on line 94 ?????????????
and where can i find the "include_path..opt/RZphp???????
sh.....
good night and sleep well
`"include_path..opt/RZphp` is a server internal path. Is the print_album_menu plugin in its place actually? That is an included plugin so it should be.
Hello acrylian,
Strato errorlogs says:
PHP Fatal error: Call to undefined method Album::getLink() in htdocs/zp-core/zp-extensions/print_album_menu.php on line 289
The line is correct and indicates that somehow within the plugin there is no album object where one should be. Would think it might be some wrong context in the theme. Don't know.
fretzl had just submitted some updates to the theme in the unsupported repository. Maybe he had covered that, too, Best you try those.
Hello acrylian,
no, the themeupdates from fretzl had some problems in the gallery,
there are no pictures shown.
The problem are the classes that i deleted at album.php
when it runs, the albumthumb is shown as every second picture
and the pictures are all over the screen.
Perhape fretzl can have a look about that.
p.s. download from unssuported - master 5 minutes ago
I just added the `gslideshow` plugin to the "Unsupported" repository.
zpFocus is coded to use it if available (instead of the optional colorbox slideshow)
It is not up-to-date but still works in 1.4.9.
You may want to give it a try.
True, at first I was using 1.4.8 but then I returned to 1.4.5.7 to see if an older version may not have so many problems with the Theme.
I'll upgrade to 1.4.8 .
I need help again .
I want to expand the menu to the point " Links " .
Select the menu item I've already added . What I refer to the page ? Something like that .. with getCustomPage " Links " ?
The easiest would be to create a zenpage-page with title-link "links" and then place this code where you want it in your menu (in inc-header.php)
`[*]<?php printPageURL('Links', 'links'); ?>`
Also see http://www.zenphoto.org/documentation/plugins/zenpage/_zp-extensions---zenpage---zenpage-template-functions.php.html#functionprintPageURL
Hello fertzel,
thanks for the code.
there are problems with the album.php:
Line 64 : change to $show='';
Line 108: delete ?>
then the Album is show but without images.
please have a look on the clases:
from line 78 to 102
please change all getAlbumURL to getAlbumLinkURL
even in the Galery.php
the trouble in the album are the clases