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-17

please delete line 80 to 85 and it runs.




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

you cant log in because there is missing the field "name"

please change:

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

or can this changed in the theme?




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

Not sure what is happening. Looks like the theme is not properly copied into your installation. There should be no need to apply all these changes...again.
The best way is to delete the current theme, download the entire repository (no other way unfortunately) and then put the "new" theme in your themes folder.

The function getAlbumLinkURL() has been deprecated since 1.4.6
You should use getAlbumURL() instead.
There should be no errors using getAlbumURL() if you really use the official 1.4.8 release.

Quote:you cant log in because there is missing the field "name"
Please, never change core files!
Go to Admin -> Options -> Security -> check [i]User name[/i]

There is a missing closing `` after the "ARCHIVE" link.

My guess is that you either copied/pasted only parts of the release and theme to suit your needs or that things went wrong trying to overwrite file/folders.
Please always install the latest [b]complete[/b] release and/or themes and first delete "old" files/folders.

It makes it very difficult for us to give support if things are messed up or not up-to-date

Note that version 1.4.9 is available for some time now.




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

Quote:please delete line 80 to 85 and it runs.
Line 82 (and line 93) indeed broke the layout.
That is fixed now.




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

Hello fretzl ,
all done.
1.4.9 installed , theme again just uploaded all plugins .
As before , I can not sign in because the field for the user is missing . the field for the password but will be displayed.
if you click on the gallery , the tagline displays additional characters .
I let the time now so , so you may look at the short




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

That's also a theme issue. You can always get the full login form by visitin yourdomain.com/admin.




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

the theme has




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

when the template-functions.php line 4243:
changes, it works




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

there will be several users work on the site.
this must shown.
Ill change the template from now during every update.
is no problem




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

The registration printRegistrationForm() and the password printPasswordForm() are two different things. Anyway, you never change anything in core files, instead you modify the parameters of the function call in your theme (EDIT: Or change options like fretzl said ;-)). I think we told about that before and you really should think of that.




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

Did you try what I mentioned above?:

Go to Admin -> Options -> Security -> check [i]User name[/i]




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

yes, this is aktiv




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

tested the
user-login-logout
set none, formular, colorbox
no changes




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

password.php has




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

inc-header says:

case 'password.php':
$zpfocus_metatitle = gettext('Password Required').' | '.getBareGalleryTitle();
$zpfocus_metadesc = truncate_string(getBareGalleryDesc(),150,'...');
break;




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

What you see in inc-header has nothing to do with it.

Sorry but I don't have clue. It works for me.




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

hello together,
have again tryed some, but the name does not appear .
Nevertheless, I would like to again thank you and acylian for your work and your commitment.
rgds
kalli




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

Quote:...the tagline displays additional characters
That should be fixed now.




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

Hello fretzl ,
many thanks.
I have still one question.
the gslideshow I have the plugins . is the recognized automatically or do I have somewhere still specially Enter . In the admin section at the plugins I can not find the gslideshow




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

Did you install it in /plugins and enable it?