Author |
Topic |
|
cioto
New Member
Italy
95 Posts |
Posted - 11 September 2003 : 14:24:54
|
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 |
|
cioto
New Member
Italy
95 Posts |
Posted - 11 September 2003 : 14:54:54
|
You are right, sorry.
I'm still here waiting for the help! Thanks |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 12 September 2003 : 05:00:18
|
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.” |
|
|
cioto
New Member
Italy
95 Posts |
Posted - 12 September 2003 : 06:05:49
|
www.labatteria.it/inc_profile.asp
Or where else? Thank you |
|
|
cioto
New Member
Italy
95 Posts |
Posted - 12 September 2003 : 14:06:20
|
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 |
|
|
cioto
New Member
Italy
95 Posts |
Posted - 13 September 2003 : 14:53:35
|
Really, please... help me! |
|
|
Ryan
Average Member
USA
858 Posts |
Posted - 13 September 2003 : 15:02:56
|
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 |
|
|
cioto
New Member
Italy
95 Posts |
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 13 September 2003 : 17:30:26
|
Find this on line 204if (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 |
|
|
cioto
New Member
Italy
95 Posts |
Posted - 14 September 2003 : 07:20:24
|
So it means that asp is sensitive to the "enter" key? Thanks, I'll try that immediately |
|
|
cioto
New Member
Italy
95 Posts |
Posted - 14 September 2003 : 07:23:54
|
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? |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 14 September 2003 : 09:08:44
|
Change end if strsql = strsql & ", M_AVATAR_URL = '" & ChkString(Trim(regAvatar_Image),"SQLString") & "'" Toend if
strsql = strsql & ", M_AVATAR_URL = '" & ChkString(Trim(regAvatar_Image),"SQLString") & "'" |
|
|
cioto
New Member
Italy
95 Posts |
Posted - 14 September 2003 : 09:08:51
|
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. |
|
|
cioto
New Member
Italy
95 Posts |
Posted - 15 September 2003 : 06:12:40
|
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? |
|
|
|
Topic |
|