phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-developers] phpgroupware and coldsync


From: Adam Hull
Subject: RE: [Phpgroupware-developers] phpgroupware and coldsync
Date: Mon, 08 Jul 2002 08:37:28 +0000

Thanks for all the replies. Sorry for the slow response, I have been out of
town for the 4th of July. I just tried Brian's suggestion...

if {} are braces, () are parenthesis, and [] brackets, I replaced the braces
with parenthesis and got this error:
Variable "$HEADERS" is not imported at
/usr/share/coldsync-2.2.5/conduits/addressbook-phpgroupware line 107.
Global symbol "$HEADERS" requires explicit package name at
/usr/share/coldsync-2.2.5/conduits/addressbook-phpgroupware line 107.
syntax error at /usr/share/coldsync-2.2.5/conduits/addressbook-phpgroupware
line 107, near "$HEADERS("
Execution of /usr/share/coldsync-2.2.5/conduits/addressbook-phpgroupware
aborted due to compilation errors.

I then tried brackets and got:
Bareword "phpid" not allowed while "strict subs" in use at
/usr/share/coldsync-2.2.5/conduits/addressbook-phpgroupware line 107.
Execution of /usr/share/coldsync-2.2.5/conduits/addressbook-phpgroupware
aborted due to compilation errors.

So, I think braces are proper, unless phpid, should be $phpid?

Brian Johnson (address@hidden) wrote*:
>
>The second one was supposed to have phpid in sqirly brackets after HEADERS
>but still inside the brackets - the email system must have stipped them out
>
>Let me try again:
>
>with sqirly brackets:
>  $sth_select_all->execute($HEADERS)
>   or die "$err_exec_sql $dbh->errstr";
>
>change sqirly brackets to regular brackets for test:
>  $sth_select_all->execute($HEADERS(phpid))
>   or die "$err_exec_sql $dbh->errstr";
>
>
>
>> -----Original Message-----
>> From: address@hidden
>> [mailto:address@hidden Behalf Of Chris Weiss
>> Sent: Thursday, July 04, 2002 11:45 AM
>> To: address@hidden
>> Subject: RE: [Phpgroupware-developers] phpgroupware and coldsync
>>
>>
>> is it just me or are these 2 lines exactly the same?
>>
>> Brian Johnson (address@hidden) wrote*:
>> >
>> >I think this will fix you're problem
>> >
>> >
>> >The line:
>> >  $sth_select_all->execute($HEADERS)
>> >   or die "$err_exec_sql $dbh->errstr";
>> >
>> >should be:
>> >  $sth_select_all->execute($HEADERS)
>> >   or die "$err_exec_sql $dbh->errstr";
>> >
>>
>>
>> _______________________________________________
>> Phpgroupware-developers mailing list
>> address@hidden
>> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]