ZenphotoCMS Forum
ZPFocus cant log in - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: ZPFocus cant log in (/thread-12306.html)

Pages: 1 2 3 4 5


ZPFocus cant log in - kalli - 2015-09-13

Hello,
i use ZenPhoto 1.4.8 and the zpfocus theme.
i can not login because there is no Name in the login form.
please have a look here:
http://kirchspiel-fkb-rengershausen.de

thanks




ZPFocus cant log in - kalli - 2015-09-13

Problem fixed:
template-functions.php line 4243:
$_password_showuser = NULL changed in
$_password_showuser = true

it works.




ZPFocus cant log in - acrylian - 2015-09-13

Glad you fixed it… But as always you should never ever modify core files, instead modify the theme where it calls the function. If this is a bug we welcome fixes on this unsupported theme on the unsupported repo on GitHub. You also can always login directly by visiting yourwebsite.com/admin.




ZPFocus cant log in - kalli - 2015-09-13

Next problem:
I cant open the Galerie.
There is only a link to pages instead of the album.
where can i fix it?




ZPFocus cant log in - acrylian - 2015-09-13

More info please. Note that this is not an supported theme. If it is the site linked above that seems to work as intended to me.




ZPFocus cant log in - kalli - 2015-09-13

Yes, the link is the site,
when you klick on Galerie there is only a white Site, no galerie is shown. if you klick on random album image on the left then the album is shown but there is no diashow.
can we switch this conversation to the right Forum.




ZPFocus cant log in - kalli - 2015-09-13

perhaps this is a database problem?
what path must be in the database?
/albums/albumname or
albumname ?




ZPFocus cant log in - acrylian - 2015-09-13

Works for me: http://www.zenphoto.org/test/galerie.jpg.html

Please review your error logs.




ZPFocus cant log in - kalli - 2015-09-13

there are no entries in the error logs.
what happend, when you klick on an album?
get you the album?




ZPFocus cant log in - acrylian - 2015-09-13

No, white page. Permissions, wrong htaccess or a fatal php error. YOu did review the server php error log and not only the Zenphoto one? Also try a official theme and if it does not happen there it is a theme issue.




ZPFocus cant log in - kalli - 2015-09-13

thanks a lot
ill try
nice sunday




ZPFocus cant log in - kalli - 2015-09-13

its a theme issue.




ZPFocus cant log in - acrylian - 2015-09-13

Do you have any details? Then we maybe could fix it in the unsupported repo.




ZPFocus cant log in - kalli - 2015-09-13

Unfortunately, no, I have the PHP version of 5.6 but gradually down to 5.3 lowered no change.
seems to be a probelm with the gallery.php




ZPFocus cant log in - acrylian - 2015-09-13

No, of actually album.php since that is used on albums.




ZPFocus cant log in - kalli - 2015-09-13

Verified times the functions.
is as outdated
getGalleryIndexURL
classified




ZPFocus cant log in - kalli - 2015-09-13

have a request to strato about the php errorlogs asked.
maybe this helps




ZPFocus cant log in - acrylian - 2015-09-13

Ah, ok. Strato. I mean you can access it via their webhost backend.

'getGalleryIndexURL` itself actually is not outdated but some parameters are.




ZPFocus cant log in - kalli - 2015-09-15

Hello acrylian,
Strao reports:
PHP Parse error: syntax error, unexpected '}' in /htdocs/themes/zpfocus/album.php on line 65

and here is the class thats make trouble ( or not)

`

             rel="slideshow" href="" title="">



     ()

`




ZPFocus cant log in - fretzl - 2015-09-15

In album.php put a semi-colon after line 64 so it becomes:
$show='';