Problems And Solutions

From DAViCal Wiki

Jump to: navigation, search


Template:TableOfContents

Contents

Admin Interface

I have to log in to every page

This indicates that your browser is not getting or accepting the session cookie for some reason. The cause can be several things:

  1. There could be an error message coming from PHP before it sends the "Cookie" header back. Look at the source of the page, or in the webserver error log for clues. Take care not to add any new line characters after ?> in the config file in /etc/rscds/*-conf.php!
  2. Your browser might be rejecting the cookie. Check in the privacy settings for your browser that it allows the cookie.

Authentication

HTTP authentications fails on me

It seems the username for HTTP-auth needs to be lowercase, even though the username in the admin interface contains uppercase letters. See also this bug report.

Personal tools