Hi
I have installed 1.6 RC5 and all is well except Pipe.
I use cPanel and have set up the pipe, but get the same PHP Parse error on line 88.
Line 88 - $var=$parser->getHeader();
If I slash out that line, I get the same error on the next line
Line 89 - $var=$cfg->useEmailPriority()?$parser->getPriority();
Is this something to do with header processing? If so, any ideas on how to implement -q through cPanel please?
Many thanks
Dave
I just had this same problem today, and here's what I discovered, which I believe is the fix that peter was referring to, which imho, he should have given detail about what he changed for the sake of education.
Here's what I did...
1) Open your 'pipe.php' file.
2) Go to line 87, which should read:
$var=utf8_encode(Format:($body))
3) Add a semicolon to the end of the line, so it will now read:
$var=utf8_encode(Format:($body));
4) Save file and upload to server.
That's it!
ScottyDoo
OnyxTalk.com - Peer to Peer Support & Discussion