Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Private Messages 3.5
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

RevDaveB
Starting Member

United Kingdom
22 Posts

Posted - 19 January 2005 :  21:24:05  Show Profile  Visit RevDaveB's Homepage  Reply with Quote
Hi peeps! Just spent a few hours installing this and got a couple pf probs. When I try to read a PM in my inbox, I get:

Microsoft VBScript compilation error '800a03ea'

Syntax error

/revsbackups/privateread.asp, line 144

However I CAN read messages in my outbox.

When I click on any inbox or outbox in the Admin Home panel/Private Messages: Members inbox, I get:
Microsoft VBScript compilation error '800a03ea'

Syntax error

/revsbackups/admin_pmmaint_view.asp, line 190

I'm sure I have made some sort of error somewhere but I am blowed if I can find it!


<

Dave B
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 19 January 2005 :  22:08:23  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message  Reply with Quote
What is line 144 say?<

Brad
Oklahoma City Online Entertainment Guide
Oklahoma Event Tickets
Go to Top of Page

RevDaveB
Starting Member

United Kingdom
22 Posts

Posted - 20 January 2005 :  03:42:23  Show Profile  Visit RevDaveB's Homepage  Reply with Quote
nothing, its a blank line. here are the ones around it:

137 Response.Write "<a href=""pm_view.asp"">" & getCurrentIcon(strIconpmreceive,"Check for New Messages","hspace=""0""") & "</a>"
139 If pmcount < strPMLimit or mLev > 2 then
Response.Write "<a href=""privatesend.asp?method=Reply&id=" & cLng(Request.QueryString("id")) & """>" & getCurrentIcon(strIconpmreply,"Post a Reply","hspace=""0""") & "</a><a href=""privatesend.asp?method=Forward&id=" & cLng(Request.QueryString("id")) & """>" & getCurrentIcon(strIconpmforward,"Forward This Message","hspace=""0""") & "</a>"
140 end if
141 Response.Write "<a href=""pm_blocklist.asp?mname="&ChkString(strMName,"display")&""">" & getCurrentIcon(strIconPmblocklist,"Add "&ChkString(strMName,"display")&" to Your Blocked List","hspace=""0""") & "</a>"& _
142 "<a href=""JavaScript:openWindow3('privateprint.asp?id=" & cLng(Request.QueryString("id")) & "')"">"& getCurrentIcon(strIconpmprint,"Print This Message","hspace=""0""") & "</a>"& _
143 "<a href=""privatedelete.asp?method=DeleteMessage&id=" & cLng(Request.QueryString("id")) & """>" & getCurrentIcon(strIconpmdelete,"Delete This Message","hspace=""0""") & "</a></td>" & vbNewLine & _
144
145 " </tr>" & vbNewLine & _
146 " </table>" & vbNewLine & _<

Dave B
Go to Top of Page

RevDaveB
Starting Member

United Kingdom
22 Posts

Posted - 20 January 2005 :  05:58:08  Show Profile  Visit RevDaveB's Homepage  Reply with Quote
Problem solved by Nat, so this post edited cos it was really screwing up the tables in this forum <

Dave B

Edited by - RevDaveB on 22 January 2005 08:02:30
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 20 January 2005 :  08:27:52  Show Profile  Reply with Quote
RevDaveB,

you should never have blank lines following a line that terminates with "& _", which means the string continues on the next line. Delete the blank lines.

cheers,
Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

RevDaveB
Starting Member

United Kingdom
22 Posts

Posted - 20 January 2005 :  09:38:01  Show Profile  Visit RevDaveB's Homepage  Reply with Quote
now if that is the case, as in the string continues on the next line, it being blank the machine would not recognise it and therefore throw up an error.....

Talk amongst yourselves a moment while I zap the blanks and see what happens.....


ah well, was worth a try, same result. Back to the drawing board<

Dave B
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 20 January 2005 :  09:53:55  Show Profile  Reply with Quote
Did the error change, perhaps a different line now?<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

RevDaveB
Starting Member

United Kingdom
22 Posts

Posted - 20 January 2005 :  10:19:24  Show Profile  Visit RevDaveB's Homepage  Reply with Quote
nope, exactly the same. I did try thinking for myself and added & _ after "</table>" & vbNewLine but that caused the error to appear as I clicked on the 1 new message link in the links part of the header, so I removed it and get the inbox screen again. Its so darned annoying cos what I have seen of this mod it is fantastic!<

Dave B
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 20 January 2005 :  10:35:45  Show Profile  Reply with Quote
RevDaveB,

Please post a link to text versions of privateread.asp and admin_pmmaint_view.asp.
Also a link to your forum with credentials for a test account might be helpful.<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

RevDaveB
Starting Member

United Kingdom
22 Posts

Posted - 20 January 2005 :  11:45:11  Show Profile  Visit RevDaveB's Homepage  Reply with Quote
no problem (Sorry for the delay, no email notifications of replies here, and they dont work on mine either :(

OK, I am setting up PMs in my backup site till I know they work.
Could you email me (dave@revsplace.co.uk) for member details as they
will be admin and the backup is using the same database as
the 'live' one. Meanwhile, for those that want to study the files,
they are at www.global-lifeline.co.uk/pmviewfiles.zip<

Dave B

Edited by - RevDaveB on 20 January 2005 12:10:02
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 20 January 2005 :  12:55:10  Show Profile  Reply with Quote
RevDaveB

I have compared your files with the ones installed on my site and they match, can't see anything wrong. I have this mod working on my site. I will send you email and arrange credentials to help you further.

cheers,
Nat<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

RevDaveB
Starting Member

United Kingdom
22 Posts

Posted - 20 January 2005 :  19:56:35  Show Profile  Visit RevDaveB's Homepage  Reply with Quote
Good ole Nat, he has been plugging away at it for hours. Not getting very far though! Maybe code just hates me!<

Dave B
Go to Top of Page

losingmymind
Starting Member

5 Posts

Posted - 21 January 2005 :  14:12:26  Show Profile  Reply with Quote
See my dilemma... I am still having problems!!!
Amy<
Go to Top of Page

Nertz
Junior Member

Canada
341 Posts

Posted - 21 January 2005 :  14:32:27  Show Profile  Reply with Quote
I've fixed RevDaveB's problems, his PM system now working just fine. Minor probs, like blank lines following lines terminating with "& _" and a chunk of code missing from pop_profile.asp.

losingmymind, if you'd like my help, use the email link from my profile and email me url of your forum and test account info. I can look at it tonight and over the weekend.<

Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers
that use our children unjustly as "instruments" of power.


www.fathers-4-justice-canada.ca
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 21 January 2005 :  15:01:08  Show Profile  Reply with Quote
losing my mind......

1 - please check (and double check) that you have got the code in the right place in inc_header.asp and config.asp

2 - run the dbs file again through mod set up, as there looks to be a problem with your database.

Try this, and if there is still no luck then maybe we can arrange to chat over msn, and I can take a look at your database.



Sorry for the lack of replies here guys, but I have been very busy of late! Best way to contact me is by e-mail (or PM me on my site (using the test user name), PM 'Fletch')

Cheers!<
Go to Top of Page
Page: of 11 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07