First time login fail.

edited February 2014 in Installation
Hello!

After a little bit of struggling I've finally got to the login page, but when I enter admin/admin for user and password, it says "Invalid login."

To make it work I've changed database.php file configuration like this:
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = FALSE;

It's really strange, because $config['default_pwd'] = 'admin';

And also, I've set an encryption key (because it was required by installation), maybe that is causing this problem?

Thanks in advance.

Comments

  • edited 10:56PM
    Hmm... that is really strange. And this is with a fresh install of the fuel/install/fuel_schema.sql file and you are pointing to the correct database? "pconnect" is set to TRUE by default and changing db_debug shouldn't cause that login problem. The encryption key shouldn't be a problem either. I'd perhaps try re-uploading the fuel_schema.sql file and make sure the values in the fuel_users are the same found in the fuel_schema.sql file.
  • edited 10:56PM
    Hi!

    Thanks for a quick response.

    In the end it was a wrong hostname I've used. I went with my server ip and it didn't work, but it worked with localhost instead!

    Weird that it was showing me the login form anyway :-)

    Can't wait to try this CMS, looks really great.
    Cheers.
Sign In or Register to comment.