+ Reply to Thread
Page 3 of 34 FirstFirst 1 2 3 4 5 13 ... LastLast
Results 21 to 30 of 335

Thread: Sieverules plugin

  1. #21
    johker is offline Registered User
    Join Date
    Dec 2007
    Posts
    2
    Downloads
    1
    Uploads
    0

    Default

    Hi there,

    i was trying to install this plugin and encountered the following error when clicking on the "Filter" tab:

    Code:
    PHP Error in /var/www/webmail.domain.tld/docs/rcube-0.3beta/program/include/rcube_template.php (342): Error loading template for sieverules.setupsieverules
    
    Error loading template for sieverules.setupsieverules
    I am using roundcube 0.3-beta and the latest version of this plugin. I followed the README file for installation instructions.

    I'd be glad if someone could help me solve this problem!

  2. #22
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    as it says on the site:

    Note: These plugins use the plugin skinning functionality added in r2509 - r2519, after 0.3-beta. Due to changes in the core some plugings may only work with the SVN Trunk version of RoundCube.

    If I get I will try and get some old versions of the plugins online which work with 0.3b.

    UPDATE: The new version is now available on the website as well as a version for 0.3b
    Last edited by JohnDoh; 05-30-2009 at 01:00 PM.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  3. #23
    johker is offline Registered User
    Join Date
    Dec 2007
    Posts
    2
    Downloads
    1
    Uploads
    0

    Default

    It works. Thanks for your support!

  4. #24
    marklittle is offline Registered User
    Join Date
    Dec 2008
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by JohnDoh View Post
    ok this should fix the JS error, I dont have time to test it properly right now but I think it will work: sieverules.js line 29
    change:
    Code:
    rcmail.env.iid && !rcmail.env.eid
    to:
    Code:
    rcmail.env.iid && rcmail.env.iid < rcmail.sieverules_list.rows.length && !rcmail.env.eid
    looking at the Dovecot wiki it seems that they have swapped notify for enotify and added imap4flags. as far as i can see the syntax for imap4flags is the same as imapflags. looking at the RFC i think that is true for enotify too. I will add support to the plugin when i get time.
    Hey John,

    FYI - I was hitting the same bug and this fixed it for me - Cheers!

    Just want to say - you have done/are doing, an amazing job.. I am currently using change pw, context menu, and now sieveplugin.

  5. #25
    grooverdan is offline Registered User
    Join Date
    Apr 2009
    Location
    Australia
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default small managesieve incompatibilies in 0.3b

    Quote Originally Posted by JohnDoh View Post
    as it says on the site:
    UPDATE: The new version is now available on the website as well as a version for 0.3b
    Nice - this works well if other setting plugins like the password plugin are not enabled.

    The sieverules (30th May 2009) works well with the rc svn (revision 2577) and the password plugin.

    Thanks JohnDoh

  6. #26
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    Quote Originally Posted by grooverdan View Post
    Nice - this works well if other setting plugins like the password plugin are not enabled.
    :s what passowrd plugin are you using and what exactly doesnt work? I have tried it with all my plugins enabled and didnt see anything obvious.

    As long as the latest version works I'm not so bothered, I'm not going to change 0.3b now but it would be interesting to know what when wrong.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  7. #27
    grooverdan is offline Registered User
    Join Date
    Apr 2009
    Location
    Australia
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default what the sieverules/password conflict was

    Quote Originally Posted by JohnDoh View Post
    what password plugin are you using
    The one that came with the 0.3beta release.

    Quote Originally Posted by JohnDoh View Post
    and what exactly doesnt work? I have tried it with all my plugins enabled and didnt see anything obvious.
    The url /?_task=settings&_action=plugin.sieverules displays the error PHP Error: Cannot register template handler plugin.body; already taken by another plugin and the page displays the password plugin display without the localization

    Quote Originally Posted by JohnDoh View Post
    As long as the latest version works I'm not so bothered, I'm not going to change 0.3b now but it would be interesting to know what when wrong.
    That's ok - I wasn't expecting a fix.
    Last edited by grooverdan; 05-31-2009 at 10:07 AM. Reason: typo

  8. #28
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    ah yes, I can see the error now. I think thats actually a bug in the password plugin, it shouldn't register the template handler when it does. It will stop all other plugins which use the default handler from working. I think the handler should only be registered for the password action or nothing else can add handlers.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  9. #29
    nmgl is offline Registered User
    Join Date
    Feb 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Hello.

    I'm using roundcube0.3-beta and sieverules associated on a FreeBSD server/php5.2. Sieverules does not work. I have this error:

    [error] PHP Fatal error: Call to a member function show() on a non-object in /usr/local/www/roundcube/plugins/sieverules/sieverules.php on line 1162 when I want to create a new rule. I have a blank page.

    Tracing enotices error, I have this:
    Code:
    [09-Jun-2009 16:05:20] PHP Notice:  Undefined variable: select_id in /usr/local/www/roundcube/plugins/sieverules/sieverules.php on line 1162
    [09-Jun-2009 16:05:20] PHP Fatal error:  Call to a member function show() on a non-object in /usr/local/www/roundcube/plugins/sieverules/sieverules.php on line 1162

    Hope this could help you.

    Regards,
    Last edited by nmgl; 06-09-2009 at 03:06 PM.

  10. #30
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    Is it possible that you do not have any identities setup in your RoundCube account (Personal settings -> Identities)

    I was able to get a similar error by removing all my identities, however, I would like to confirm this is the problem.

    Thanks
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

+ Reply to Thread
Page 3 of 34 FirstFirst 1 2 3 4 5 13 ... 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