![]() |
|
Can't login to newly installed zenphoto - 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: Can't login to newly installed zenphoto (/thread-3748.html) |
Can't login to newly installed zenphoto - greenwatch - 2008-09-12 I installed the second zenphoto on my site hosted on bluehost.com, using Simplescripts. I specified my own admin username and password when I installed, instead of letting the system generate an admin login. Yet when I tried to log in it keeps telling me my password is wrong. I then tried to reset it a number of times, yet nothing happens on the page, and I kept receiving notification emails that tell me the login information I created for myself. Please help, and thanks in advance! Can't login to newly installed zenphoto - code - 2008-09-12 Well, this happened to me before, I went into phpmyadmin and edited the database.. Passwords are stored in MD5 I believe, so you need to get a converter to change text to MD5... Here are some temporary passwords for you... 80268 - c47b92d3a6bc404455085a89c8f59b06 I am not zenphoto staff, This is just a suggestion, dont trust everything I say, just newb advice! Can't login to newly installed zenphoto - ulfben - 2008-09-12 The latest nightly fixed the login problem for those with an uncompatible PHP-version. If however, you're in the middle of the upgrade you can't request a password reset. The solution is to hack ZP to allow you to log in and perform the upgrade. Then you can reset the password and continue on happily. In auth_zp.php change line 43: In functions.php, the checkLogon($user, $pass) function. Change line 2077: Now - log into your database and set the admin password field to any of the checksums above and you'll be able to login with the corresponding number as password. As soon as the update is complete; undo the changes, log out and request a password reset. Can't login to newly installed zenphoto - greenwatch - 2008-09-29 Thanks for the replies! Since none of it worked, I eventually uninstalled and reinstalled the whole thing (now it's v1.2), and it still doesn't work (I did change the lines in the php files), nor can I find MD5 or anything for me change password with in the phpMYadmin.. I'm at my wit's end here, any help would be greatly appreciated again! Can't login to newly installed zenphoto - greenwatch - 2008-10-24 bump. Can't login to newly installed zenphoto - greenwatch - 2008-10-24 UPDATE: Now I uninstalled the gallery and try to do a fresh install by downloading the pack from zp website and install thru ftp. After everything is copied into the directory and setup.php activated, two fields have problems:
2.Could not connect to the MySQL server. Check the user, password, and database host in your zp-config.php file and try again. Please advise and help, thanks very much in advance! Can't login to newly installed zenphoto - acrylian - 2008-10-24
Can't login to newly installed zenphoto - sbillard - 2008-10-25 the magic_quotes can also be changed in the PHP.ini file. Many servers do not allow the change to be done in the .htccess file. Can't login to newly installed zenphoto - greenwatch - 2008-10-25 Thanks for the replies, and in response:
Thanks again! Can't login to newly installed zenphoto - acrylian - 2008-10-25
Can't login to newly installed zenphoto - sbillard - 2008-10-25 PHP magic_quotes_gpc is not related to the charactersets. While it is recommended that the option be reset, it really is not a serious problem. If you can't get the option reset, don't worry about it. Can't login to newly installed zenphoto - peccosan - 2008-11-12 Hi this is a fix for those that can't login to newly installed zenphoto by Simple Scripts on bluehost. Can't login to newly installed zenphoto - staz - 2009-03-30 I too am unable to login after just installing Zenphoto. I continue to get the following error: "There was an error logging in. Check your username and password and try again." I am positive I'm using the correct username/password because I just set it up five minutes earlier. I have also tried the username/password on PHPmyadmin and still the same results. This is very confusing and frustrating. Any ideas as to why I suddenly can't login after just setting up zenphoto? Or why there is no way to request a new username/password from the login page when all else fails? Can't login to newly installed zenphoto - sbillard - 2009-03-30 No need to post multiple times. |