![]() |
|
printPasswordForm() and zenphoto_authority (1.4.1-beta) - 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: printPasswordForm() and zenphoto_authority (1.4.1-beta) (/thread-8632.html) Pages:
1
2
|
printPasswordForm() and zenphoto_authority (1.4.1-beta) - micheall - 2011-05-18 I am getting a LOT of these errors in my log: Quote:[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 Is the user loginout plugin going to be updated to match the new form methods? printPasswordForm() and zenphoto_authority (1.4.1-beta) - sbillard - 2011-05-19 Check you theme files. This message should only happen if the theme contains a printPasswordForm() and zenphoto_authority (1.4.1-beta) - micheall - 2011-05-19 I verified this already. As I said, the error is being generated by the user_login-out.php file as it shows in the error message above: 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. printPasswordForm() and zenphoto_authority (1.4.1-beta) - sbillard - 2011-05-19 So, I say again, this error CAN ONLY OCCUR IF THERE IS A SCRIPT NAMED Here is the code which produces the error:
printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 I have that error to, i used theme zpardoise and that has a password_form.ph How can I fix the error? printPasswordForm() and zenphoto_authority (1.4.1-beta) - acrylian - 2011-05-27 My collegue tells it right above: Quote:So, I say again, this error CAN ONLY OCCUR IF THERE IS A SCRIPT NAMED password_form.php in the theme folder. That is what the message is telling you--those theme forms are deprecated as they are not needed and most likely do not support the capabilities provided by for instance, the federated logon plugin. printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 Ok, I deleted it, but now I have another problem: I login to the protected file login printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 I an't also login in the admin with the second user (only the admin) printPasswordForm() and zenphoto_authority (1.4.1-beta) - acrylian - 2011-05-27 Login works fine for me using Safari. That password.php page should not be related to the admin login. Please try a standard theme. printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 i tried chrome and explorer printPasswordForm() and zenphoto_authority (1.4.1-beta) - acrylian - 2011-05-27 You need to clear the html cache naturally to see an effect. printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 Ok I did, other theme is visible, but login still not working printPasswordForm() and zenphoto_authority (1.4.1-beta) - acrylian - 2011-05-27 Try the standard login path www.domain.com/admin printPasswordForm() and zenphoto_authority (1.4.1-beta) - Laurent - 2011-05-27 It's works with firefox but i have access without login ? Also you only use 4 caracters for your password ? You should read printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 for admin login: I recreate the user, that works for http://www.michel-nulens.be/zenphoto/allerlei/test/ login ikke still don't work tested in google chrome and explorer printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 @Laurent: admin password has 8 characters including an underscore problem is the login for an album printPasswordForm() and zenphoto_authority (1.4.1-beta) - acrylian - 2011-05-27 Now it does not work for me as well. Try to set the password again. printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 i did: try again printPasswordForm() and zenphoto_authority (1.4.1-beta) - Laurent - 2011-05-27 No password for me :-( printPasswordForm() and zenphoto_authority (1.4.1-beta) - Vivian - 2011-05-27 i set a new regular login: still don't work for me is it working for anybody else? |