Hi,
I installed InfCloud in a non-CrossDomain setup with a Baïkal-0.2.7 server (did the necessary patches and database modifications). However, the principal url for Baïkal services selects either contacts or calendars:
https://baikal.<domain>/cal.php/principals/ https://baikal.<domain>/card.php/principals/
Is there a way to load both? (Either works if I put in the corresponding principal.)
TIA,
Erik
Hi Erik,
On 27 Jan 2015, at 16:41, Erik Quaeghebeur inf-it.davclients@equaeghe.nospammail.net wrote:
Hi,
I installed InfCloud in a non-CrossDomain setup with a Baïkal-0.2.7 server (did the necessary patches and database modifications). However, the principal url for Baïkal services selects either contacts or calendars:
https://baikal https://baikal/.<domain>/cal.php/principals/ https://baikal https://baikal/.<domain>/card.php/principals/
Is there a way to load both? (Either works if I put in the corresponding principal.)
someone already reported that problem today. If there is really no way to use one principal URL (I don't know, please check the documentation) we will add support for separate URLs in the next version ...
JM
I installed InfCloud in a non-CrossDomain setup with a Baïkal-0.2.7 server (did the necessary patches and database modifications). However, the principal url for Baïkal services selects either contacts or calendars:
https://baikal https://baikal/.<domain>/cal.php/principals/ https://baikal https://baikal/.<domain>/card.php/principals/
Is there a way to load both? (Either works if I put in the corresponding principal.)
someone already reported that problem today. If there is really no way to use one principal URL (I don't know, please check the documentation) we will add support for separate URLs in the next version ...
Ok, I tried hacking up a solution by merging the php files directing to each of the principals. This seems to work as it should.
Baïkal GitHub issue:
https://github.com/netgusto/Baikal/issues/331
However, I do get Net and JavaScript errors (also with just using one of the standard Baïkal principals), although it did not impede the functioning.
Net (once in a while):
REPORT https://baikal.<domain>/card.php/[addressbooks|calendars]/<username>/default/ [HTTP/1.1 403 Forbidden 74ms]
JavaScript (more often):
not well-formed
(yes, just that, very cryptic).
Perhaps somebody on this list may be able to help in identifying and solving or deflating these potential problems.
Erik