Someone knows why bug_report fails when it tries to read e_mails that enclosed large files and how can I fix?
I have reviewed all parameters at "config_default" and did not seem to be limited in size, althought continues to fail
Thanks
report Attachments
Moderators: Developer, Contributor
Re: report Attachments
There is most likely a limit on file size. Restore your admin directory and take a look at http://www.yoursite.com/admin/check.php, and look in the File Uploading section.
Re: report Attachments
Thanks Tinjaw
I am using the plugin to create reports from a mailbox.
When increasing the maximum size of files uploaded and "max_execution_time" in "php.ini". It works but it takes a lot to run the script when the mails are great. I need to read the header of the email and see the size of this to reject if it exceeds (500KB)
You know how I can do this?
Thank you
I am using the plugin to create reports from a mailbox.
When increasing the maximum size of files uploaded and "max_execution_time" in "php.ini". It works but it takes a lot to run the script when the mails are great. I need to read the header of the email and see the size of this to reject if it exceeds (500KB)
You know how I can do this?
Thank you
Re: report Attachments
I am not sure what you are asking to do?basi wrote:Thanks Tinjaw![]()
You know how I can do this?