Webmastersite.net
Register Log In

admin login problems in 2.30
cannot login to admin section

Comments on admin login problems in 2.30

winstonford
Beginner

Usergroup: Customer
Joined: Jul 17, 2003

Total Topics: 2
Total Comments: 8
Posted Jan 10, 2005 - 5:29 PM:

Moving to a new server, all works on old server, but cannot login to admin section in 2.30.

Here's relevant line in debug:

username is scia, password is 8e56a5f314afddce25d862e4720a4537, expected password is 8e56a5f314afddce25d862e4720a4537

and resulting url I believe says I'm logged in:

wsnlinks/admin/index.php?loggedin=1

Yet cannot move past login screen.

any ideas appreciated
winstonford
Beginner

Usergroup: Customer
Joined: Jul 17, 2003

Total Topics: 2
Total Comments: 8
Posted Jan 10, 2005 - 5:54 PM:

Have registered as new user and changed usergroup to 3, login results in ?loggedin=1, but still cannot get past login page.

stumped as same install works on old server.

wsnlinks is last step in migrating to new server, any ideas appreciated
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jan 11, 2005 - 5:19 AM:

Be sure you're not trying to login while in debug mode, as that prevents cookies.
winstonford
Beginner

Usergroup: Customer
Joined: Jul 17, 2003

Total Topics: 2
Total Comments: 8
Posted Jan 11, 2005 - 6:02 AM:

yes, noticed that I did not get ?loggedin=1 when in debug and so had set it back to zero.

what else might be causing this? I have opened up template permissions, no luck.

can anyone confirm that ?loggedin=1 does in fact mean that I am authenticated?

many thx,
W
winstonford
Beginner

Usergroup: Customer
Joined: Jul 17, 2003

Total Topics: 2
Total Comments: 8
Posted Jan 11, 2005 - 2:10 PM:

Come on, this cannot be a tough question:

Does ?loggedin=1 in fact mean that I am authenticated?
winstonford
Beginner

Usergroup: Customer
Joined: Jul 17, 2003

Total Topics: 2
Total Comments: 8
Posted Jan 12, 2005 - 2:10 PM:

Here's the block from my httpd/error_log that results from an attempt to login. Running on mac osx 10.3 w/ php5. any ideas appreciated:

