migrated osticket and email piping problem
here a line from my /etc/aliases
fu, "|/usr/local/bin/php -q /home/foo/www/fu.net/osticket/api/pipe.php"
i tried using root user too
ever since i migrate to new server i can only get piping to work if i chmod 777 pipe.php, i think? please help, i'm getting the following error
----- The following addresses had permanent fatal errors -----
"|/usr/local/bin/php -q /home/nullshells/www/nullshells.net/osticket/api/pipe.php"
(reason: 255)
(expanded from: )
----- Transcript of session follows -----
PHP Warning: session_start() : Cannot send session cookie - headers already sent in /home/fu/data/www/fu.net/osticket/main.inc.php on line 46
PHP Warning: session_start() : Cannot send session cache limiter - headers already sent in /home/fu/data/www/fu.net/osticket/main.inc.php on line 46
PHP Fatal error: Call to undefined function utf8_encode() in /home/fu/data/www/fu.net/osticket/api/pipe.php on line 78
554 5.3.0 unknown mailer error 255
here are permissions on the old server, still not 764
-rw-r--r-x 1 dren www 4616 Mar 14 2008 pipe.php
i know i can just chmod 777, but i'd like to get this working normal according to instructions with chmod 764 thanks