I created a plugin and even though i added it in the config.php file the website displays an error "Plugin not found" . Do you have any idea what might be wrong? I followed all the instructions about creating a plugin.. :/
Be sure your plugin has its own directory ("folder") with the same name that you used in config.php (I believe it is case-sensitive). Place that directory below (inside of) either /plugins or /local. Hope that helps.
Comments
Be sure your plugin has its own directory ("folder") with the same name that you used in config.php (I believe it is case-sensitive). Place that directory below (inside of) either /plugins or /local. Hope that helps.