Plugin defective

Plugin defective

av Helene Parker -
Antal svar: 2


Hi 

I am relatively new to Moodle, I set up a file 

http://www.accesscloudwebdesign.com.au/ETAustralia

All looked good before I uploaded some data to mod file 

However when I log in i go straight to a plugins check page which I seem unable to pass.   

If I select update database I get below error message.

Moodle error

If i select check for updates I get core_plugin/err_response_empty error message.

Any advice would be appreciated.

Thank you in advance.

Regards

Helene








Genomsnitt av betyg: -
Som svar till Helene Parker

Re: Plugin defective

av Rex Lorenzo -

The error message is quite clear. You are missing a version.php file in your plugin folder. Please take a look at the sample module plugin template to see what files are necessary: https://github.com/moodlehq/moodle-mod_newmodule

Som svar till Rex Lorenzo

Re: Plugin defective

av Davo Smith -
Bild på Core developers Bild på Particularly helpful Moodlers Bild på Peer reviewers Bild på Plugin developers

Just to be clear - you have a subfolder within your Moodle code called 'mod' and within that another folder called 'css'. The 'css' folder does not have a file called 'version.php' in it, which either means it is a broken plugin, or that it isn't a plugin at all and the folder should be deleted.