Results 1 to 2 of 2

Thread: Can't Login as Admin

  1. #1
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default Can't Login as Admin

    I just intalled indexu and I can't logon as admin, I already checked my mysqladmin and my username and password are correct, what's the problem?

    Most of the times, the problem is your php_flag register_globals is set to off you can confirm this by running phpinfo.php and locating the register_globals line item.

    If its set to off, you need to create/edit a file called htaccess.txt and copy this setting into that file

    php_flag magic_quotes_gpc on
    php_value max_execution_time 60
    php_flag magic_quotes_runtime off
    php_flag asp_tags off
    php_flag register_globals on

  2. #2
    Join Date
    Nov 2004
    Posts
    1

    Default

    Quote Originally Posted by Hart_House
    I just intalled indexu and I can't logon as admin, I already checked my mysqladmin and my username and password are correct, what's the problem?

    Most of the times, the problem is your php_flag register_globals is set to off you can confirm this by running phpinfo.php and locating the register_globals line item.

    As you state, most of the time, it's the register_globals setting, which won't let you log in. I tried to install indexu lite with my register_globals off, then my server shows the files but at the login, it always sets me back to login. With register_globals on, I get a 500 Server Error - what should I do?

    Last edited by tinus2; 11-30-2004 at 07:22 AM.

Similar Threads

  1. Admin Login Problems
    By jwnes in forum v5.x
    Replies: 3
    Last Post: 06-06-2005, 08:32 PM
  2. Admin login - which files ?
    By Frank71 in forum v5.x
    Replies: 2
    Last Post: 06-06-2005, 12:48 AM
  3. Admin Login
    By Rob Picken in forum v5.x
    Replies: 1
    Last Post: 12-31-2002, 12:26 PM
  4. admin first time login problem
    By buggy in forum v5.x
    Replies: 3
    Last Post: 08-11-2002, 04:16 AM
  5. admin cannot login v3.0 and 3.03
    By eingeist in forum v5.x
    Replies: 6
    Last Post: 04-13-2002, 04:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •