|
|||||||
| pipe.php uses /var/lib/php/session no matter what | ||||
|---|---|---|---|---|
Category Unknown |
Affected Version 1.6 rc5 |
Priority 5 - Medium |
||
Status Cannot Reproduce |
Fixed Version (none) |
|||
Submitted 07-10-2009 |
||||
|
||||
|
|
|
|
|
|
pipe.php uses /var/lib/php/session no matter what
I tried to pipe my email using pipe.php as described in the wiki. But when sending email to support@mydomain.com I got this bounce back message:
----------------------------------------------------------- A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: Code:
pipe to |/home/username/public_html/support/api/pipe.php
generated by support@mydomain.com
local delivery failed
Code:
------ pipe to |/home/username/public_html/support/api/pipe.php
generated by support@mydomain.com ------
PHP Warning: session_start(): open(/var/lib/php/session/sess_4ui0iicdkp14n7l4eomce6fam6, O_RDWR) failed: No such file or directory (2) in /home/username/public_html/support/main.inc.php on line 46
Now, first I assumed it was a php config problem. But osticket web front-end works fine and doesn't complain about session path. Following instruction from hosting company, I added this line into .htaccess in the same location where osticket is installed: Code:
php_value session.save_path /tmp In fact I also tried to use cron.php and it also complains about not being able to write to /var/lib/php/session, even when I've set .htaccess as above. Please kindly help! Thanks. |
|
|
||
|
||
|
Yes, I tried that. Now the session error is gone. But Delivery failure is still there:
Code:
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/username/public_html/support/api/pipe.php
generated by support@mydomain.com
local delivery failed
|
|
|
||
|
||
|
Any error(s) being logged on admin dashboard?
*Make sure pipe.php is executable *Make sure piping is enabled. |
|
|
||
|
||
|
Yes pipe.php is already chmoded to 755
It's enabled in Admin panel. I checked, no related log in dashboard. |
![]() |
| Issue Tools |
|---|
Subscribe to this issue |