Closed Thread
Page 3 of 9 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 89

Thread: RoundCube Calendar (jQuery Calendar)

  1. #21
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by lacri View Post
    i have found the bug

    in calendar.js on line 34

    search
    events: "/?_action=plugin.getEvents",

    replace with
    events: "./?_action=plugin.getEvents",

    a simple point with large effect
    Fixed it, thanks.

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

    Default

    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

  3. #23
    voltron81 is offline Registered User
    Join Date
    Sep 2009
    Posts
    42
    Downloads
    6
    Uploads
    0

    Default

    Hi.
    This morning I was trying your calendar plugin for roundcube.
    I'm using roundcube 0.3.
    Basically I've installed it as you said and I've run the SQL file.
    In the webpage there is the Calendar, and if I click on it I can add an event
    But, after added it, I can not see it on the calendar...
    I had a look to the database and in the table events there are all my
    events... so it's look like the plugin is able to write in the
    database, but it's not retreiving data from the database.
    Am I wrong in something or it's a problem of the plugin?

    Thanks

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

    Default

    There is a bug in the code if your RC does not run in a root folder of an URL. See the fix posted by "lacri". Also I recommend to use Roundcube 0.3.1 or current SVN.
    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

  5. #25
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default set public $task

    here is a little optimization to set task

    addressbook task is missing and some other task in my case

    with this change is task set correct to all excluding login and logout.
    replace on line 16 in calendar.php
    PHP Code:
    public $task 'mail|settings'
    with
    PHP Code:
    // all task excluding 'login' and 'logout'
    public $task '?(?!login|logout).*'

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

    Default

    no one else have an error when trying to import mysql.sql ?

  7. #27
    Scarabaeus's Avatar
    Scarabaeus is offline Registered User
    Join Date
    Aug 2009
    Posts
    12
    Downloads
    8
    Uploads
    0

    Default

    @bagu
    You are not alone; I have experienced a similar problem with the mysql.sql file. My errcode differs from yours. Mine is 121 I believe.

    I have yet to find a solution. (MySQL skill level = LOW)
    Will post back if I discover a solution outside the forum.

    But help from forum members will be greatly appreciated.

    regards
    hMailServer 5.3.3 - Build 1846 | ClamAV 0.96.2 (tBB) | SpamAssassin 3.2.3.5
    AfterLogic Webmail Pro 4.9.10 | RoundCube 0.3.1 r3537
    WampServer 2.0i - [ Apache 2.2.11 | MySQL 5.1.36 | PHP 5.2.9-2 ]

  8. #28
    haocheng is offline Roundcube Newcomer
    Join Date
    Dec 2009
    Posts
    5
    Downloads
    10
    Uploads
    0

    Default

    This is a very good plugin , Thank your sharing ,

    Can addon Public function ?

  9. #29
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by bagu View Post
    no one else have an error when trying to import mysql.sql ?
    This is a MySQL bug: MySQL Bugs: #46293: Conditional comments not working in FOREIGN KEY definition

    A temporary fix:

    Remove from mysql.sql
    Code:
        /*!40008
          ON DELETE CASCADE
          ON UPDATE CASCADE */
    Last edited by Lazlo; 02-10-2010 at 04:47 PM.

  10. #30
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by haocheng View Post
    This is a very good plugin , Thank your sharing ,

    Can addon Public function ?
    Thanks,

    I don't understand "Can addon Public function ?". Please explain.

Closed Thread
Page 3 of 9 FirstFirst 1 2 3 4 5 ... 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