Author |
Topic  |
|
minhluan70
Junior Member
 
USA
120 Posts |
Posted - 21 May 2002 : 12:48:51
|
When user click on the profile link, they have this error message: Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/inc_profile.asp, line 115
<% end if ' strPicture ^
Man proposes, God disposes |
|
_barbara
Junior Member
 
Germany
123 Posts |
Posted - 21 May 2002 : 13:39:50
|
Check your code at line 114. It might be that you have an opening script tag (<%) there without without a closing one (%>). Did you add/change anything in you file?
Barbara
Edited by - _barbara on 21 May 2002 13:40:44 |
 |
|
minhluan70
Junior Member
 
USA
120 Posts |
Posted - 21 May 2002 : 19:36:54
|
quote:
Check your code at line 114. It might be that you have an opening script tag (<%) there without without a closing one (%>). Did you add/change anything in you file?
Barbara
Edited by - _barbara on 21 May 2002 13:40:44
I just changed something according to the MOD readme only. You know I have some backups of my forum. The other backup works fine but it has some other problem. One of my backup forum works when clicking on the profile, however, when viewing topics, I get this error: Microsoft VBScript compilation error '800a0400'
Expected statement
/forum3/topic.asp, line 989
end if ^
Right now none of my backup and the current one works properly. There's always something not right :-(
Man proposes, God disposes |
 |
|
DreaMasteR
Starting Member
36 Posts |
Posted - 21 May 2002 : 19:53:50
|
quote:
When user click on the profile link, they have this error message: Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/inc_profile.asp, line 115
<% end if ' strPicture ^
Man proposes, God disposes
Can you post like the three lines before, and the three lines after the code as well?
Right now - You start the ASP engine with <% The close an end if and then comment out 'strPicture.
If that's all the line is it's sorta messed up.
|
 |
|
minhluan70
Junior Member
 
USA
120 Posts |
Posted - 22 May 2002 : 16:45:25
|
quote:
quote:
When user click on the profile link, they have this error message: Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/inc_profile.asp, line 115
<% end if ' strPicture ^
Man proposes, God disposes
Can you post like the three lines before, and the three lines after the code as well?
Right now - You start the ASP engine with <% The close an end if and then comment out 'strPicture.
If that's all the line is it's sorta messed up.
I go to line 115 and remove <%. It's fine now. There's two <% in line 115. Thank you
Man proposes, God disposes |
 |
|
|
Topic  |
|