Details
Description
The path for piping configuration when editing a support department is not as reliable as piping it directly to pipe.php.
Update the path here to include pipe.php instead so that it looks something like:
/usr/bin/php /home/user/public_html/plugins/support_manager/pipe.php
Note that the path is dynamically generated, and should continue to be dynamically generated.
It would be a good idea also to update the tooltip. Currently it says:
Set your piping path as shown, but be sure to update it to point to where PHP is installed if it differs from what is shown.
Change this to:
Set your piping path as shown, but be sure to use the correct path to PHP on your server. Make sure pipe.php is executable. You may also need to edit pipe.php to include a hashbang on line 1 that would look something like: #!/usr/bin/php