V 7.9 Portal Membership and 8.03 WWF
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20847
Printed Date: 29 March 2026 at 9:49am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: V 7.9 Portal Membership and 8.03 WWF
Posted By: suedechaser
Subject: V 7.9 Portal Membership and 8.03 WWF
Date Posted: 28 July 2006 at 1:08pm
Hi all,
I am wishing to use the functions_member_api.asp to run and older version 7.9 portal membership system in conjunction with the latest v8.03.
I have done the following:
1. Placed Session("USER") = strUsername and Session("PASSWORD") = strPassword at the top of (version 7.9)login_user.asp under the decaration area for the Dimension variables.
2. Changed Const blnMemberAPI in (version 8.03)functions_member_api.asp to = True.
When I try to open 8.03, the code from functions_member_api.asp is shown on the screen with the following error at the end:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'blnMemberAPI'
/forum/functions/functions_login.asp, line 310
If I go into functions_login.asp and declare blnMemberAPI by " Dim blnMemberAPI " just under the start of Public Sub getUserData(ByVal strSessionItem), the code from functions_member_api.asp is again listed across and down the page, but no error and the forum can now be seen below as per normal - not logged in though.
Can anyone give me a helping hand here. I've been going around in circles and am a bit confused right now!
regards
suede
|
Replies:
Posted By: suedechaser
Date Posted: 29 July 2006 at 9:07am
OK,
I've reloaded the forum, and the error has now gone.
Still cannot auto login to the forum from existing system. How can I check if the Session variables are actually accepting a value? I've seen some posts here where people have checked this - but I don't know how to!
I would really like to know if I have Session("User") and Session("Password") in the correct place to accept a value.
Please could I have some help?
thanks in advance
regards
suede
|
Posted By: suedechaser
Date Posted: 30 July 2006 at 5:35am
Done!
It ended up bieng a matter of placement in the login file - Session("User") and Session("Password") have to be in just the right spot!
suede
|
|