iRony?

Thomas Brüderli bruederli at kolabsys.com
Thu Sep 12 14:18:54 CEST 2013


Markus Feilner wrote:
> Am Donnerstag, 12. September 2013, 13:16:25 schrieb Markus Feilner:
> (...)
>> Thanks to both of you, I will test that!
>>
> (...)
>>>> and in /etc/iRony/dav.inc.php:
>>>>
>>>> $rcmail_config['base_uri'] = null;
>>> Set this to
>>>
>>>   $rcmail_config['base_uri'] = '/iRony/';
>>>
>>> and you should be fine.
>>>
>>> ~Thomas
> 
> So I have checked my setup, and all I had to change was the base_url in 
> dav.inc.php. Now my Browser shows a login window (user/password) where I can 
> successfully login with my testuser's credentials. 
> 
> But behold, now I get this error message:
> 
> <d:error>
> <s:exception>Sabre\DAV\Exception\NotImplemented</s:exception>
> <s:message>GET is only implemented on File objects</s:message>
> <s:sabredav-version>1.8.6</s:sabredav-version>
> </d:error>
> 
> (Yes.there is one test appointment in the user's calendar).
> 
> Is this the expected behaviour? 

Yes, *DAV is not made for the browser and the web browser plugin isn't
enabled by default. But you can enable it by adding

  SetEnv DAVBROWSER 1

to the iRony config block in your Apache config.

Regards,
Thomas


More information about the users mailing list