|
#1
|
|||
|
|||
|
Can't log
I've upgraded to version 1.4, and now can't log into the Admin area, when tried to recover my password said that the name is not in the database...
Any help? Thanks |
|
#2
|
||||
|
||||
|
watch you user name and password again. Are you running your photoblog on a unix/linux server? what version of PHP do you use?
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#3
|
|||
|
|||
|
Quote:
What seems wired to me is that yesterday right after upgrading i had no problems to loggin, but today does not recognize the username and says is not in the database... Thanks Igor |
|
#4
|
||||
|
||||
|
try clearing up the cookies and try to login again. if still exist I'll give you some script to set the pass but it should not be needed.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#5
|
|||
|
|||
|
Quote:
Thanks Igor |
|
#6
|
||||
|
||||
|
I'm doubtful about the upgrade. Did upgrade go without any error?
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#7
|
||||
|
||||
|
use this code and save it as changepass.php
Code:
<?php
if ($_GET['passchange'] =="yes")
{
$new_pass = 'temp';
$new_pass = md5($new_pass );
$update = sql_query("update ".$pixelpost_db_prefix."config set password='$new_pass' where admin='".$cfgrow['admin']."'");
}
?>
open your photoblog in a browser with address your_photoblog_address.com/index.php?passchange=yes it will set password as temp for you. login using this password and change it immediately.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
|||
|
|||
|
raminia, I did try with the script but with no success
And now the photoblog is not working at all Is there a way to do a new 'clean' installation but keeping the same pictures, database, etc Thx |
|
#10
|
||||
|
||||
|
Quote:
tell me what happend exactly. Does it says wrong username/password again? you can re install from scratch but all comments and notes will be deleted. no need to do that! if you have a backup from v1.3 as it was recommened in v1.4 upgrade try it. then try to upgrade again.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
| Thread Closed |
| Thread Tools | |
|
|