Community Forums
Connect with us on LinkedIn
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 28
  1. #1
    Member zimbahost's Avatar
    Join Date
    Feb 2009
    Location
    Brazil
    Posts
    23

    Question Roundcube Stable: 0.4

    Hello, how long will it take for the stable Cpanel version include Roundcube Stable: 0.4

    Thanks
    Maison
    Maison da Silva - maison@zimbahost.com.br
    Zimba Host - Soluções para a Web!
    http://www.zimbahost.com.br

  2. #2
    Registered User
    Join Date
    Dec 2006
    Posts
    1

    Default Agree

    I am also interested in the latest version of Roundcube, due to the fact that it now supports the group contacts feature and one of my clients needs this.

    I manually installed the roundcube version 0.4, but the webmail login cookies would not pass to it, as it does in the current feature, so I am waiting on a new build with the roundcube 0.4.

    Any timeline on this from cPanel?

    Thanks

    Charles

  3. #3
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,892
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    Case 42701: Update roundcube to 0.4 was added to EDGE build 2010-09-07
    cPanel - The Leading Control Panel - Change Log

    It's on the way.
    Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!

  4. #4
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default Friendly Moderator Note

    I have moved this thread to our Feature Request forums so it can be more easily maintained.

  5. #5
    Member sneader's Avatar
    Join Date
    Aug 2003
    Location
    La Crosse, WI
    Posts
    932
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Also looking forward to RoundCube 0.4 making it to STABLE.

    - Scott

  6. #6
    Member
    Join Date
    Sep 2010
    Posts
    11

    Default

    it will be in the STABLE tree within 5 years so dont worry

  7. #7
    Member
    Join Date
    Jun 2006
    Posts
    214

    Default

    Quote Originally Posted by NodeWideLLC View Post
    it will be in the STABLE tree within 5 years so dont worry
    According to cPanel

    "Our goal is 2-3 months for versions to propagate from EDGE to STABLE"

    In reality it is probably more like 4-6 months. Not 5 years.

  8. #8
    Member fearmydesign's Avatar
    Join Date
    Aug 2009
    Posts
    93

    Unhappy How to upgrade an installation of Roundcube

    Hi, my dedicated server has the older installation of Roundcube, how can I upgrade it to the latest version? is this something I can do by logging into my WHM? or through cpanel? Thank you

  9. #9
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Posts
    1,924

    Default

    upgrading capnel via WHM will upgrade to the latest roundcube that cpanel supports
    Lowest Host/Empire Technology LLC
    Affordable hosting solutions http://empire-hosting.net
    List Your hosting site FREE in http://hostgeneration.com

  10. #10
    Member fearmydesign's Avatar
    Join Date
    Aug 2009
    Posts
    93

    Wink That didn't work

    upgrading capnel via WHM will upgrade to the latest roundcube that cpanel supports
    Hi, I actually updated the cPanel through Shell access, but it was already at the latest cpanel version, but my RoundCube is still the older version. Can you tell me how I can upgrade Roundcube manually? or how would I perform a brand new install on this same server?

    Thank you

  11. #11
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by fearmydesign View Post
    Hi, my dedicated server has the older installation of Roundcube, how can I upgrade it to the latest version? is this something I can do by logging into my WHM? or through cpanel? Thank you
    Quote Originally Posted by fearmydesign View Post
    Hi, I actually updated the cPanel through Shell access, but it was already at the latest cpanel version, but my RoundCube is still the older version. Can you tell me how I can upgrade Roundcube manually? or how would I perform a brand new install on this same server?

    Thank you
    What is your cPanel version number? Are you using cPanel 11.26 or cPanel 11.28?

    Quote Originally Posted by dalem View Post
    upgrading capnel via WHM will upgrade to the latest roundcube that cpanel supports
    That is correct; the stock-default webmail programs are automatically updated during cPanel updates.

  12. #12
    Member fearmydesign's Avatar
    Join Date
    Aug 2009
    Posts
    93

    Unhappy my whm version

    at the top of the WHM it says WHM 11.26.20

    What does this mean?

  13. #13
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb Manually Updating Roundcube via Command-Line (CLI) Access

    If for any reason the automated update of Roundcube fails, you may perform a manual update or force a re-installation via command-line while logged-in as "root" (i.e., logged-in as the server administrator). If an updated version of Roundcube is available for the installed version of cPanel, then you may upgrade Roundcube using one of the following commands via root SSH access:

    • For Roundcube installations using MySQL; this is the default type of Roundcube installation:
      Code:
      # /usr/local/cpanel/bin/update-roundcube
      • Perform a forced update of Roundcube (for MySQL):
        Code:
        # /usr/local/cpanel/bin/update-roundcube --force
    • For Roundcube installations using SQLite; this is not the default and requires that the Roundcube database was already converted from MySQL to SQLite:
      Code:
      # /usr/local/cpanel/bin/update-roundcube-sqlite
      • Perform a forced update of Roundcube (for SQLite):
        Code:
        # /usr/local/cpanel/bin/update-roundcube-sqlite --force

  14. #14
    Member fearmydesign's Avatar
    Join Date
    Aug 2009
    Posts
    93

    Default I tried now how do I

    Code:
    # /usr/local/cpanel/bin/update-roundcube
    I tried to update-roundcube via shell and replied - Roundcube is up to date

    I see on Roundcubes website that they have a new version 0.4.2 which looks different than the one I have, it has a few more icons that don't show up on my Roundcube.... should I just force the RC update?

    How can I check my version of Roundcube on my server?

    Thank you

  15. #15
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb Roundcube versions available in cPanel 11.26.x and 11.28.x

    Quote Originally Posted by fearmydesign View Post
    at the top of the WHM it says WHM 11.26.20

    What does this mean?
    cPanel & WHM version 11.26.20 uses Roundcube version 0.3.1. For comparison, cPanel & WHM version 11.28.13 uses Roundcube version 0.4.

    Roundcube version 0.4.2 is currently being tested and I believe it should be available in the next available update for cPanel & WHM version 11.28.

    If your release tier is set to RELEASE and with automatic updates enabled, your server should receive cPanel 11.28 within a few days, (either on or after November 3rd, 2010), per the scheduled posted here: cPanel & WHM 11.28 is almost here! - cPanel Inc.

    If you would like to receive the Roundcube update to 0.4.x sooner, I would consider switching the release tier to CURRENT so that your system can be upgraded to cPanel 11.28.

Page 1 of 2 1 2 LastLast
Similar Threads & Tags
Similar threads

  1. [Case 49158] Roundcube Stable: 0.5.2
    By zimbahost in forum Archived Feature Requests
    Replies: 15
    Last Post: 07-14-2011, 10:33 AM
  2. With the new STABLE vr 11.28, I didn't get the Roundcube 0.5 why??
    By fearmydesign in forum E-mail Discussions
    Replies: 2
    Last Post: 01-05-2011, 06:09 PM
  3. Roundcube Stable: 0.4
    By zimbahost in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 09-13-2010, 02:41 PM
  4. roundcube 0.2.2 stable released
    By sehh in forum E-mail Discussions
    Replies: 13
    Last Post: 09-27-2009, 08:21 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube