Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.2.6
-
Fix Version/s: None
-
Component/s: CiviMail
-
Labels:None
Description
Symptom:
Mailprocessor is stuck and refuses to process bounces.
wget -O - -q -t 1 'http://.../sites/all/modules/civicrm/bin/CiviMailProcessor.php?name=...&pass=...&key=...'
retrieving message /.../bounces//new/1248257584.V301I2345244M584664....
retrieving message /.../bounces//new/1248257830.V301I2345245M600436....
retrieving message /.../bounces//new/1248257975.V301I2345246M464156....
<br />
<b>Fatal error</b>: Call to undefined function sys_get_temp_dir() in <b>/.../html/sites/all/modules/civicrm/packages/ezc/Mail/src/parser/parser.php</b> on line <b>257</b><br />
Cause:
In different places it is stated that CiviCRM requires PHP 5 or PHP 5.2+ for its operation.
I have PHP 5.2.0.
But function sys_get_temp_dir() is PHP 5 >= 5.2.1.
http://www.php.net/manual/en/function.sys-get-temp-dir.php