Roundcube Community Forum

 

Error: The installer is disabled

Started by ENavarro, March 01, 2017, 04:45:46 PM

Previous topic - Next topic

ENavarro

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Ăº.




JohnDoh

In your Roundcube config make sure you have:
// 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;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

ENavarro

Quote from: JohnDoh on March 02, 2017, 03:00:34 AM
In your Roundcube config make sure you have:
// 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?

SKaero


ENavarro

Quote from: SKaero on March 02, 2017, 10:06:11 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

JohnDoh

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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

ENavarro

Quote from: JohnDoh on March 02, 2017, 03:00:34 AM
In your Roundcube config make sure you have:
// 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.