Author Topic: install 1.1.1  (Read 4233 times)

Offline jamezzz

  • Newbie
  • *
  • Posts: 2
install 1.1.1
« on: May 25, 2015, 03:51:31 PM »
so I got this version today and I had previously installed a older version where it has a enabler for the install

Installer is Disabled

To enable it again, set $config['enable_installer'] = true; in RCUBE_CONFIG_DIR/config.inc.php


this new one does not seem to have that same line in the config.inc.php but the startup file is telling me to
find that line and enable it.. which I can't find lol to install the client

I never had this issue before.. can someone help out a little :)
« Last Edit: May 25, 2015, 04:21:11 PM by jamezzz »

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: install 1.1.1
« Reply #1 on: May 26, 2015, 02:59:24 AM »
the default config options, including one to disable the installer are set in RCUBE_CONFIG_DIR/default.inc.php. These should not be changed. What you need to do is add the line: `$config['enable_installer'] = true;` to RCUBE_CONFIG_DIR/config.inc.php and that will override the defaults.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline jamezzz

  • Newbie
  • *
  • Posts: 2
Re: install 1.1.1
« Reply #2 on: May 26, 2015, 11:35:09 AM »
ok that worked fine, thanks