New install: Unable to login - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Installation and Updates

Installation and Updates No need to be a programming guru to get started with eSyndiCat Directory Software. Even a newbie can run installation process smoothly with solutions found here.

Reply
 
Thread Tools Display Modes
Old 11-02-2006   #1
whtan
 
Join Date: Oct 2006
Posts: 1
whtan is on a distinguished road
Question New install: Unable to login

Hello,

I've installed the free version and am unable to log in - I've verified the login and password and even reinstalled it in case I mistyped the password.

When I click Login it just stays on the login page.

Does anyone know what the problem might be?

Thanks for any help,

Andy
whtan is offline   Reply With Quote
Old 11-02-2006   #2
Michael Hill
eSyndicat Support Team
 
Join Date: Sep 2006
Posts: 727
Michael Hill is a jewel in the roughMichael Hill is a jewel in the roughMichael Hill is a jewel in the roughMichael Hill is a jewel in the rough
Default

Hi, Andy!

Did you try reinstall free version?
Send ticket to our support with your ftp-cridentials, I try to fix it.
__________________
Regards,
Michael Hill
eSyndiCat Directory Script

Our webhosting - Intelligent Web Hosting

Last edited by Sergey Ten; 11-02-2006 at 03:27 PM.
Michael Hill is offline   Reply With Quote
Old 11-08-2006   #3
jchichom
 
Join Date: Nov 2006
Posts: 6
jchichom is on a distinguished road
Default

same here.

is there any solution?

thanx
jchichom is offline   Reply With Quote
Old 11-08-2006   #4
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Welcome to our support forum jchichom,

Which version of eSyndiCat do you use?
Sergey Ten is offline   Reply With Quote
Old 11-08-2006   #5
jchichom
 
Join Date: Nov 2006
Posts: 6
jchichom is on a distinguished road
Default

i'm trying the free version before purchase anything.

@whtan

should you want to 'see what's behind' the login form, remove admin_auth(); from the admin/header.php (line 21) then you can perfectly access to the admin index.

of course it's only a temporary solution (just to see how it works) because now the admin section is unprotected
jchichom is offline   Reply With Quote
Old 11-08-2006   #6
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,596
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Hello jchichom,

You could reset user and password. Create PHP file with such code and run on your server.

Code:
<?

include_once "classes/DirDb.php";
include_once "includes/config.inc.php";

$myDb = new Database();
$myDb->mDbhost = $gDirConfig["dbhost"];
$myDb->mDbuser = $gDirConfig["dbuser"];
$myDb->mDbpwd = $gDirConfig["dbpwd"];
$myDb->mDbname = $gDirConfig["dbname"];
$myDb->mPrefix = $gDirConfig["prefix"];

$myDb->connect();

$admin_name = "admin";
$admin_pass = md5("admin");

$query = "UPDATE `{$gDirConfig['prefix']}admins` SET `username` ='{$admin_name}' WHERE `id`='1'";

if(!$myDb->query($query))
{
	echo "Error!!";
}

$query = "UPDATE `{$gDirConfig['prefix']}admins` SET `password` ='{$admin_pass}' WHERE `id`='1'";

if(!$myDb->query($query))
{
	echo "Error!!";
}

?>
Sergey Ten is offline   Reply With Quote
Old 11-09-2006   #7
jchichom
 
Join Date: Nov 2006
Posts: 6
jchichom is on a distinguished road
Default

thank you for the response sergey.

I think the problem is not at the username/password pair. When you introduce a wrong password, the system just tell you 'Authentification failed' but when you introduce the right one...nothing happens. (one thing happens indeed: you are redirect again to the login.php, but without any error message)
jchichom is offline   Reply With Quote
Old 11-09-2006   #8
Dave Baker
 
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,567
Dave Baker is on a distinguished road
Default

Hello jchichom,
May be you have cookies disabled.
Dave Baker is offline   Reply With Quote
Old 03-21-2007   #9
dlevy
 
Join Date: Mar 2007
Posts: 7
dlevy is on a distinguished road
Default

Quote:
Originally Posted by jchichom
thank you for the response sergey.

I think the problem is not at the username/password pair. When you introduce a wrong password, the system just tell you 'Authentification failed' but when you introduce the right one...nothing happens. (one thing happens indeed: you are redirect again to the login.php, but without any error message)
The exact same thing is happening to me, was there ever a solution?
dlevy is offline   Reply With Quote
Old 03-21-2007   #10
thanadon
 
Join Date: Feb 2007
Posts: 19
thanadon is on a distinguished road
Default

I test on Firefox 2.0 and disable JavaScript, I can not login and it will refresh to page login without any error message.

May be you guys disble JavaScript on your browser or javascript is not working.
__________________
Free Web Directory (PR3)
thanadon is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 12:00 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us