Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PluginManager gives wrong advice for missing plugin file #748

Closed
robocoder opened this issue May 30, 2009 · 1 comment
Closed

PluginManager gives wrong advice for missing plugin file #748

robocoder opened this issue May 30, 2009 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@robocoder
Copy link
Contributor

I created an empty directory in the plugins folder and got this error accessing the Settings (index.php?module=CorePluginsAdmin):

The plugin 'XXX' is enabled, but the file '/mypath/plugins/XXX/XXX.php' couldn't be found.
To continue, please disable the plugin manually by removing the line
<pre>Plugins[] = XXX</pre>
in the configuration file <code>config/config.ini.php</code>

Issues:

  • The HTML tags aren't displayed properly (because < and > converted to < and >, respectively).
  • There is no "Plugins[] = XXX" line in config.ini.php.
@robocoder
Copy link
Contributor Author

(In [1316]) fixes #748 - shortened the exception message (more generic)

@robocoder robocoder added this to the Piwik 0.4.2 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant