jsfritz
09-04-2008, 02:43 PM
Hello,
When looking over a ticket someone noticed two errors: (Cerberus Helpdesk version 4.0 build 642)
--------------------------------
[error]: delete note
Date: Thu, 04 Sep 2008 08:32:49 -0400
Exception thrown while sending email: Unable to open file '/var/www/html/cerberus/storage/attachments/045/771 for reading. Check the file permissions.
--------------------------------
[error]: delete note
Date: Thu, 04 Sep 2008 08:33:04 -0400
Exception thrown while sending watcher email: There was a problem reading line 1 of an SMTP response. The response so far was:<br />[]. It appears the connection has died without saying goodbye to us! Too many emails in one go perhaps? (fsockopen: #0)
--------------------------------
Now, this may explain why one of our users is not getting watcher emails at all -- but that's another story.
For some reason in the first error, the attachment file in question was chmodded to 400 and was owned by a specific user on our system. Not sure how this happened? I chmodded the entire storage directory recursively to 777, owned by apache. Probably not the best idea, but it's only an intranet server and we need watcher emails to work correctly.
I don't know how to test this further because those error messages have only occurred on this one ticket so far.
As far as the second error, I have no idea what could cause it or how to test/fix it or even if it could possibly be caused by the first error. Could someone give me more information?
When looking over a ticket someone noticed two errors: (Cerberus Helpdesk version 4.0 build 642)
--------------------------------
[error]: delete note
Date: Thu, 04 Sep 2008 08:32:49 -0400
Exception thrown while sending email: Unable to open file '/var/www/html/cerberus/storage/attachments/045/771 for reading. Check the file permissions.
--------------------------------
[error]: delete note
Date: Thu, 04 Sep 2008 08:33:04 -0400
Exception thrown while sending watcher email: There was a problem reading line 1 of an SMTP response. The response so far was:<br />[]. It appears the connection has died without saying goodbye to us! Too many emails in one go perhaps? (fsockopen: #0)
--------------------------------
Now, this may explain why one of our users is not getting watcher emails at all -- but that's another story.
For some reason in the first error, the attachment file in question was chmodded to 400 and was owned by a specific user on our system. Not sure how this happened? I chmodded the entire storage directory recursively to 777, owned by apache. Probably not the best idea, but it's only an intranet server and we need watcher emails to work correctly.
I don't know how to test this further because those error messages have only occurred on this one ticket so far.
As far as the second error, I have no idea what could cause it or how to test/fix it or even if it could possibly be caused by the first error. Could someone give me more information?