error/core plugin/detectedmisplacedplugin: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
m added link to spanish translation of document
m added categories Themes & Error
 
Linia 8: Linia 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]]

Aktualna wersja na dzień 18:00, 8 lut 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.