Roundcube Community Forum

Release Support => Release Discussion => Topic started by: jamezzz on May 25, 2015, 03:51:31 PM

Title: install 1.1.1
Post by: jamezzz 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 :)
Title: Re: install 1.1.1
Post by: JohnDoh 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.
Title: Re: install 1.1.1
Post by: jamezzz on May 26, 2015, 11:35:09 AM
ok that worked fine, thanks