+ Reply to Thread
Page 11 of 33 FirstFirst ... 9 10 11 12 13 21 ... LastLast
Results 101 to 110 of 326

Thread: jQuery Fullcalendar plugin (forked by rosali)

  1. #101
    ajl
    ajl is offline Roundcube Newcomer
    Join Date
    Jun 2008
    Posts
    9
    Downloads
    1
    Uploads
    0

    Default CalDAV support?

    Hello there!

    I just checked out the latest version from SVN, and realised that the two files caldav.php and caldav-client.php are missing from the backend directory:

    Code:
    Warning: calendar::require(program/backend/caldav.php) [function.calendar-require]: failed to open stream: No such file or directory in /var/www/domain.tld/roundcubemail-0.4-beta/plugins/calendar/calendar.php  on line 84
    
    Fatal error: calendar::require() [function.require]: Failed opening required 'program/backend/caldav.php' (include_path='/var/www/domain.tld/newmail/:/var/www/domain.tld/newmail/program:/var/www/domain.tld/newmail/program/lib:/var/www/domain.tld/newmail/program/include:.:/usr/share/php:/usr/share/awl/inc') in /var/www/domain.tld/roundcubemail-0.4-beta/plugins/calendar/calendar.php on line 84
    If I copy them from the latest "lazlo" version, I get the following error:

    Code:
    Fatal error: Declaration of CalDAV::newEvent() must be compatible with that of Backend::newEvent() in /var/www/domain.tld/roundcubemail-0.4-beta/plugins/calendar/program/backend/caldav.php  on line 16
    Simple question 1: Is caldav supported as a backend at the moment or not?
    Simple question 2: What is missing (compared to Lazlo's version that also does not work)?

    Thank you very much, Achim

  2. #102
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    CalDAV is not supported.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  3. #103
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    I have just released a new version bundled with other updated myroundcube plugins (base SVN 3803).
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  4. #104
    bagu is offline Registered User
    Join Date
    Jan 2010
    Posts
    97
    Downloads
    15
    Uploads
    0

    Default

    Is there any plan to make a google calendar backend soon ?

  5. #105
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Forgot to mention that you have to adjust database events table.

    @bagu: It is on my ToDo's ... but not within the next weeks. Maybe in autumn.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  6. #106
    asim is offline Roundcube Newcomer
    Join Date
    Jul 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    First of all, Rosali, thanks for putting so much effort in this nice plugin !

    Dear all,

    I successfully installed the calendar plugin from trunk-r-3803.zip (MyRoundCube Plugins Collection (RC SVN r3803) UPDATE 2010-07-04 01:02 p.m.) and I installed php5-cURL.

    Unfortunately when i go to "settings", "Calendar Feeds" and click of the checkbox of "Confidential feed access [full access (read/write)]" or the checkbox of "Confidential feed access [read only]", Roundcube gets in some sort of loop in the sense that the screen both aforementioned items blanks, and Firefox gives a "loading page"-indictation.

    The error I see in my roundcube log is:
    Code:
    PHP Fatal error:  Call to undefined function curl_init() in ..../plugins/calendar/calendar.php on line 1157
    The hidden test routine
    Code:
    .../?_task=dummy&_action=plugin.calendar_tests
    returns:
    Code:
    jQuery Fullcalendar plugin tests
    
    Database backend Test:
    If you get an Error 500, then there is something wrong with the database backend.
    On Error check Roundcube errors log.
    Database access is ok.
    
    PHP cURL Test:
    
    If you don't see any results here, check Roundcube errors log and webserver logs.
    
    Test Google
       -> http://www.google.com/calendar/feeds/german__de@holiday.calendar.google.com/public/basic
       -> return is truncated ...
    
    Fatal error:  Call to undefined function curl_init() in /htdocs/web_mail/plugins/calendar/calendar.php on line 1872

    Does anyone know what i am doing wrong?

    This happens regardless if I use a https or a http connection.

    With kind regards,

    Asim

  7. #107
    dziobak is offline Registered User
    Join Date
    Dec 2009
    Location
    Poland
    Posts
    184
    Downloads
    4
    Uploads
    0

    Default

    It look like you didn't enable curl
    look here PHP: cURL - Manual

  8. #108
    asim is offline Roundcube Newcomer
    Join Date
    Jul 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    Hi Dziobak,

    Thanks for you reply. It works now, I forgot to reload apache , guess it was much to late yesterday evening.

    With kind regards,

    Asim

  9. #109
    kilobit is offline Roundcube Newcomer
    Join Date
    Jul 2010
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by bagu View Post
    There is an error when i try to run mysql :

    Code:
    #1005 - Can't create table 'roundcubemail.events' (Errcode: 150)
    phpmyadmin say that the problem is on line 24
    I am having this same issue did you ever get this resolved?

  10. #110
    bagu is offline Registered User
    Join Date
    Jan 2010
    Posts
    97
    Downloads
    15
    Uploads
    0

    Default

    Yes, i use an innodb database now.

+ Reply to Thread
Page 11 of 33 FirstFirst ... 9 10 11 12 13 21 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts