Hello,
I am having a somewhat perplexing problem that I seem to be stuck on. I'm new to osticket and just set up the latest version of it on Saturday on my shared linux hosting plan.
When a user sends an email to my piped email address, it generates the ticket, notifies me, and sends them a confirmation, all as expected. However, it also sends an email back to the user with the following error:
This message was created automatically by mail delivery software.
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/myusername/public_html/tms/api/pipe.php
generated by help@mydomain.com
The following text was generated during the delivery attempt:
------ pipe to |/home/myusername/public_html/tms/api/pipe.php
generated by help@mydomain.com ------
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_xslt.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/php_xslt.dll: cannot open shared object file: No such file or directory in Unknown on line 0
I've tried searching and browsing the forum extensively - I found a few threads describing similar problems, but none had the same error I'm getting. The ones I found were also somewhat old and were likely prior to the 1.6 RC4 version which I am using.
I sent an email to my hosting provider, and they replied as follows:
Marc,
This is one or multiple issues with your program:
1. The permisions are setup wrong
2. The script is configured incorrectly
3. The script has a bug
They also offered to try and fix it for me, for a fee. I'd like to try and resolve it myself first (with your help!).
If anyone can offer any advice or suggestions, I would be most appreciative!
I am running the following:
CPanel 11.18.3-RELEASE build 21703, Theme X3
Apache 1.3.39 (Unix)
PHP 5.2.4
MySQL 5.0.45-community
I've already verified that my pipe.php is chmod' 764
The first 2 lines of pipe.php are:
#!/usr/bin/php -q
<?php
Thanks,
Marc