poMMo Community Forums

poMMo is a PHP Mass Mailer. Welcome to our community!

You are not logged in.

Announcement

The SourceForge forums are still viewable here, although no longer active. We hope you enjoy the new amenities of punBB! ;)

#1 2007-07-24 03:37:14

doppler
Member
Registered: 2006-12-02
Posts: 23

problems

Good day. I have 2 problems with Pommo 15.1...

The first is in the mailing page of Pommo:

Mailings take place in the background so feel free to close this page, visit other sites, or even turn off your computer. You can always return to this status page by visiting the Mailings section. Throttle settings can also be adjusted -- although you must pause and revive the mailing before changes take effect.

...Sending message to xxxx subscribers.


I'm sending the message to my subscribers but Pommo report: "Sending failed: Could not instantiate mail function."


My message is not going out to my list because Php mail function not works...



--- 2° problems -----

When I go into the SETUP (and click to general), Test Exchanger says:

Fatal error: Call to a member function addErr() on a non-object in /fpgs/fpgshttpd/doppler6/pommonew/inc/helpers/messages.php on line 137


Sendmail and smtp not work, so I can't use them.


Thank you,
Dopp

Offline

 

#2 2007-07-25 22:54:28

brice
Mr. poMMo
From: USA
Registered: 2006-05-15
Posts: 1560
Website

Re: problems

Doppler,

  The fatal error thrown during "test mail exchanger" is a known issue, and is fixed in SVN.

  You'll need to have at least 1 of the exchangers working. SMTP is usually the easiest for Windows IIS/NT environments, providing either your webhost supplies one or you subscribe to an external relay service.

~ brice

Offline

 

#3 2007-08-01 13:10:34

doppler
Member
Registered: 2006-12-02
Posts: 23

Re: problems

Brice...
What "SVN" means?

Can I use the "php mail function" or I must put my hands on a SMTP service?


I have used the php mailer in the old version of Pommo. Now?

Offline

 

#4 2007-10-16 19:29:27

doppler
Member
Registered: 2006-12-02
Posts: 23

Re: problems

Good day.
At this moment, I'm not able to write my list.

----------
Fatal error: Call to a member function addErr() on a non-object in /fpgs/fpgshttpd/doppler6/pommonew/inc/helpers/messages.php on line 137

Sendmail and smtp not work, so I can't use them.
---------


I WILL GIVE $50 to the person that will fix my Pommo (for me), it's very urgent.
I'm not able to put my hands on it and I need to write my subscribers.


Please help, thank you.
Dop

Offline

 

#5 2007-10-16 20:00:27

comporder1
Moderator
Registered: 2006-07-19
Posts: 1244

Re: problems

Doppler,

Try applying this patch - http://pommo.org/community/viewtopic.php?id=811

Offline

 

#6 2007-10-18 05:26:00

doppler
Member
Registered: 2006-12-02
Posts: 23

Re: problems

Thank you comporder1...

Btw, that post is not clear for me. What it means? Where I place it?


Thank you,
Dop

Offline

 

#7 2007-10-18 07:56:51

comporder1
Moderator
Registered: 2006-07-19
Posts: 1244

Re: problems

Open inc/helpers/messages.php, After around line 119 -

     function testExchanger($to,$exchanger) {
          global $pommo;

add -

       $logger = & $pommo->_logger;

all together, it should look like -

      function testExchanger($to,$exchanger) {
          global $pommo;
         $logger = & $pommo->_logger;
          Pommo::requireOnce($pommo->_baseDir.'inc/classes/mailer.php');
         
          $subject = Pommo::_T('poMMo test message');

Save and exit. Try the "test exchanger" again

Understand?

Offline

 

#8 2007-10-18 17:25:33

doppler
Member
Registered: 2006-12-02
Posts: 23

Re: problems

Thank you a lot!

I will try it... :-)

Dop

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson