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
 Topic Reply and Edit Topic failing
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

gbdg
New Member

73 Posts

Posted - 16 July 2001 :  19:38:13  Show Profile
Topic Quote Reply is throwing this error:
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'Left'
/forums/Academy2001/post.asp, line 463

Edit topic is throwing this error:
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'Left'
/forums/Academy2001/post.asp, line 459

The base code is HuwR's download, and I worked on a few pages to allow variable forum table prefix names to work. Any ideas what I might have broken to clobber this?

Thanks,
Greg

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 July 2001 :  19:52:12  Show Profile
Have you looked on those lines to see whats on them?
Go to Top of Page

gbdg
New Member

73 Posts

Posted - 16 July 2001 :  19:57:17  Show Profile
Yep.... and I didn't edit this page for my other mod...

459 =

if Instr(TxtMsg, "Edited by - ") then TxtMsg = Left(TxtMsg, InstrRev(TxtMsg, "Edited by - ")-36) end if

463 =
if Instr(TxtMsgTemp, "Edited by - ") then TxtMsgTemp = Left(TxtMsgTemp, InstrRev(TxtMsgTemp, "Edited by - ")-36) end if



quote:

Have you looked on those lines to see whats on them?



Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 July 2001 :  20:17:10  Show Profile
If you e-mail me your post.asp file, I'll take a look at it.
Go to Top of Page

gbdg
New Member

73 Posts

Posted - 16 July 2001 :  20:27:12  Show Profile
On it's way!

quote:

If you e-mail me your post.asp file, I'll take a look at it.



Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 July 2001 :  20:58:33  Show Profile
Is this on your own server or is it on a webhost?

It could be that the server doesn't have the latest version of vbscript installed.

I can just take out the part with the Left in it.

What that part is doing is taking out the Edited by - line when someone edits their own message after it's already been edited at least once. It's to prevent multiple Edited by - lines.
Go to Top of Page

gbdg
New Member

73 Posts

Posted - 16 July 2001 :  21:50:11  Show Profile
Definately a webhost, who tends to stay right up to date. You pretty sure this is a vbscript issue - I should be certain before asking them to update it.

Thanks for the explanation.
Greg

quote:

Is this on your own server or is it on a webhost?

It could be that the server doesn't have the latest version of vbscript installed.

I can just take out the part with the Left in it.

What that part is doing is taking out the Edited by - line when someone edits their own message after it's already been edited at least once. It's to prevent multiple Edited by - lines.



Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 July 2001 :  22:15:21  Show Profile
That's what it looks like to me.
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07