[Ilohamail-devel] 0.9 Branch with php5 - Error

2007-01-28 Thread Listman
Its been a long day, but I'm getting the following error in my http_error_log: Sun Jan 28 00:29:20 2007] [error] [client 172.16.10.101] PHP Parse error: syntax error, unexpected T_VARIABLE in /var/www/html/webmail/conf/conf.php on line 223 Using - IlohaMail-20050415 php-5.1.6-1.2 httpd-2.2.2-1.2

Re: [Ilohamail-devel] 0.9 Branch with php5 - Error

2007-01-28 Thread gnul
Please paste the section (15 lines or so) of the conf.php file around line 233 (where your error was reported to be). On 1/28/07, Listman <[EMAIL PROTECTED]> wrote: > Its been a long day, but I'm getting the following error in my > http_error_log: > > Sun Jan 28 00:29:20 2007] [error] [client 172

Re: [Ilohamail-devel] 0.9 Branch with php5 - Error

2007-01-28 Thread Listman
$TRUST_USER_ADDRESS = 1; $SMTP_SERVER = "mx0.mydomain.co.uk" $SMTP_TYPE = "sendmail"; $SMTP_USER = ""; $SMTP_PASSWORD = ""; $TAG_LINE = ""; $TAG_LEVEL = 0; By removing the offending lines it will just run through the conf till it finds something else it dont like. I'll be in a better positon to

Re: [Ilohamail-devel] 0.9 Branch with php5 - Error

2007-01-28 Thread adrian
$SMTP_SERVER = \"mx0.mydomain.co.uk\" This line is missing its semicolon at the end. Exactly the sort of error that gives a ctyptic error like that. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net

Re: [Ilohamail-devel] 0.9 Branch with php5 - Error

2007-01-28 Thread Listman
Listman wrote: > $SMTP_SERVER = \"mx0.mydomain.co.uk\" > This line is missing its semicolon at the end. Exactly the sort of error > that gives a ctyptic error like that. > You are indeed correct! It appreas to be ok now, I'll finish the setup tomorrow once I'm back in the office. Has there

Re: [Ilohamail-devel] 0.9 Branch with php5 - Error

2007-01-28 Thread Ryo Chijiiwa
On 1/28/2007, "Listman" <[EMAIL PROTECTED]> wrote: >Has there been any more dev on the 0.9 branch as yet? I like this app, >and have been using it for a long time, but I've got new servers to play >with now, and my users are demanding more in the way of functions from >there webmail. Specifical