FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Getting a mail pipe error after upgrade
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Getting a mail pipe error after upgrade [message #163868] Sun, 05 December 2010 21:33 Go to previous message
wittrs is currently offline  wittrs   United States
Messages: 134
Registered: August 2009
Karma:
Senior Member
For some reason, I am getting a mail pipe error (directory names hidden):

sh: /name/local/home/name/FUDforum2/scripts/maillist.php: /usr/bin/php: bad interpreter: No such file or directory

Yet, the file and directory do exist. And the PIPE is deleting the mail as it is supposed to, it's just not piping it. In other words, it seems to be failing at this point here:

$PIPE = popen(SCRIPT_LOCATION, "w");
                        
                        fwrite($PIPE, $msgOutput);
                        pclose($PIPE);

                        imap_delete($mbox, $c);


Anyone experience this after upgrading?

Yours, a nuisance.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Main Page w/ Links breaks the forum
Next Topic: Email Addresses in Body of NNTP Messages Imported
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun May 19 09:28:45 GMT 2024

Total time taken to generate the page: 0.03335 seconds