Roundcube Community Forum

Release Support => Release Discussion => Topic started by: ENavarro on March 01, 2017, 04:45:46 PM

Title: Error: The installer is disabled
Post by: ENavarro on March 01, 2017, 04:45:46 PM
Hello, I'm new to RoundCube, install the RoundCube in ubuntu 16.04 to guide me through this video https://www.youtube.com/watch?v=1GAE0486q5Q, the tool seems very good the only problem is that I had to Reinstall 2 times because I get the same error, also tell them that I have a mail server in HMailServer and I would like to use RoundCube as my webmail that is why I turn to this forum to ask for help with the following error, I comment that the only thing Which I did was to guide me from the video, install it, enter via the web and did the DB configurations and save everything, close to reconfigure and no longer let me enter the localhost \ webmail \ installer, I hope your help and sorry for my English, I'm from PerĂº.



(http://i63.tinypic.com/f00neu.png)
Title: Re: Error: The installer is disabled
Post by: JohnDoh on March 02, 2017, 03:00:34 AM
In your Roundcube config make sure you have:
Code: [Select]
// THIS OPTION WILL ALLOW THE INSTALLER TO RUN AND CAN EXPOSE SENSITIVE CONFIG DATA.
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$config['enable_installer'] = true;
Title: Re: Error: The installer is disabled
Post by: ENavarro on March 02, 2017, 09:23:14 AM
In your Roundcube config make sure you have:
Code: [Select]
// THIS OPTION WILL ALLOW THE INSTALLER TO RUN AND CAN EXPOSE SENSITIVE CONFIG DATA.
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$config['enable_installer'] = true;

Hello, that goes in the config.inc.php?
Title: Re: Error: The installer is disabled
Post by: SKaero on March 02, 2017, 10:06:11 AM
Hello, that goes in the config.inc.php?
Yes
Title: Re: Error: The installer is disabled
Post by: ENavarro on March 02, 2017, 10:13:42 AM
Yes

Thanks a lot I worked, another query, will you have any guide how to connect roundcube with my mail server? Thank you very much
Title: Re: Error: The installer is disabled
Post by: JohnDoh on March 03, 2017, 02:37:09 AM
not really. only you know the details of your setup.

there are lots of comments in the config file explaining the various options and its easier to help if you ask specific questions
Title: Re: Error: The installer is disabled
Post by: ENavarro on March 03, 2017, 12:18:09 PM
In your Roundcube config make sure you have:
Code: [Select]
// THIS OPTION WILL ALLOW THE INSTALLER TO RUN AND CAN EXPOSE SENSITIVE CONFIG DATA.
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$config['enable_installer'] = true;

Just to communicate that the problem was solved thanks to this answer, the solution is to edit your config.inc.php with the previous lines, greetings and thanks.