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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Internationalization (v4-archive)
 error in admin_config_features.asp
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

GoodLook
Starting Member

9 Posts

Posted - 17 February 2002 :  12:11:43  Show Profile  Visit GoodLook's Homepage  Reply with Quote
i get the following error on admin_config_features.asp
what is wrong, i just installed the latest Version 4.0 Beta 3
and also the patch : AllPost40b03patches.zip

Microsoft VBScript compilation error '800a0408'

Invalid character

/forums/admin_config_features.asp, line 259

if (lcase(strSubscription)="0" ) then Response.Write(" selected") % value="0" <% =fLang(strLangAdmin_Config_Features00340)
------------------------------------------------------------------^



[moved by bozden on 30 September 2002]

<

Edited by - Deleted on 30 September 2002 18:19:02

Nathan
Help Moderator

USA
7664 Posts

Posted - 17 February 2002 :  12:27:38  Show Profile  Visit Nathan's Homepage
The line should be

if (lcase(strSubscription)="0" ) then Response.Write " selected value=""0""" & fLang(strLangAdmin_Config_Features00340)


 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
<
Go to Top of Page

GoodLook
Starting Member

9 Posts

Posted - 17 February 2002 :  12:46:43  Show Profile  Visit GoodLook's Homepage
thanks a lot,
it works

really nice, in a couple of minutes and it works.

<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 17 February 2002 :  20:12:16  Show Profile
Sorry, I don't have any source online yet (recently formatted my PC). Is this also wrong in the distributed source?

Think PinkPost v40b03 Patches<
Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 18 February 2002 :  02:42:16  Show Profile  Send Rasco an ICQ Message
Lines 259-263 look all like the one GoodLook posted

<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 28 February 2002 :  11:24:52  Show Profile
These lines are as follows and works OK for me:

<select name="strSubscription">
<option<% if (lcase(strSubscription)="0") then Response.Write(" selected") %> value="0"><% =fLang(strLangAdmin_Config_Features00340) %></option>
<option<% if (lcase(strSubscription)="1") then Response.Write(" selected") %> value="1"><% =fLang(strLangAdmin_Config_Features00350) %></option>
<option<% if (lcase(strSubscription)="2") then Response.Write(" selected") %> value="2"><% =fLang(strLangAdmin_Config_Features00360) %></option>
<option<% if (lcase(strSubscription)="3") then Response.Write(" selected") %> value="3"><% =fLang(strLangAdmin_Config_Features00370) %></option>
<option<% if (lcase(strSubscription)="4") then Response.Write(" selected") %> value="4"><% =fLang(strLangAdmin_Config_Features00380) %></option>
</select>



Think PinkPost v40b03 Patches<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07