| Author |
Topic Search Topic Options
|
Alieno
Newbie
Joined: 28 May 2004
Location: Italy
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Topic: error in mod functions_format_post.asp Posted: 12 June 2004 at 6:36am |
|
Hi to everybody, I have a problem with the printable version of the forum (version 7.7a). In the case of a lot of answers to the messages (10-11 pages or more) the version printable press few post and then produces the following error :Errore of run-time of Microsoft VBScript error '800a005e' I use not valid of Null: 'Replace' / forum/functions/functions_format_post.asp, line 875 Can you help me?
|
 |
Alieno
Newbie
Joined: 28 May 2004
Location: Italy
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 June 2004 at 5:25pm |
|
The Database is MsSql Server
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 June 2004 at 7:19pm |
|
I just did a bad thing and tied to look at the printable version of a topic whith a ridiculous number of pages. No Problems or Javascript errors. Make sure you're not right-clicking to "open in new window".
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2004 at 4:14am |
|
Could be a corrupted file try reuploading.
|
|
|
 |
Alieno
Newbie
Joined: 28 May 2004
Location: Italy
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2004 at 6:55am |
thanks to all, but nothing of this.
I use left-click and the version is the 8.0 upgrade with patch, i can try to reuploading.
The site is www.capalbio.it/forum if you try to print the topic COMMENTI ALLE VOTAZIONI it' work fine, if you print the topic COMMENTI DEL MESE DI GIUGNO do not work , I think that any problems in any messages (symbol ecc), but I don't know.
If the problem is in the software all or nothing printing (I think).
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2004 at 11:52am |
|
You are using version 7.7a, there is no version 8.0 that has been released to the public.
Line 875 of the file functions/functions_format_post.asp should contain
just a Dim statment so would not throw up this error. This means that
either the file has been modified or is corrupted.
Download version 7.8 and replave the file
functions/functions_format_post.asp with the latest copy of the file
and see if that sortsout the problem.
|
|
|
 |
Alieno
Newbie
Joined: 28 May 2004
Location: Italy
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 June 2004 at 7:04am |
Ok, I download the version 8 and replaced ALL files but jdon't work , the error is the some in my previous message.
I don't know what to do!
|
 |
Alieno
Newbie
Joined: 28 May 2004
Location: Italy
Status: Offline
Points: 5
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 June 2004 at 7:12am |
|
the line 875 don't contain a dim in version 8 but this code: 'Remove hyperlinks strMessage = Replace(strMessage, " target=""_blank""", "", 1, -1, 1)
|
 |