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

philwhite
Starting Member

Germany
47 Posts

Posted - 12 December 2004 :  09:08:06  Show Profile  Reply with Quote
masterao
Works a dream. Thanks!<

Phil White
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 12 December 2004 :  15:58:50  Show Profile  Visit masterao's Homepage  Reply with Quote
NP. Im glad you got it working .<

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Saberfang
Starting Member

5 Posts

Posted - 15 December 2004 :  20:04:08  Show Profile  Reply with Quote
GarethMoore1979

I can't get into my admin section, the second error I posted, so how do I run the mod setup.
Thanks for the help.

PS. hink it has to do with the database to but I don't know what is wrong with it. Does the code change any of the other tables in the DB or does it only create the PM table because I made some errors when I originally ran the mod setup and made the PM table manually but didn't change any of the other databases. If it does change other tables could someone tell me which ones and what the changes are (ie. fields and there datatypes) if I get tose I can change them manually and see if that fixes it.<
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 16 December 2004 :  09:10:13  Show Profile  Reply with Quote
im so sorry philwhite....I have been caught in in my own problems (php!! lol)...I completly forgot to come back here and check your problem. But im so glad to see you got it working. If there are anymore probs let me know (or send me an e-mail for a quicker reply!)


saberfang
the pm mod inserts some new fields into other existing tables. members table and config_new (off hang I think those are the ones). You MUST set it up via the db file provided in the zip file.

If you cant get into your admin file....(well thats another issue, nothing to do with this). But sort out the problem why you cant get into your admin section. then come back to this and run the db set up file!<
Go to Top of Page

cobrachen
Starting Member

48 Posts

Posted - 30 December 2004 :  16:43:53  Show Profile  Reply with Quote
Hi, I just installed this MOD into my 3.4.05 version of forum. It is woring fine. However, The Member List is not displaying correctly.

When I open the list, I could see there are 4 pages, so it means the data is there. When I check the source code, I found the error message as following:

<p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a0009'</font>
<p>
<font face="Arial" size=2>Subscript out of range: 'mM_PMRECEIVE'</font>
<p>
<font face="Arial" size=2>/cobrachen/forum/members.asp</font><font face="Arial" size=2>, line 393</font>

I copied and pasted the codes from the readme file. So while I am working on this issue, if you know the answer, appreciate.

Happy New Year.<
Go to Top of Page

cobrachen
Starting Member

48 Posts

Posted - 30 December 2004 :  17:26:23  Show Profile  Reply with Quote
Problem resolved. I missed one of the changes to the strSql = strSql & "M_AIM, M_ICQ, M_MSN, M_YAHOO, M_TITLE, M_POSTS, M_LASTPOSTDATE, M_LASTHEREDATE, M_DATE, M_PMRECEIVE " line.

Thanks and happy new year.<
Go to Top of Page

cobrachen
Starting Member

48 Posts

Posted - 30 December 2004 :  17:49:30  Show Profile  Reply with Quote
It's me again.

However, there is a bug in the instruction.
In the code modification of Topic.asp, there is one line to add:

rM_PM = 6

This line is part of the command to declare the array. If you read the code you will find out the next one is alo equal to 6. This created a problem to read the repoly correctly.

To make it correct, I renumbered the variables after rM_PM and everything so far works fine.

If anyone already point this out, apologize.

Thx.<
Go to Top of Page

losingmymind
Starting Member

5 Posts

Posted - 07 January 2005 :  23:32:14  Show Profile  Reply with Quote
I am getting an error only when I try to send to ALL members or when I try to view the blocklist page. I get "Too Few Parameters. Expected 1."
Depending on the page it gives a line number.
When I push send or submit for sending to all members I get the error for privatesend_info.asp line 168
this line looks like this:

Set rsBlockList = my_Conn.Execute(strSql)

When I click on the icon for blocklist, i get an error on the blocklist.asp page. Can't remember the line number on it. Will post as soon as I can..
Any ideas???

P.S. I love this mod.. I used the other PM mod on a different snitz forum I have and this one far blows away the other one. I can't wait to use it fully!! Great Job Gareth...<

Edited by - losingmymind on 07 January 2005 23:34:43
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 08 January 2005 :  19:19:52  Show Profile  Visit golfmann's Homepage  Reply with Quote
link at snitzbitz says no code!

What happened?<
Go to Top of Page

losingmymind
Starting Member

5 Posts

Posted - 08 January 2005 :  20:08:41  Show Profile  Reply with Quote
The place to find the code on snitzbitz is the one that just says private messages. Not the link given in here.
Here is the direct link to the mod.
http://www.snitzbitz.com/mods/download.asp?mid=62&fid=260

Hope that helps.
Amy<
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 08 January 2005 :  20:19:29  Show Profile  Visit golfmann's Homepage  Reply with Quote
Yea! It's helps lots!
Thanks Amy <
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 09 January 2005 :  18:53:11  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message  Reply with Quote
Here is the link to all of the private messages mods where I moved this mod to.

http://www.snitzbitz.com/mods/details.asp?Version=All&mid=62<

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

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 10 January 2005 :  10:34:53  Show Profile  Reply with Quote
quote:
Originally posted by losingmymind

I am getting an error only when I try to send to ALL members or when I try to view the blocklist page. I get "Too Few Parameters. Expected 1."
Depending on the page it gives a line number.
When I push send or submit for sending to all members I get the error for privatesend_info.asp line 168
this line looks like this:

Set rsBlockList = my_Conn.Execute(strSql)

When I click on the icon for blocklist, i get an error on the blocklist.asp page. Can't remember the line number on it. Will post as soon as I can..
Any ideas???

P.S. I love this mod.. I used the other PM mod on a different snitz forum I have and this one far blows away the other one. I can't wait to use it fully!! Great Job Gareth...




Hi, if you can post me a link to your site, and I will take a look.<
Go to Top of Page

losingmymind
Starting Member

5 Posts

Posted - 10 January 2005 :  23:20:11  Show Profile  Reply with Quote
link to the site to see it in action: http://www.avonreps.com/forum
If you want, I can post a txt file up for you.
Use testuser and the username and testpswd as the pswd.
Please let me know when you are finished so I can delete that user account.

Thanks, I appreciate it greatly!! :)
Amy<
Go to Top of Page

losingmymind
Starting Member

5 Posts

Posted - 14 January 2005 :  15:42:50  Show Profile  Reply with Quote
Gareth.... any news??
Amy<
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