简体   繁体   中英

Moodle Create own Authentication plugin

I got a blank page in Manage Authentication in Site Administration, after I have made own plugin for authentication. I have followed instruction (step by step) in Official Documentation .

They said that after you have made directory inside auth folder, your name plugin will appear in the list of manage authentication plugin in site administrator. But I got a blank page. Does anyone know how to solve it?

The first thing to do with any Moodle development is to turn debugging on. If you still don't get an error message, then 9/10 times the reason is the 'require_once' line at the very start of your code - make sure the number of directory traversals are correct.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM