Very strange piping behaviour...

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Lisaweb
Posts: 94
Joined: Sun Sep 25, 2011 3:23 pm

Very strange piping behaviour...

Post by Lisaweb »

Howdy,

Using this software and everything is working great. However, we are getting the strangest behaviour from the email piping... if we send an email to the ticket system, it creates a ticket in the system, exactly as it should. But afterwards, we receive a bounce message from the server -
Subject: Mail delivery failed: returning message to sender

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 |/../../../usr/bin/php -q /home/website/public_html/faq/inc/mail/hesk_pipe.php
   generated by helpdesk@website.com

The following text was generated during the delivery attempt:

------ pipe to |/../../../usr/bin/php -q /home/website/public_html/faq/inc/mail/hesk_pipe.php
      generated by helpdesk@website.com ------

PHP Warning:  Cannot load module 'pdo_pgsql' because required module 'pdo' is not loaded in Unknown on line 0

------ This is a copy of the message, including all the headers. ------
Not knowing sql, I am at a loss as to what might be occurring here. Any ideas or suggestions are greatly appreciated.

Thanks!
- Lisa
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Re: Very strange piping behaviour...

Post by Klemen »

What you are getting is a PHP Startup error - the PHP (the interpreter, not Hesk) is searching for "pdo_pgsql" module when it starts, because it is instructed to do so in your php.ini file.

Tell your host to fix this PHP config issue - if they open shell and run PHP in command line they will get the exact same error. No matter what code/script/command they try to execute in PHP command line they will get this error.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Lisaweb
Posts: 94
Joined: Sun Sep 25, 2011 3:23 pm

Re: Very strange piping behaviour...

Post by Lisaweb »

Sorry, realized I posted in the wrong forum... thanks for your help, I will ask my host to fix it.
- Lisa
Post Reply