Author |
Topic |
|
qmayer
Starting Member
5 Posts |
Posted - 15 April 2002 : 23:12:17
|
When I click the icon to change the forum name or create a new one, it gives me:
Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/post.asp, line 2
end if ^
I'm using IIS5 and the latest Snitz (3.0.33 or something like that)... for the Members pending list, I get:
Microsoft VBScript compilation error '800a040e'
'loop' without 'do'
/forum/admin_accounts_pending.asp, line 13
loop ^
I figure i can kill two birds with one stone by posting both my questions here. Please let me know what I can do to fix this. Thanks.
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 April 2002 : 23:16:49
|
Have you added any mods? Made any changes to the code?
<edit> Doh! This is in the mod implementations form, of coarse you have mods.
What mod are you trying to install? Email Validation? (You might put that in the topic!)
Nathan Bales Snitz Exchange | Do's and Dont's
Edited by - Nathan on 15 April 2002 23:57:54 |
|
|
qmayer
Starting Member
5 Posts |
Posted - 15 April 2002 : 23:59:08
|
Yes, I am using the Email Validation Mod. Its the only one I'm using and everything else works except when I go to change the forums.
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 16 April 2002 : 01:09:34
|
Post a link to a txt version of your members_pending.asp file and I guess your forum.asp file too.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
|
|
qmayer
Starting Member
5 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 16 April 2002 : 14:06:45
|
I said Post a link to a txt version of your files. So I can see the code of the file.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
|
|
qmayer
Starting Member
5 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 17 April 2002 : 02:33:11
|
The errors have nothing to do with those files. It seems it is a problem with your inc_top.asp file which then produces the errors in the other files. Because the line numbers that these files error out on are commented lines. Meaning they are ignored by the asp scripting module.
Post a link to a txt version of your inc_top.asp. If it's not inc_top.asp then it's going to be either config.asp or inc_functions.asp that have a problem.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
|
|
qmayer
Starting Member
5 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 18 April 2002 : 09:43:08
|
I can't see anything wrong with your files. What were the last changes you made to your files? Are you using FrontPage to edit your files?
The only thing I can suggest right now is to upload fresh copies of those files that are giving an error. If that doesn't fix them, you will need to re-upload fresh copies of the files you have edited or if you know the code you added to your files, you can just take them back out.
Make sure you are ftping the files in BINARY mode.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
|
|
|
Topic |
|