Author |
|
atimoweb Newbie
Joined: 21 January 2011 Location: Brazil
Online Status: Offline Posts: 18
|
Posted: 20 May 2011 at 8:45am | IP Logged
|
|
|
We got a Linux cloud host plan and now we can make all changes in php.ini.
We set the upload_max_size and post_max_size to 30M. The memory_limit is 32M, we already requested the server to set 50M. But when we attach a file with 3M, the system displays the error message: Probably the file is larger than 2M.
Any help? Thanks!
|
Back to Top |
|
|
atimoweb Newbie
Joined: 21 January 2011 Location: Brazil
Online Status: Offline Posts: 18
|
Posted: 20 May 2011 at 10:15am | IP Logged
|
|
|
What does it means: Error while XML analysis. Error code 2?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 May 2011 at 12:49pm | IP Logged
|
|
|
Quote:
The memory_limit is 32M, we already requested the server to set 50M. But when we attach a file with 3M, the system displays the error message: Probably the file is larger than 2M. |
|
|
It is recommended to have at least 100-200M set for memory_limit. Roughly, it takes about 10 times of attachment's size for memory use to process an attachment.
Quote:
What does it means: Error while XML analysis. Error code 2? |
|
|
It means that something has interrupted XML packet transfer from client to server or vice versa. In this particular case, I suspect PHP error message has caused this. For production systems, it is recommended to configure PHP so that errors are not displayed but rather logged in a file.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
atimoweb Newbie
Joined: 21 January 2011 Location: Brazil
Online Status: Offline Posts: 18
|
Posted: 23 May 2011 at 7:13pm | IP Logged
|
|
|
Igor,
I set the memory_limit to 200M and both problems disappeared. All processes of webmail lite, reading, sending, opening folders, are considerably faster. Thank you for your help! This webmail application definitely the best! Congratulations!
|
Back to Top |
|
|