Its php memory limit in manual the key is the blank screen 11.1 How can I diagnose blank pages? !!!!!!!!!!!!!!!!!!!! Under some circumstances, a page request can result in nothing more than a blank page. In most cases, this happens after the installation of a plugin, but it can happen elsewhere as well. This problem is typically caused by fatal PHP errors that are simply not being shown on screen. You can find those errors by looking in your web server log file. The location of that file will be different on some machines, but one example is /var/log/httpd/error_log. Alternatively, you can tell PHP to display the errors on screen in one of a few ways described below (remember to turn them off again if you are doing this in a production environment): * Change the error reporting settings in php.ini (remember to restart the web server after you make changes to php.ini): display_errors=On error_reporting=E_ALL Your /var/log/httpd/error_log will say : Allowed memory size of 8388608 bytes exhausted (tried to allocate 8439 bytes) Change your php.ini's from 8M to 64M but beware to reboot your apache to make the change live #memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) memory_limit = 64M ; Maximum amount of memory a script may consume (64MB) At 12:15 AM 9/13/2009, you wrote: >We have been using squirrelmail version 1.4.6 on a redhat unix > >we have currently moved to a new server suse 10 es server > >we installed squirrelmail version 1.4.20-RC2 > >and we are using imap wu imap 2004g_suse > >we installed sendmail and removed postfix > >when we moved our mail box in /var/mail/marcelo >too our new server which is 45.8M >it fails read the inbox in squirrelmail but does show the counter number >of un read message. > >if we strip down the mail in /var/mail/marcelo too 10 messages >it reads fine. > >how can we fix this limitation ? > >please please help > >many thanks > > > > > >------------------------------------------------------------------------------ >Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >trial. Simplify your report design, integration and deployment - and focus on >what you do best, core application coding. Discover what's new with >Crystal Reports now. http://p.sf.net/sfu/bobj-july >----- >squirrelmail-users mailing list >Posting guidelines: http://squirrelmail.org/postingguidelines >List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx >List archives: http://news.gmane.org/gmane.mail.squirrelmail.user >List info (subscribe/unsubscribe/change options): >https://lists.sourceforge.net/lists/listinfo/squirrelmail-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users