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 :)
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.
ok that worked fine, thanks