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 6 7 8 9 10


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

please delete line 80 to 85 and it runs.




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

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 - 18-09-2015

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 - 18-09-2015

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 - 18-09-2015

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 - 18-09-2015

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




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

the theme has




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

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




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

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 - 18-09-2015

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.