-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: error/core plugin/detectedmisplacedplugin.

error/core plugin/detectedmisplacedplugin: Difference between revisions

From MoodleDocs
m (added link to spanish translation of document)
m (added categories Themes & Error)
 
Line 8: Line 8:
...where ''''yourthemename'''' is the correct spelling of the theme you are trying to install.
...where ''''yourthemename'''' is the correct spelling of the theme you are trying to install.


[[Category:Themes]]
[[Category:Error]]


[[es:error/core plugin/detectedmisplacedplugin]]
[[es:error/core plugin/detectedmisplacedplugin]]

Latest revision as of 18:00, 8 February 2014

DO NOT PANIC THIS IS EASILY FIXED

Let me guess, you arrived here after trying to install a new theme? If so then check that the version.php of the theme in question, and make sure that it is completed correctly, especially this line...

$plugin->component = 'theme_yourthemename'; // Full name of the plugin (used for diagnostics)

...where 'yourthemename' is the correct spelling of the theme you are trying to install.