11
Shijk
Re: need to mail out newsletter to 1000 people
  • 2004/3/22 22:33

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


I Turned PHP-DEBUG on...but it doesn't show anything..

So there is no PHP problem??

12
Sm0ka
Re: need to mail out newsletter to 1000 people
  • 2004/3/25 14:20

  • Sm0ka

  • Just popping in

  • Posts: 41

  • Since: 2003/12/25


There is no file to correct the xoops/class bug, you must check your XOOPS in order to see if you have an errous XOOPS version. It's rather simple, you have to change only one line.

Do this to see if your XOOPS version is stable and xoops/class bug-free:

Go to line 342 in file /class/criteria.php
If that line looks like this:

if ( is_numeric($this->value) ) { // || strtoupper($this->operator) == 'IN') ???


Change it to:

if ( is_numeric($this->value) || strtoupper($this->operator) == 'IN') {


Now i'll suggest the following:

Install Xmail, because this module was made exactly to send mails to XOOPS users.

After install, read readme.txt (i can't stress this enough) and you will find all indications there.

IMPORTANT: In the parameters, you can specify how many mails to send at each time, in order not to overload the server, thus not causing it to freeze.
That may be the source of your problem.

You can get Xmail here.

Good Luck
]'s
Claudia A. Callegari

13
Shijk
Re: need to mail out newsletter to 1000 people
  • 2004/3/25 22:03

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Hi there, Thanks for the reply!

Line 342 was ok!

I installed Xmail..but when I click on E-mail system?
I get a blank page..I can only change the parameters in admin..but configuration,Entered message etc I get also a blank page

Mark

14
giba
Re: need to mail out newsletter to 1000 people
  • 2004/3/26 20:50

  • giba

  • Just can't stay away

  • Posts: 638

  • Since: 2003/4/26


Hi, Mark


Which the version that is using in its site.
You is using compression GZIP?

Sorry my english...

15
claudiab
Re: need to mail out newsletter to 1000 people
  • 2004/3/27 18:09

  • claudiab

  • Just popping in

  • Posts: 3

  • Since: 2004/3/1 1


Hi Mark !

Please

- Turn on php debug, on System Admin - Preferences

Please tell us the results.

Regards
Claudia

16
claudiab
Re: need to mail out newsletter to 1000 people
  • 2004/3/31 11:58

  • claudiab

  • Just popping in

  • Posts: 3

  • Since: 2004/3/1 1


Hello Mark !

Could you solve your problem of sending 1000 or more e-mails?

If not, don't give up! NOw that you installed the Xmail module you should enabled the php debug mode and probably it'll show the error message.

Also, check if the GZIP compression is disabled (System Admin --> Preferences). If it isn't disabled, try to disable it.

This makes me feel very intered because if ti's a software bu, I'd like to fix it.

Thanks for your attention!

Hugs,

Claudia A. V. Callegari


17
basby
Re: need to mail out newsletter to 1000 people
  • 2004/3/31 12:27

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Can you subscribe/unsubscribe from the newsletter without being a member of the community?

18
Catzwolf
Re: need to mail out newsletter to 1000 people
  • 2004/3/31 17:45

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Hi,

I have modified evennews for a client, give this a try and see what happens, but you will need to fix the bug in XoopsMailer as above.

Download and see how you get on

I better point that you will have to unistall the previous version thou and install this one, as they are totally different. But you can import your XOOPS user easily thou.

19
basby
Re: need to mail out newsletter to 1000 people
  • 2004/4/1 6:37

  • basby

  • Not too shy to talk

  • Posts: 109

  • Since: 2003/1/28


Hi,

You refer to a bug in XoopsMailer. Is that the bug in 'criteria.php' as mentioned earlier in this thread?

20
carlocl
Re: need to mail out newsletter to 1000 people
  • 2004/4/1 7:43

  • carlocl

  • Just popping in

  • Posts: 3

  • Since: 2004/4/1 7


I have the problems with the new version of Evennews
the bugs are:

Warning [Xoops]: Smarty error: problem writing temporary file '/home/rimamed/public_html/templates_c/406bca138d9ba' in file class/smarty/Smarty.class.php line 1042
Warning [PHP]: touch(): Unable to create file /home/rimamed/public_html/templates_c/db%3Aevennews_block_subcr.html because Permission denied in file class/smarty/Smarty.class.php line 1575
Warning [PHP]: fetch(/home/rimamed/public_html/templates_c/db%3Aevennews_block_subcr.html): failed to open stream: No such file or directory in file class/smarty/Smarty.class.php line 1164
Warning [PHP]: fetch(): Failed opening '/home/rimamed/public_html/templates_c/db%3Aevennews_block_subcr.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file class/smarty/Smarty.class.php line 1164

Please help me!

Login

Who's Online

169 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 169


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits