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
 Help: Newsletter 2.34
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

richfed
Average Member

United States
999 Posts

Posted - 17 November 2002 :  11:04:17  Show Profile  Visit richfed's Homepage
Well, I fixed this ... I had to manually change the value in the database of these two columns from a minus 1 to a positive 1. Not sure of the circumstances that caused this, but it's better now.

Rich
[size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1]
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 10 December 2002 :  11:38:43  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Is there anyway of setting some code up, so when new people register, they are automatically added to the newsletter subscription list?

Thanks
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 17 December 2002 :  16:20:35  Show Profile
Hi I Get the following message after installing the MOD.

Microsoft OLE DB Provider for SQL Server error '80040e37'

Invalid object name 'FORUM_Maillist'.

/forumlive2/nladmin.asp, line 45

As you can see, I am using SQL. I have run the MOD Setup in Admin options, but it tells me the tables exist.

Any Ideas?


Nick
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 17 December 2002 :  16:24:10  Show Profile
By the way, I am running 34v234

Cheers,

Nick

Nick
Go to Top of Page

Lucky
Junior Member

USA
127 Posts

Posted - 20 December 2002 :  00:21:37  Show Profile  Visit Lucky's Homepage  Send Lucky an AOL message
quote:
Originally posted by mortioli

Is there anyway of setting some code up, so when new people register, they are automatically added to the newsletter subscription list?

Thanks



I agree. Is there any way to set this up? Could there be a pull down menu like "Allow Forum Members to Send you E-Mail?:" that would let them opt in/out from the time they sign up?

~Lucky
Go to Top of Page

Lucky
Junior Member

USA
127 Posts

Posted - 21 December 2002 :  19:32:43  Show Profile  Visit Lucky's Homepage  Send Lucky an AOL message
Is anyone else working on this? (other than burthold - it seems he's pretty tied up.)

~Lucky
Go to Top of Page

richfed
Average Member

United States
999 Posts

Posted - 20 January 2003 :  07:50:35  Show Profile  Visit richfed's Homepage
I've got two forums ... both use Snitz 3.4.03 and both use Access 2000 database. Both are on the same server &, as far as I can tell, the E-mail settings are identical.

The Newsletter MOD works fine on one, but I just tried sending one on the other & received this error:

Send Failure...Error was 6 - 550 not local host Netscape.net, not a gateway User:

The E-mail address of the user was included in the error. All the way down the line, each user generated the same error message EXCEPT for mine ... mine was sent & received! The domains were valid [msn.com, aol.com, etc.].

Any ideas on this?

PS - E-mail all users works just fine!

Rich
[size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1]

Edited by - richfed on 20 January 2003 07:55:34
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 20 January 2003 :  09:44:30  Show Profile  Visit burthold's Homepage
It has to do with mail relaying setup on your mail server. The newsletter mod is connecting to your mail server you mail server is rejecting the mail.

Wes
Go to Top of Page

richfed
Average Member

United States
999 Posts

Posted - 21 January 2003 :  05:08:41  Show Profile  Visit richfed's Homepage
Thanks, Wes ...

My web host says that they haven't changed anything, but they're looking into it. [?!?!]

All other E-mail functions work ... odd.

Rich
[size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1]
Go to Top of Page

richfed
Average Member

United States
999 Posts

Posted - 02 February 2003 :  10:58:42  Show Profile  Visit richfed's Homepage
quote:
Originally posted by burthold

It has to do with mail relaying setup on your mail server. The newsletter mod is connecting to your mail server you mail server is rejecting the mail.

Wes



This really doesn't make any sense to me ...

My web host claims nothing is different or wrong at their end. I use the identical files on both my forums - all of them, with some minor modification on a couple [like config, inc_header, default, etc.].

Add to that:

  • My regular E-mail works fine
  • My Snitz-based E-mail works fine, including subscriptions, E-mail All Users, etc.
  • The Newsletter sends E-mail just fine on Forum A [the larger, busier one]
  • Even on Forum B, it sends the Newsletter to ME - it rejects all other addies!


My server uses ASPEmail.

What could possibly be causing this?!?

Rich
[size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1]
Go to Top of Page

dcigary
Starting Member

USA
4 Posts

Posted - 04 February 2003 :  01:31:53  Show Profile
When I try to run the database mod, I receive the following error as well as other people have:

Newsletter 2.0 Mod

Creating table(s)...
CREATE TABLE FORUM_MAILLIST( ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , EMAIL varchar(50) NOT NULL , ACTIVE int NULL , ACTIVE_TEMP int NULL DEFAULT 1, DATE_CREATED varchar(20) NULL )
Table already exists

I tried a manual delete before the script of the table, and it said that the table didn't exist. Then, when the script ran, it said that the table already exists!

Muh?

What's going on??

BTW I'm using an Access DB.

Edited by - dcigary on 04 February 2003 01:35:30
Go to Top of Page

dcigary
Starting Member

USA
4 Posts

Posted - 04 February 2003 :  11:19:43  Show Profile
Ahh. Nevermind. I did a little more searching through the forums and found out about the MS 2000 Connect string issue. I had the DB configured as a DSN at my hosting service. I changed the database connection to be one of the MS 2000 connect strings and now all is well.

Go to Top of Page

dcigary
Starting Member

USA
4 Posts

Posted - 06 February 2003 :  23:48:17  Show Profile
Ok, and you just THOUGHT you got rid of me. :)

Here's what I've been seeing. I loaded my MAILLIST table manually by bringing the database down to my PC and inserting the records in with an import from a text file.

However, now when I go to edit any of the addresses that I put in AFTER the import, i.e. through the subscribe dialog box, I get the following error:

Microsoft VBScript runtime error '800a0006' 

Overflow: 'cint' 

/forum/nledit_record.asp, line 20


In looking at the table, the records I inserted I have 1-120 in the ID field, and the ones that I did manually have a pretty large number like 453054269. I take it something got out of whack in the table with the autosequence type and I'm overflowing?
Go to Top of Page

kbrowder
Starting Member

6 Posts

Posted - 09 February 2003 :  14:28:19  Show Profile  Visit kbrowder's Homepage
I am running the serverhacker modded snitz 3.4 with the newsletter mod installed.

When I email the newsletter, it arrives with a sickly green background. I need it to have the lightpurple that is used in the serverhacker forum.

Can someone point me to the right file where I can change that?

Thanks for any help.

Ken Browder
http://7times.org
"A Newletter of Biblical Understanding"
Go to Top of Page

richfed
Average Member

United States
999 Posts

Posted - 12 February 2003 :  13:39:01  Show Profile  Visit richfed's Homepage
quote:
Originally posted by richfed

quote:
Originally posted by burthold

It has to do with mail relaying setup on your mail server. The newsletter mod is connecting to your mail server you mail server is rejecting the mail.

Wes



This really doesn't make any sense to me ...

My web host claims nothing is different or wrong at their end. I use the identical files on both my forums - all of them, with some minor modification on a couple [like config, inc_header, default, etc.].

Add to that:

  • My regular E-mail works fine
  • My Snitz-based E-mail works fine, including subscriptions, E-mail All Users, etc.
  • The Newsletter sends E-mail just fine on Forum A [the larger, busier one]
  • Even on Forum B, it sends the Newsletter to ME - it rejects all other addies!


My server uses ASPEmail.

What could possibly be causing this?!?



Finally got to the bottom of this. It was my server. Nothing wrong with the mod or my implementation of it. Basically, my webhosts eliminated many of the aliases for generated e-mail. On one site, I was using my main e-mail in my Snitz e-mail configuration. The other, I was using something else: webmaster@etc.,etc. Switched that over and it all worked.



Rich
[size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1]
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07