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
 Avatar installed, first problem is...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cioto
New Member

Italy
95 Posts

Posted - 11 September 2003 :  14:24:54  Show Profile  Visit cioto's Homepage
Microsoft VBScript compilation error '800a0408'

Invalid character

/forum/inc_profile.asp, line 204
if (strBio + strHobbies + strLNews + strQuote) > 0 thenĘ
-------------------------------------------------------^

But that final character ( Ę ) was NOT in the asp file.
Anybody can help me??

Edited by - Nikkol on 11 September 2003 14:33:51

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 11 September 2003 :  14:33:36  Show Profile
please post in the correct forum. i'm moving this one to the appropriate forum.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 11 September 2003 :  14:54:54  Show Profile  Visit cioto's Homepage
You are right, sorry.

I'm still here waiting for the help!
Thanks
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 12 September 2003 :  05:00:18  Show Profile
Can you post a text version of your inc_profile.asp?


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 12 September 2003 :  06:05:49  Show Profile  Visit cioto's Homepage
www.labatteria.it/inc_profile.asp

Or where else?
Thank you
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 12 September 2003 :  14:06:20  Show Profile  Visit cioto's Homepage
That's really important! The members cannot access theri profile, and people cannot register to the forum if that page doesn't work.
Any suggestion will be ok
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 13 September 2003 :  14:53:35  Show Profile  Visit cioto's Homepage
Really, please... help me!
Go to Top of Page

Ryan
Average Member

USA
858 Posts

Posted - 13 September 2003 :  15:02:56  Show Profile  Visit Ryan's Homepage
cioto,
MeTV wants a txt of your inc_profile.asp not a asp. When you click on the link it should come up with all the code that the file has.

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 13 September 2003 :  15:47:44  Show Profile  Visit cioto's Homepage
Ok, you can find it at www.labatteria.it/inc_profile.txt

Hope that will work.
Thanks a lot
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 13 September 2003 :  17:30:26  Show Profile
Find this on line 204
if (strBio + strHobbies + strLNews + strQuote) > 0 then if strMode <> "Register" then
And change it to this
if (strBio + strHobbies + strLNews + strQuote) > 0 then 
	if strMode <> "Register" then
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 14 September 2003 :  07:20:24  Show Profile  Visit cioto's Homepage
So it means that asp is sensitive to the "enter" key?
Thanks, I'll try that immediately
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 14 September 2003 :  07:23:54  Show Profile  Visit cioto's Homepage
Expected end of statement

/forum/pop_profile.asp, line 1531
end if strsql = strsql & ", M_AVATAR_URL = '" & ChkString(Trim(regAvatar_Image),"SQLString") & "'"
-------^


Maybe there are other parts where I entered the "enter" key and this was wrong?
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 14 September 2003 :  09:08:44  Show Profile
Change
end if strsql = strsql & ", M_AVATAR_URL = '" & ChkString(Trim(regAvatar_Image),"SQLString") & "'"
To
end if
strsql = strsql & ", M_AVATAR_URL = '" & ChkString(Trim(regAvatar_Image),"SQLString") & "'"
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 14 September 2003 :  09:08:51  Show Profile  Visit cioto's Homepage
Ok, ok, i found the problem. Now there are no errors, but....
How does it work? Users have to send me the avatar so I upload it? Or can they do it on their own? I have to use the avatar setup in the admin options, right?
Thanks so much.
Go to Top of Page

cioto
New Member

Italy
95 Posts

Posted - 15 September 2003 :  06:12:40  Show Profile  Visit cioto's Homepage
Another question: if the reply is really short (1-2 lines) and there's not signature, the avatar needs anyway its space, so there's a black gap at the end of the reply. Is there a way to change the black in another color?
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.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07