Pages (5):    1 2 3 4 5   
Member
Member
kalli   15-09-2015, 17:42
#21

Done, but thats not all.
my dreamweaver says that there is a syntaxerror in line 62.

} else {

any ideas?

Administrator
Administrator
acrylian   15-09-2015, 17:50
#22

if ($x>=1) is missing a bracket behind it.

Administrator
Administrator
fretzl   15-09-2015, 18:25
#23

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.

Member
Member
kalli   15-09-2015, 18:44
#24

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

no idea what that means, but it works

thanks a lot for your help

Member
Member
kalli   15-09-2015, 18:53
#25

hello fretzl,
thanks got it

Member
Member
kalli   15-09-2015, 21:34
#26

I´ll got to bed .

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: )
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

Administrator
Administrator
acrylian   16-09-2015, 08:10
#27

"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.

Member
Member
kalli   16-09-2015, 13:01
#28

yes it is.

Member
Member
kalli   16-09-2015, 14:00
#29

look like it runs fine:
changed require_once(SERVERPATH . '/' . ZENFOLDER."/zp-extensions/print_album_menu.php"); ( inc-header.php)
and

i have delete the class "thumb-landscape" ,the class "thumb" and the class "thumb-portrait" (album.php)

Member
Member
kalli   17-09-2015, 14:22
#30

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

But all seems to run fine.

Thanks for your help

Administrator
Administrator
acrylian   17-09-2015, 14:31
#31

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.

Member
Member
kalli   17-09-2015, 15:39
#32

thanks

Member
Member
kalli   17-09-2015, 16:10
#33

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

Member
Member
kalli   17-09-2015, 16:17
#34

p.s.
slideshow works

Administrator
Administrator
fretzl   17-09-2015, 17:58
#35

Just so we are on the same page... ;-)

In your initial post you said that you use version 1.4.8
When I look at the source code I see version 1.4.5.7

There are huge differences between those releases.
And meanwhile we are on 1.4.9

What's working for me is 1.4.9 and the zpFocus theme you just downloaded from the "Unsupported" repository.

So, as always, please upgrade to the latest Zenphoto release.

Administrator
Administrator
fretzl   17-09-2015, 18:42
#36

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.

Member
Member
kalli   17-09-2015, 19:21
#37

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 .

Member
Member
kalli   17-09-2015, 19:44
#38

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 " ?

download Unsuported still running

Administrator
Administrator
fretzl   17-09-2015, 20:19
#39

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)
[*]

Also see http://www.zenphoto.org/documentation/plugins/zenpage/_zp-extensions---zenpage---zenpage-template-functions.php.html#functionprintPageURL

Member
Member
kalli   17-09-2015, 21:33
#40

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

Pages (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.