PDA

View Full Version : Local Email Piping Problem


nasiman
01-25-2008, 04:33 PM
The problem is that pipe.php is exiting with 'EX_CONFIG', 78 error. I am not really strong in Unix. Is it something I configured incorrectly in osticket or is it an internal server configuration problem?

Fast reply is much appreciated :D

nasiman
01-25-2008, 04:50 PM
Hello again,
I just found an answer to my question
I just had to put absolute paths instead of relative ones in the code from api.inc.php :p

if(!file_exists('../main.inc.php')) exit(EX_CONFIG);
require_once('../main.inc.php');

I learned a lot in the last couple of days.

So far the experience with osticket was a pleasant one. Keep up the good work!