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: MOD Implementation
 admin edit problem in guestbook 3
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bjlt
Senior Member

1144 Posts

Posted - 23 April 2001 :  23:10:32  Show Profile
When tried to edit a signature as admin, I got this:
(runing sql server)
while it seemed ok with access


Microsoft VBScript runtime error '800a005e'

Invalid use of Null: 'Replace'

inc_functions.asp, line 152


=============
 
function CleanCode(fString)
if fString = "" then
fString = " "
else
if strAllowForumCode = "1" then
fString = replace(fString, "<b>","", 1, -1, 1)
fString = replace(fString, "</b>","
", 1, -1, 1)
fString = replace(fString, "<s>", "", 1, -1, 1)
fString = replace(fString, "</s>", "
", 1, -1, 1)
fString = replace(fString, "<u>","", 1, -1, 1)
fString = replace(fString, "</u>","
", 1, -1, 1)
fString = replace(fString, "<i>","", 1, -1, 1)
fString = replace(fString, "</i>","
", 1, -1, 1)
fString = replace(fString, "<font face='Andale Mono'>", "[font=Andale Mono]", 1, -1, 1)
fString = replace(fString, "</font id='Andale Mono'>",
=============


  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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07