Empty modedit.php

Re: Empty modedit.php

by Davo Smith -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

If you have Debugging on you might get a more helpful error message output (or at least added to your webserver error logs).

At a brief guess, you may be missing the lib.php file in your plugin, or missing the function PLUGINNAME_add_instance() or PLUGINNAME_update_instance() functions. 

Have you read through https://docs.moodle.org/dev/Activity_modules ?

Have you tried starting with https://github.com/moodlehq/moodle-mod_newmodule ?