However, when I then navigate to the calendar, it is empty; and the apache error log shows a few of the following errors:
- Code: Select all
[...] PHP Notice: Undefined offset: 1 in owncloud/3rdparty/when/When.php on line 154, referer: https://<myurl>/owncloud/?app=calendar
[...] PHP Stack trace:, referer: https://<myurl>/owncloud/?app=calendar
[...] PHP 1. {main}() owncloud/index.php:0, referer: https://<myurl>/owncloud/?app=calendar
[...] PHP 2. OC::loadfile() owncloud/index.php:65, referer: https://<myurl>/owncloud/?app=calendar
[...] PHP 3. require_once() owncloud/lib/base.php:304, referer: https://<myurl>/owncloud/?app=calendar
[...] PHP 4. OC_Calendar_App::generateEventOutput() owncloud/apps/calendar/ajax/events.php:33, referer: https://<myurl>/owncloud/?app=calendar
[...] PHP 5. When->rrule() owncloud/apps/calendar/lib/app.php:411, referer: https://<myurl>/owncloud/?app=calendar
Anybody got an idea what is going wrong here? I previously had an older owncloud version (I think 3.0.3) installed, and with that the import worked just fine.
Environment: HomeServer (running Ubuntu Server 11.04)
Server: Apache 2.2.17
Database: mysql 5.1.62
Client: Firefox 12
OC-Version: 4.0
PHP-Version: 5.3.5
