CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Confirmation emails in 3.1.1
Pages: [1]

Author Topic: Confirmation emails in 3.1.1  (Read 782 times)

wd40

  • Guest
Confirmation emails in 3.1.1
February 03, 2010, 12:34:29 pm
I just upgraded CiviCRM to version 3.1.1 and confirmation emails/receipts no longer get sent out. The error I am getting during a contribution page test-drive is:

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 7680 bytes) in /home1/myaccountname/public_html/sites/all/modules/civicrm/CRM/Mailing/DAO/Spool.php  on line 154

if I change CRM/Mailing/BAO/Job.php to the one in SVN repository as suggested in the forum (http://forum.civicrm.org/index.php/topic,11912.msg51334.html#msg51334), I get another error message:

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 7680 bytes) in /home1/myaccountname/public_html/sites/all/modules/civicrm/CRM/Mailing/DAO/Spool.php  on line 154

Any ideas how to fix this?

Thanks,
es

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Confirmation emails in 3.1.1
February 03, 2010, 10:27:05 pm
Quote from: wd40 on February 03, 2010, 12:34:29 pm
I just upgraded CiviCRM to version 3.1.1 and confirmation emails/receipts no longer get sent out. The error I am getting during a contribution page test-drive is:

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 7680 bytes) in /home1/myaccountname/public_html/sites/all/modules/civicrm/CRM/Mailing/DAO/Spool.php  on line 154

This means that you’re hitting a 48 MiB memory_limit cap in PHP. Is there a chance you can up the limit to 64 MiB and try again?

Quote
if I change CRM/Mailing/BAO/Job.php to the one in SVN repository as suggested in the forum (http://forum.civicrm.org/index.php/topic,11912.msg51334.html#msg51334), I get another error message:

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 7680 bytes) in /home1/myaccountname/public_html/sites/all/modules/civicrm/CRM/Mailing/DAO/Spool.php  on line 154

Er, this looks like quite the same error to me…
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Confirmation emails in 3.1.1

This forum was archived on 2017-11-26.