RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > SVN Releases > Issues & Bugs

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-16-2006, 07:57 AM
Registered User
 
Join Date: Oct 2006
Posts: 23
Downloads: 0
Uploads: 0
Default Allowed memory size error in imap.inc

Hey guys. I've been searching up and down for this error in the forums and in google, I've had no luck fixing it, so I thought I should post it here. It only happens when I try to access Folders under Personal Settings.
I've also tried increasing the memory size in php.ini, but nothing seems to do it.

Using svn 360

PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1025 bytes) in /var/www/htdocs/mail/program/lib/imap.inc on line 431

Please let me know if I need to provide any more information...

I would also like to add that the login time takes about 10-15 seconds, I have no further information on this atm, nothing special in my logs either. is this normal or could it be my server setup? just thought I'd mention it if anyone knows anything about this experience, I'd be glad to get some feedback.

BTW, Roundcube ROCKS!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-22-2006, 05:54 PM
Registered User
 
Join Date: Oct 2006
Posts: 23
Downloads: 0
Uploads: 0
Default Re: Allowed memory size error in imap.inc

Is this error so obvious that I should see the problem?
Haven't anyone had this error before? Or is this project dumped?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 11-13-2006, 11:25 AM
Registered User
 
Join Date: Nov 2006
Posts: 1
Downloads: 0
Uploads: 0
Default Re: Allowed memory size error in imap.inc

I also have a similar problem. I am unable to view any emails that have an attachment. This what I get in the error:
PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7525418 bytes) in /home/www/vhosts/roundcube.mezoko.net/program/lib/imap.inc on line 1901
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 10-12-2007, 09:02 PM
Registered User
 
Join Date: Oct 2007
Posts: 8
Downloads: 0
Uploads: 0
Default Re: Allowed memory size error in imap.inc

I am having the exact same issue. Anyone have any ideas? Other then that, I LOVE roundcube!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 10-12-2007, 10:30 PM
Registered User
 
Join Date: Oct 2007
Posts: 8
Downloads: 0
Uploads: 0
Default Re: Allowed memory size error in imap.inc - SOLVED

I resolved this issue with a bit of guidance from another post. In it, the guy (his name escapes me at the moment, but thank you regardless!) tells you to put this line in your index.php file

ini_set("memory_limit", "16M");

I did that and it did not resolve my issue. However, I upped the memory from 16M to 64M and it worked like a charm. Granted, I have tons of memory in this machine (Debian with 2gb of ram and only 40 users), so it's not like I'll run into memory issues (crosses fingers. ) Anyways, here's what mine looks like.

ini_set('error_reporting', E_ALL&~E_NOTICE);

Right below the above line, I put this line below it.

ini_set("memory_limit", "64M");

So it looks like this

ini_set('error_reporting', E_ALL&~E_NOTICE);
ini_set("memory_limit", "64M");

Hope that helps!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 03:58 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community