March 28, 2024, 12:03:37 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: login problem in webmail  (Read 3046 times)

Offline johnbritto

  • Linux Noob !
  • *
  • Posts: 15
login problem in webmail
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
login problem in webmail
« Reply #1 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.

Offline johnbritto

  • Linux Noob !
  • *
  • Posts: 15
login problem in webmail
« Reply #2 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

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
login problem in webmail
« Reply #3 on: May 15, 2006, 06:39:44 AM »
Sounds good.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
login problem in webmail
« Reply #4 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.