[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Use of undefined constant wsnlinks - assumed 'wsnlinks' in /Library/WebServer/Documents/wsnlinks/config.php on line 11
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: languagegroup in /Library/WebServer/Documents/wsnlinks/start.php on line 39
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$language in /Library/WebServer/Documents/wsnlinks/start.php on line 39
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: templatesdir in /Library/WebServer/Documents/wsnlinks/start.php on line 44
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$template in /Library/WebServer/Documents/wsnlinks/start.php on line 44
[Wed Jan 12 17:08:11 2005] [error] PHP Warning: Variable passed to each() is not an array or object in /Library/WebServer/Documents/wsnlinks/start.php on line 53
[Wed Jan 12 17:08:11 2005] [error] PHP Warning: Variable passed to each() is not an array or object in /Library/WebServer/Documents/wsnlinks/start.php on line 57
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: language::$title_login in /Library/WebServer/Documents/wsnlinks/start.php on line 115
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: custom in /Library/WebServer/Documents/wsnlinks/start.php on line 187
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: HTTP_SERVER_VARS in /Library/WebServer/Documents/wsnlinks/index.php on line 8
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: HTTP_SERVER_VARS in /Library/WebServer/Documents/wsnlinks/index.php on line 8
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: HTTP_SERVER_VARS in /Library/WebServer/Documents/wsnlinks/index.php on line 9
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: TID in /Library/WebServer/Documents/wsnlinks/index.php on line 11
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: ascdesc in /Library/WebServer/Documents/wsnlinks/index.php on line 43
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: orderlinks in /Library/WebServer/Documents/wsnlinks/index.php on line 44
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: ordercats in /Library/WebServer/Documents/wsnlinks/index.php on line 48
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: perpage in /Library/WebServer/Documents/wsnlinks/index.php on line 52
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: checkversion in /Library/WebServer/Documents/wsnlinks/index.php on line 67
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: language in /Library/WebServer/Documents/wsnlinks/classes/category.php on line 49
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Trying to get property of non-object in /Library/WebServer/Documents/wsnlinks/classes/category.php on line 49
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: template in /Library/WebServer/Documents/wsnlinks/index.php on line 278
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: totalhits in /Library/WebServer/Documents/wsnlinks/index.php on line 295
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: totalcomments in /Library/WebServer/Documents/wsnlinks/index.php on line 296
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: template_catsbody in /Library/WebServer/Documents/wsnlinks/index.php on line 325
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: totalshown in /Library/WebServer/Documents/wsnlinks/index.php on line 333
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: headerfooter in /Library/WebServer/Documents/wsnlinks/end.php on line 23
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: type in /Library/WebServer/Documents/wsnlinks/end.php on line 51
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: field in /Library/WebServer/Documents/wsnlinks/end.php on line 52
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: number in /Library/WebServer/Documents/wsnlinks/end.php on line 53
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: order in /Library/WebServer/Documents/wsnlinks/end.php on line 54
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: thecondition in /Library/WebServer/Documents/wsnlinks/end.php on line 55
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 4 in /Library/WebServer/Documents/wsnlinks/end.php on line 55
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 2 in /Library/WebServer/Documents/wsnlinks/end.php on line 51
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 2 in /Library/WebServer/Documents/wsnlinks/end.php on line 52
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 2 in /Library/WebServer/Documents/wsnlinks/end.php on line 53
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 2 in /Library/WebServer/Documents/wsnlinks/end.php on line 54
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 2 in /Library/WebServer/Documents/wsnlinks/end.php on line 55
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 4 in /Library/WebServer/Documents/wsnlinks/end.php on line 55
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 3 in /Library/WebServer/Documents/wsnlinks/end.php on line 107
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 4 in /Library/WebServer/Documents/wsnlinks/end.php on line 107
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 5 in /Library/WebServer/Documents/wsnlinks/end.php on line 107
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 6 in /Library/WebServer/Documents/wsnlinks/end.php on line 107
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 7 in /Library/WebServer/Documents/wsnlinks/end.php on line 107
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 8 in /Library/WebServer/Documents/wsnlinks/end.php on line 107
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined offset: 9 in /Library/WebServer/Documents/wsnlinks/end.php on line 107
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: thiscat in /Library/WebServer/Documents/wsnlinks/end.php on line 112
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$name in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$password in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$time in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$links in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$comments in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$ip in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$totalhits in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$totalhitsin in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$email in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$validated in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$template in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$language in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: isadmin in /Library/WebServer/Documents/wsnlinks/classes/member.php on line 181
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: admin in /Library/WebServer/Documents/wsnlinks/functions.php on line 181
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$time in /Library/WebServer/Documents/wsnlinks/classes/member.php on line 272
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined property: member::$time in /Library/WebServer/Documents/wsnlinks/classes/member.php on line 273
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: catid in /Library/WebServer/Documents/wsnlinks/end.php on line 118
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: langoptions in /Library/WebServer/Documents/wsnlinks/functions.php on line 517
[Wed Jan 12 17:08:11 2005] [error] PHP Notice: Undefined variable: tempoptions in /Library/WebServer/Documents/wsnlinks/functions.php on line 531
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Use of undefined constant wsnlinks - assumed 'wsnlinks' in /Library/WebServer/Documents/wsnlinks/config.php on line 11
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$language in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 39
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$template in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 44
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: action in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 52
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: action in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 61
[Wed Jan 12 17:08:15 2005] [error] PHP Warning: Variable passed to each() is not an array or object in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 89
[Wed Jan 12 17:08:15 2005] [error] PHP Warning: Variable passed to each() is not an array or object in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 93
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: action in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 106
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: action in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 113
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: custom in /Library/WebServer/Documents/wsnlinks/admin/adminstart.php on line 118
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: set in /Library/WebServer/Documents/wsnlinks/admin/index.php on line 9
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: leaveencoded in /Library/WebServer/Documents/wsnlinks/admin/adminend.php on line 10
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: linksoptions in /Library/WebServer/Documents/wsnlinks/admin/adminfunctions.php on line 126
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: categoriesoptions in /Library/WebServer/Documents/wsnlinks/admin/adminfunctions.php on line 204
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: commentoptions in /Library/WebServer/Documents/wsnlinks/admin/adminfunctions.php on line 223
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: memberoptions in /Library/WebServer/Documents/wsnlinks/admin/adminfunctions.php on line 243
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: nomemberinfo in /Library/WebServer/Documents/wsnlinks/admin/adminend.php on line 30
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: langoptions in /Library/WebServer/Documents/wsnlinks/functions.php on line 517
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: tempoptions in /Library/WebServer/Documents/wsnlinks/functions.php on line 531
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: nomemberinfo in /Library/WebServer/Documents/wsnlinks/admin/adminend.php on line 53
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$name in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$password in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$time in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$links in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$comments in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$ip in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$totalhits in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$totalhitsin in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$email in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$validated in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$template in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$language in /Library/WebServer/Documents/wsnlinks/functions.php on line 169
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: isadmin in /Library/WebServer/Documents/wsnlinks/classes/member.php on line 181
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: admin in /Library/WebServer/Documents/wsnlinks/functions.php on line 181
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$time in /Library/WebServer/Documents/wsnlinks/classes/member.php on line 272
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined property: member::$time in /Library/WebServer/Documents/wsnlinks/classes/member.php on line 273
[Wed Jan 12 17:08:15 2005] [error] PHP Notice: Undefined variable: leaveencoded in /Library/WebServer/Documents/wsnlinks/admin/adminend.php on line 54
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jan 13, 2005 - 5:15 AM:

winstonford wrote:
Come on, this cannot be a tough question:

Does ?loggedin=1 in fact mean that I am authenticated?

Of course not. If changing a URL could authenticate you, hacking you would be extermely easy.

Your error log indicates you may have this problem: scripts.webmastersite.net/w...nks/wsnmanual/articles/238

Then again, unless that output shows up on the page itself instead of just a log it shouldn't interfere with cookies.

Since you keep saying 'admin login' I should point out that logging in from the user-side is a very advisible thing to try.

Also, are you sure you're not redirecting yourself to some dead url via having a wrong directory url listed on the new server (if the url changed)?
winstonford
Beginner

Usergroup: Customer
Joined: Jul 17, 2003

Total Topics: 2
Total Comments: 8
Posted Jan 13, 2005 - 8:18 AM:

I did not ask if typing in that url would authenticate a user, I simply asked if it indicated that the user was authenticated.

If ?loggedin=1 does not indicate that user is authenticated, what does it indicate?

Reaon I ask is, if I authenticate w/ proper id/pw, i get:
/wsnlinks/admin/index.php?loggedin=1
if I use bogus i get:
/wsnlinks/index.php?action=login&filled=1

Thanks for link. It says my php is configured wrong because it's showing warnings. It's not; I am quite sure a clue might be in the 50 lines of in my error_log that result from trying to log in to the admin.

As posted above I used /wsnlinks/register.php to register as new user, but do not know where the user-side login is located. A link if you would.

As for redirecting, not sure what you're asking. After authenticating on the old server, I end on the admin home page with /wsnlinks/admin/index.php?loggedin=1.

Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.