Author Topic: Quick Plugin Install Question - config.inc.php.dist file  (Read 3547 times)

Offline ghostshell

  • Newbie
  • *
  • Posts: 1
Quick Plugin Install Question - config.inc.php.dist file
« on: January 06, 2016, 12:18:29 AM »
I am trying to figure out why some plugins I have installed and enabled do not show up on the web gui.

My question to start with is....

When copying over the folder to the plugins directory.

Should the following file inside the plugin directory

config.inc.php.dist

Be left named as is or should is be renamed to

config.inc.php

I did not rename some files just cuz I forgot to and the file stayed as config.inc.php.dist and I got no errors and the plugin works.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Quick Plugin Install Question - config.inc.php.dist file
« Reply #1 on: January 06, 2016, 01:02:59 AM »
You should copy the config.inc.php.dist file and rename the copy to config.inc.php. All changes should be made in the config.inc.php file since the config.inc.php.dist file will be overwritten in updates.