The simpler media website CMS
Now mind you, I don't have any special login form or anything. The only thing I'm using is the user loginout plugin to display a login form in my sidebar.
[warn] mod_fcgid: stderr: PHP Notice: printPasswordForm (called from user_login-out.php line 116) is deprecated printPasswordForm custom theme password forms is deprecated. You should style the form created by the Zenphoto_Authority class (or its derivatives) instead. Use of these forms will prevent alternative credentials implementations from working with a theme. in /home/inthemdl/public_html/zp-core/zp-extensions/deprecated-functions.php on line 70
Comments
PHP Notice: printPasswordForm (called from user_login-out.php line 116)
Going to http://inthemdl.net/page/password generates the error as well, including using the default zenpage theme.
The problem is the default password.php file in zenpage theme, and the printPasswordForm() call in user_login-out.php are in the 5/16 trunk build. I'll check the trunk from 5/18 once it's uploaded to night to verify.
Here is the code which produces the error:
`
$passwordform = SERVERPATH.'/'.THEMEFOLDER.'/'.$theme.'/password_form.php';
if (file_exists($passwordform)) {
deprecated_function_notify(gettext('printPasswordForm custom theme password forms is deprecated. You should style the form created by the Zenphoto_Authority class (or its derivatives) instead. Use of these forms will prevent alternative credentials implementations from working with a theme.'));
include($passwordform);
} else {
$_zp_authority->printLoginForm($_password_redirect, false, $_password_showuser, false, $_password_hint);
}
`
Note carefully the test it makes for a script named `password_form.php` residing in the theme folders. Of course any call on `printPasswordForm()` from a theme with such a file will cause the error. Zenpage on 1.4.1 DOES NOT have such a file. You can convince yourself of this by a) looking in the theme folder of the SVN/Nightly build. b) looking in the package list for such a file. `password_form.php` does not exist anywhere in the 1.4.1 release! Setup will complain if it should find a copy.
How can I fix the error?
but stays on that page
try
http://www.michel-nulens.be/zenphoto/allerlei/
login
ikke
password
ikke
I choosed another theme
but I see still the other theme?
Also you only use 4 caracters for your password ?
You should read `http://en.wikipedia.org/wiki/Password_strength`
ZenPhoto can use a strong password with the password group.
for http://www.michel-nulens.be/zenphoto/allerlei/test/
login ikke
password ikke
still don't work
tested in google chrome and explorer
I purged the html cache
problem is the login for an album
username: misterx
password: mister_1234
still don't work for me
is it working for anybody else?
this work:
http://www.michel-nulens.be/zenphoto/index.php?userlog=1&password=mister_1234 (I hand coded it)
this is the url when I tried to login 1 time:
http://www.michel-nulens.be/zenphoto/index.php?userlog=1&p=password#
do you see the difference?
In the meantime please review your server error log and also the debug log within /zp-data of your install.