Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: johnbritto on May 11, 2006, 10:39:34 AM

Title: login problem in webmail
Post by: johnbritto on May 11, 2006, 10:39:34 AM
Dear All,


I  configured squirrelmail in RHEL AS 3.0 , after given the userid and passwd
its showing this error " Fatal error : Allowed memory size of 8388608 bytes exhauseted at (null) : 0 (tried to allocate 4097 bytes) in /usr/share/squirrelmail/functions/impa_general.php online 48"

Pls tell me why this error coming and pls give the solution to rectify this problem
I used squirrelmail rpm

Thanks & Regards
John
Title: login problem in webmail
Post by: Ricky on May 11, 2006, 06:12:26 PM
The problem lies in php configuration. Goto your php.ini and look for some memory allocation directive. I don't remember which one actually but I have faced same problem and was able to reactifiy that same way.
Title: login problem in webmail
Post by: johnbritto on May 15, 2006, 05:43:47 AM
Hi Ricky,

Thanks for ur replay.....i checked the php.ini file and i changed the default memory size ..still the same....

Thn i found the problem, actually i given a wrong ip in IMAP server.

Now its working fine.

Thanks & Regards
John
Title: login problem in webmail
Post by: gauravbajaj on May 15, 2006, 06:39:44 AM
Sounds good.
Title: login problem in webmail
Post by: Ricky on May 15, 2006, 05:03:18 PM
sounds.. good..

Well .. glad its solved but I the error is about PHP ie. it means that how much memory should be allowed to a script while execution at once.

Anyways.