Author Topic: Plugins don't show up in settings' menu anymore  (Read 3122 times)

Offline coibice

  • Newbie
  • *
  • Posts: 1
Plugins don't show up in settings' menu anymore
« on: August 01, 2013, 07:43:13 AM »
Hi,

a few hours ago everything worked fine. I did a couple of edits in the main.inc.php and now plugins (like sauserprefs or password) don't appear in the settings menu bar anymore.

Here's the plugin section of my config file:
Code: [Select]
// ----------------------------------
// PLUGINS             
// ----------------------------------

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('managesieve', 'zipdownload', 'password', 'serverinfo', 'rcguard', 'sauserprefs');


The zipdownload plugin still works and some plugins appear in the about section (see attached screenshot).

Has anyone a clue how to fix that?

Offline marco18678

  • Jr. Member
  • **
  • Posts: 10
Re: Plugins don't show up in settings' menu anymore
« Reply #1 on: August 01, 2013, 11:52:18 AM »
why you dont use the plugin manager??  anyway what did you change??