snappt Posted January 19, 2019 Report Posted January 19, 2019 All requirements are met for emails. I have the forward emails et as well. This is the error message I get when I try to send an email to the email address I use to Pipe /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 1: ?php: No such file or directory /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 2: /bin: Is a directory /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 3: bin: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 4: bin: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 5: bin: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 6: bin/: Is a directory /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 7: =: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 9: try: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 10: syntax error near unexpected token `newline' /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 10: ` include(' Any ideas? Quote
0 Paul Posted January 21, 2019 Report Posted January 21, 2019 It sounds like you are missing the hashbang - the path to PHP at the beginning of pipe.php. This must be added, and pipe.php must be executable (755 or 777). See https://docs.blesta.com/display/user/Support+Manager#SupportManager-email-pipingEmailPiping for more details. Quote
0 Tiny Posted January 24, 2019 Report Posted January 24, 2019 On 1/20/2019 at 6:15 AM, snappt said: All requirements are met for emails. I have the forward emails et as well. This is the error message I get when I try to send an email to the email address I use to Pipe /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 1: ?php: No such file or directory /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 2: /bin: Is a directory /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 3: bin: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 4: bin: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 5: bin: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 6: bin/: Is a directory /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 7: =: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 9: try: command not found /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 10: syntax error near unexpected token `newline' /home/user/public_html/site/plugins/support_managerpro/pipe.php: line 10: ` include(' Any ideas? They should begin like this: |/home/user/public_html/site/plugins/support_managerpro/pipe.php I also had serious trouble, to get it working,. Also you likely need to set a hashbang and chmod to executable Quote
Question
snappt
All requirements are met for emails.
I have the forward emails et as well.
This is the error message I get when I try to send an email to the email address I use to Pipe
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 1: ?php: No such file or directory
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 2: /bin: Is a directory
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 3: bin: command not found
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 4: bin: command not found
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 5: bin: command not found
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 6: bin/: Is a directory
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 7: =: command not found
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 9: try: command not found
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 10: syntax error near unexpected token `newline'
/home/user/public_html/site/plugins/support_managerpro/pipe.php: line 10: ` include('
Any ideas?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.