Forums: Zimbra Integration
For issues with the Zimbra Integration extensions for Joomla.
Back to Forum List
>>
Back to Topic List
>>
VIEW ALL POSTS
-
Notice PHP error message with SESSIOND variable
-
Posted: 27-Apr-2010 09:00:41 UTC By Michael REMY
-
hi !
hi !
i just downloaded and installed righlty the Zimbra Calendar Module !
It runs perfectly but i'm annoying by something, a screepy error message :
Notice: Undefined index: SESSIOND in E:\.......helper.php on line 76
shall you help me to solve it ?
i debug the response of the $x variable (an array), and it contains no SESSIOND key :
Array
(
[XMLNS] => urn:zimbraAccount
[AUTHTOKEN] => Array
(
[DATA] => 0_341cc503b36348397bd70b7f8b1....
)
[LIFETIME] => Array
(
[DATA] => 172800000
)
[SKIN] => Array
(
[DATA] => myzimbramail
)
)
By advance, thanks for help.
ps : and you did a really really good job with this extension ! congratulations. I hope you could make another ones based on the calendar like add a appointment from joomla to zimbra...)
-
-
Re: Notice PHP error message with SESSIOND variable
-
Posted: 27-Apr-2010 09:15:53 UTC By Richard
-
Hi.
I assume you are using Zimbra 6.x ?
If so, you should be ok just commenting out the line "$this->zimbra_session = $x['SESSIONID']['DATA'];" in helper.php until I fix this properly.
Please let me know if this works ok.
Thanks
Richard
-