Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A disabled plugin MUST NOT be loaded!
#4
Ok fixed it in the latest SVN.

As were reading in the file to get all relevant information on the plugin I've had to change the plugin Management screen to just display the Filename and "Disabled Plugin"

FYI the code chage is line 44 of plugin_fucntions.php to the following:

Code:
foreach ($live_plugins as $file=>$en) {
  $pluginsLoaded=true;
  if ($en=='true' && file_exists(GSPLUGINPATH . $file)){
      require_once(GSPLUGINPATH . $file);
  } else {
      register_plugin( pathinfo_filename($file), $file, '', 'Unknown', '', 'Disabled Plugin', '', '');
  }
}
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
A disabled plugin MUST NOT be loaded! - by mvlcek - 2011-05-15, 02:38:57
A disabled plugin MUST NOT be loaded! - by mvlcek - 2011-05-15, 03:46:47
A disabled plugin MUST NOT be loaded! - by n00dles101 - 2011-05-15, 06:03:45



Users browsing this thread: 2 Guest(s)