Unable to reply email

Status
Not open for further replies.

memoriess

Verified User
Joined
Jan 5, 2006
Messages
22
Hi,

I have a strange problem here, which is one of my users have problem replying to her email. Whenever she reply her mail through the webmail, there will have an error, page cannot be displayed.

I did a further testing on a dummy account and did not find such problem.

Please advice how can I solve her problem.

Thanks
 
Watch the main httpd error log while she's attempting the email reply, to see if you get a better error message.

Jeff
 
Hi,

I saw the error logs of httpd, and keep showing..

Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes)
Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes)
Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes)
Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes)
Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes)


What does this means, and how do I resolve this? Thanks
 
Hey,

It appears you need to increase the memory limit in your php.ini file.

In your "php.ini" file look for a line similar to this one:

memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

and change the "8M" to 10M or 12M (or higher if you prefer).

David
 
Status
Not open for further replies.
Back
Top