Author Topic: php bug?  (Read 3685 times)

Offline mmlug

  • Newbie
  • *
  • Posts: 1
php bug?
« on: October 06, 2006, 05:59:53 AM »
Hi All,
I found some errormessage on my roundcube webmail. it is a roundcube bug or php bug?


Fatal error: Allowed memory size of 16777216 bytes exhausted at (null):0 (tried to allocate 1985261 byte)

how can i solve the error.?

regards,
mmlug.


Offline RolfXXL

  • Newbie
  • *
  • Posts: 9
Re: php bug?
« Reply #1 on: October 06, 2006, 06:10:23 AM »
Try to set your memory limit in php.ini to some higher value.
Like mentioned in some other thread, roundcube needs pretty much memory when sending attachements.