Author Topic: Error: The installer is disabled  (Read 8189 times)

Offline ENavarro

  • Jr. Member
  • **
  • Posts: 12
Error: The installer is disabled
« 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ú.




Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: Error: The installer is disabled
« Reply #1 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;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline ENavarro

  • Jr. Member
  • **
  • Posts: 12
Re: Error: The installer is disabled
« Reply #2 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Error: The installer is disabled
« Reply #3 on: March 02, 2017, 10:06:11 AM »
Hello, that goes in the config.inc.php?
Yes

Offline ENavarro

  • Jr. Member
  • **
  • Posts: 12
Re: Error: The installer is disabled
« Reply #4 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: Error: The installer is disabled
« Reply #5 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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline ENavarro

  • Jr. Member
  • **
  • Posts: 12
Re: Error: The installer is disabled
« Reply #6 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.