Author |
Topic  |
|
Zlim-GuTt
Starting Member
Norway
11 Posts |
Posted - 29 November 2001 : 14:42:21
|
when i try to register a new user i get this message:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'rs'
/zlim/inc_profile.asp, line 62
What's wrong?
-- Zlim-GuTt -- |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 29 November 2001 : 23:01:18
|
Are you on Brinkster?
Do a search for Brinkster. There are quite a few topics on installing on brinkster. You probably deleted or commented out the "on error resume next" statement in that file.
- David |
 |
|
Zlim-GuTt
Starting Member
Norway
11 Posts |
Posted - 30 November 2001 : 09:03:58
|
it is no on "error resume next" error, the upload is fine.
-- Zlim-GuTt -- |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 30 November 2001 : 09:58:24
|
There is no "on error resume next" in the inc_profile.asp file. But there is one in the pop_profile.asp file, which calls the inc_profile.asp page.
So you probably deleted or commented it out from the pop_profile.asp page. You need to put it back at the top of the file, after the licenses comment at the top. Then add "on error goto 0" at the bottom of the file, right before the last closing ASP tag "%>".
Also see this topic: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=18605
- David
Edited by - Davio on 30 November 2001 10:00:46 |
 |
|
Zlim-GuTt
Starting Member
Norway
11 Posts |
Posted - 30 November 2001 : 14:17:07
|
I'm not sure I got what you mean, It is a "on error resume next" in inc.profile, at the top. And what did you mean by:
quote: ou need to put it back at the top of the file, after the licenses comment at the top. Then add "on error goto 0" at the bottom of the file, right before the last closing ASP tag "%>".
-- Zlim-GuTt -- |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 30 November 2001 : 15:06:02
|
He means that you should place on error goto 0 right before %> at the very bottom of the code of that page.
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 01 December 2001 : 00:46:29
|
Sorry. You are right. The code is in the inc_profile.asp page.
So you need to do what Frutzle just said, for the inc_profile.asp file and pop_profile.asp file.
- David |
 |
|
Zlim-GuTt
Starting Member
Norway
11 Posts |
Posted - 02 December 2001 : 06:22:02
|
Hm.. It did'nt work..
-- Zlim-GuTt -- |
 |
|
boiboi
Starting Member
26 Posts |
Posted - 02 December 2001 : 11:12:00
|
hmm~
i'm facing the same problem too.. 
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 02 December 2001 : 17:24:48
|
Zlim, send me your username and password for brinkster. I'll fix it for you.
- David |
 |
|
Zlim-GuTt
Starting Member
Norway
11 Posts |
Posted - 03 December 2001 : 15:43:57
|
Ok, I have sent you an email..
-- Zlim-GuTt -- |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 03 December 2001 : 15:55:16
|
Fixed.
- David |
 |
|
Zlim-GuTt
Starting Member
Norway
11 Posts |
Posted - 03 December 2001 : 16:29:17
|
Thank you!! What did you do?
-- Zlim-GuTt -- |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 03 December 2001 : 16:47:15
|
I fixed it! LoL 
You had commented out the "on error resume next" code. I just put them back.
If you have any more problems with the on error resume next code, I have zipped up the files that Brinkster doesn't like and modified them to fix the problem.
http://briefcase.yahoo.com/heartofstone2 ---> Brinkster Files OR http://www.freeaspcode.net/snitz/ ---> Brinkster Files
I just uploaded the inc_profile.asp and pop_profile.asp file to your server to fix them.
- David |
 |
|
Zlim-GuTt
Starting Member
Norway
11 Posts |
Posted - 04 December 2001 : 09:35:30
|
ok, thank you. But it is anoter error when I what to add a new forum:
Microsoft JET Database Engine error '80040e14' Syntax error (missing operator) in query expression 'FORUM_ALLOWED_MEMBERS.FORUM_ID ='.
/zlim/post.asp, line 911
Do you know how to fix this?
-- Zlim-GuTt -- |
 |
|
|
Topic  |
|