Author Topic: 1.6.1 Email Problem - error Allowed memory  (Read 3138 times)

vnju

  • Newbie
  • *
  • Posts: 17
    • View Profile
1.6.1 Email Problem - error Allowed memory
« on: January 09, 2010, 02:04:30 am »
Upgrade 1.6.1 from 1.6.0 I got error:
Allowed memory size of 67108864 bytes exhausted (tried to allocate 11886357 bytes) in opengoo/library/swift/lib/Swift.php on line 1753

It didn't happen to everyone, just someone
 thanks
« Last Edit: January 09, 2010, 04:40:51 am by vnju »

sabreman

  • Freshman
  • *
  • Posts: 12
    • View Profile
Re: 1.6.1 Email Problem - error Allowed memory
« Reply #1 on: January 13, 2010, 11:17:43 am »
Hi
I'm getting similar ones:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 35 bytes) in /home/dpgxnitz/public_html/extranet/library/htmlpurifier/HTMLPurifier.standalone.php on line 14742

But as you say, not happening to every email, just some of them.  Have not spotted a trend yet either! But will report if I do...

Is another error:
Allowed memory size of 16777216 bytes exhausted (tried to allocate 2518438 bytes) in /home/dpgxnitz/public_html/extranet/application/controllers/MailController.class.php on line 376

I've tried to increase the memory size in the ini.php file, but it seems to have made little difference.

Anyone else experiencing this?
« Last Edit: January 13, 2010, 02:19:08 pm by sabreman »

sambashakti

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: 1.6.1 Email Problem - error Allowed memory
« Reply #2 on: January 15, 2010, 11:38:11 am »
Any one have ideas on this.
We are in the same situation.
Error: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 31561909 bytes) in /home/loudlion/public_html/theflame/environment/library/database/adapters/MysqlDBAdapter.class.php on line 285
We have our memory raised to 256MB in PHP.

sabreman

  • Freshman
  • *
  • Posts: 12
    • View Profile
Re: 1.6.1 Email Problem - error Allowed memory
« Reply #3 on: January 17, 2010, 10:00:08 am »
Hi

I think we may have cracked this.  Advice was given about increasing the size in the php.ini file.  If you do this, do note that this seems to relate to two files.  One inside the Feng Office folder system then one in the root directory on your server.

We changed both and added the two lines as follows:
php_flag memory_limit 128M
php_flag upload_max_filesize 16M

So far so good, (it's been three days without errors) will post back if not the case!

No idea if this will work for others, but maybe worth a go.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.6.1 Email Problem - error Allowed memory
« Reply #4 on: January 20, 2010, 12:14:58 pm »
sambashakti, What where you doing when you got that error?