Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.1
-
Component/s: CiviCase, Core CiviCRM
-
Labels:None
Description
Was playing around with Email2Activity.php and when I ran it got the error:
"Could not read from /Users/lobo/public_html/drupal6/files/civicrm/upload/incoming/ "
Looking at the file this line near the start seems to be the obvious candidate:
define( 'MAIL_DIR_DEFAULT' , '/Users/lobo/public_html/drupal6/files/civicrm/upload/incoming/');
Not sure what it should point at, but I doubt that's it...