-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I did have the wrong php version and I have corrected that. I now do not get that error but I do still get similar errors in my mail retrieval script. Below is the error I am getting. I can not figure out how to pass the script the EOF character to find out the exact PHP error for further diagnosing the problem. Below the error I have included my php version information for if that helps. If someone tells me how to get the script to receive an EOF so that I can diagnose what error the script is giving me I can send that as well. I can also send out a maildir formatted file of the message if that might help because my mail retriever is also outputting it to a maildir.
Thanks " ./getmail --rcfile=/home/mcgurrin/.getmail/trendstar_microblog.ini getmail version 4.16.0Copyright (C) 1998-2009 Charles Cazabon. Licensed under the GNU GPL version 2. MultidropPOP3Retriever:[email protected]@mail.trendstar.mcgurrin.net:110: Delivery error (command php 28996 error (255, )) msg 1/1 (761 bytes), delivery error (command php 28996 error (255, )) 1 messages (761 bytes) retrieved, 0 skipped " " PHP 5.2.11 (cli) (built: Dec 9 2009 13:38:44) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies " Brion Vibber wrote: > On 1/20/10 2:18 PM, Glenn McGurrin wrote: >> I keep getting "Parse error: syntax error, unexpected T_STRING, >> expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in >> /home/mcgurrin/trendstar.mcgurrin.net/lib/event.php on line 53" when I >> try to use the maildaemon script. > > Usually this sort of thing means you're running PHP 4 by mistake, which > naturally enough doesn't parse code using newer language features. > > Make sure your CLI PHP is the correct version, and if it isn't call the > right one. > > -- brion vibber (brion @ status.net) > _______________________________________________ > StatusNet-dev mailing list > [email protected] > http://lists.status.net/mailman/listinfo/statusnet-dev -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAktXo0MACgkQzSSLW0oTVN4LLwCggcpjWqWzMqEB8JZKD7I+bBPd qDgAn3iQXvoLmYG1bClVsDaVrDfui8Dh =ocz0 -----END PGP SIGNATURE----- _______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
