View previous topic :: View next topic |
Author |
Message |
Zontral -
Joined: 06 Apr 2004 Posts: 7
|
Posted: Fri Apr 09, 2004 12:09 am Post subject: phpNuke asking for login |
|
|
When I go to load phpNuke 7.1 the admin.php screen, I get an HTTP login screen that asks for username and password....since I have not set anything up this does not make sense to me and after a while I get a 401 Forbidden. |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri Apr 09, 2004 12:26 am Post subject: |
|
|
Quote: | The administration page is reached by calling the page admin.php (www.yoursite.com/admin.php) and carrying out the login procedure inserting your user and password. (Remember that the normal users should not login from the page admin.php but from the appropriate module). |
That is from the PHP-Nuke website. It sounds like you had set a password earlier.
Try random combinations of "admin" and password. If it doesn't work, you can try and reset your password via phpMyAdmin or something similar. _________________ Bienvenidos! |
|
Back to top |
 |
 |
Zontral -
Joined: 06 Apr 2004 Posts: 7
|
Posted: Fri Apr 09, 2004 1:02 am Post subject: |
|
|
Yeah, I wish...I've tried many different admin combinations and that doesn't work and phpmyadmin is constantly returning an error about access denied, even though i've entered the right username and password. |
|
Back to top |
|
 |
Zontral -
Joined: 06 Apr 2004 Posts: 7
|
Posted: Fri Apr 09, 2004 2:01 am Post subject: |
|
|
Well, I fixed that problem but now I get these errors.
Notice: Undefined index: REQUEST_URI in C:\phpnuke\html\admin.php on line 14
Notice: Undefined variable: HTTP_USER_AGENT in C:\phpnuke\html\mainfile.php on line 16
Notice: import_request_variables(): No prefix specified - possible security hazard in C:\phpnuke\html\mainfile.php on line 39
Notice: Undefined variable: forum_admin in C:\phpnuke\html\mainfile.php on line 67
Notice: Undefined variable: inside_mod in C:\phpnuke\html\mainfile.php on line 70
Notice: Undefined variable: inside_mod in C:\phpnuke\html\db\db.php on line 44
Fatal error: Call to undefined function: message_die() in C:\phpnuke\html\db\db.php on line 88
And I get this error in phpmyadmin
Error
MySQL said:
#1045 - Access denied for user: 'admin@localhost' (Using password: YES) |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Apr 09, 2004 2:24 pm Post subject: |
|
|
Zontral,
Search for e_notice in this section of the forum to know how to disable notices displaying. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat Apr 10, 2004 7:35 pm Post subject: |
|
|
Remember, notices are just what they are; notices. You usually don't have to worry about them. It is the errors (that say "error") that can cause problems. _________________ Bienvenidos! |
|
Back to top |
 |
 |
|