Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Forum Variables not loading
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

GauravBhabu
Advanced Member

4288 Posts

Posted - 27 June 2001 :  06:37:14  Show Profile
my app is not loading session and application variable. I saw a topic earlier mentioning some lower case uppercase problem. there was a line of code in that topic which i inserted and the variables loaded. not able to find now.
just a beginning by gauravbhabu

There is only one miracle...That is LIFE!

gor
Retired Admin

Netherlands
5511 Posts

Posted - 27 June 2001 :  07:31:49  Show Profile  Visit gor's Homepage
The site looks just fine to me.

Pierre
Join the Snitz WebRing
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 28 June 2001 :  12:43:47  Show Profile
quote:

The site looks just fine to me.

Pierre
Join the Snitz WebRing



when i go to see the Forum variables information. session variables and application variables show nothing.

gauravbhabu

There is only one miracle...That is LIFE!
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 28 June 2001 :  16:40:19  Show Profile
quote:

quote:

The site looks just fine to me.

Pierre
Join the Snitz WebRing



when i go to see the Forum variables information. session variables and application variables show nothing.

gauravbhabu

There is only one miracle...That is LIFE!





I changed this line

'if left(key, len(strCookieUrl)) = lcase(strCookieUrl) or left(key, len(strUniqueID)) = lcase(strUniqueID) then

to this in admin_variable-info.asp and whole list of variables loaded.

if (left(key, len(strCookieUrl)) = (lcase(strCookieUrl) or ucase(strCookieUrl))) or (left(key, len(strUniqueID)) = (lcase(strUniqueID) or ucase(strUniqueID))) then



but there is a problem. if i refresh or try to check it again the admin_variable_info.asp page it gives a a run time error with this message

Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "/FORUM/
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 June 2001 :  16:46:18  Show Profile
change that line to look like this: (it's actually in that file 2 times)

		if left(lcase(key), len(strCookieUrl)) = lcase(strCookieUrl) or left(lcase(key), len(strUniqueID)) = lcase(strUniqueID) then %>
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 28 June 2001 :  17:46:59  Show Profile
quote:

change that line to look like this: (it's actually in that file 2 times)

		if left(lcase(key), len(strCookieUrl)) = lcase(strCookieUrl) or left(lcase(key), len(strUniqueID)) = lcase(strUniqueID) then %>




That works! Thanks.



gauravbhabu

There is only one miracle...That is LIFE!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07