danmarsden / moodle-plagiarism_urkund

Ouriginal plagiarism plugin for Moodle (previously called Urkund)
https://ouriginal.com/
12 stars 19 forks source link

debugging page error messages #32

Closed danmarsden closed 9 years ago

danmarsden commented 9 years ago

You need to update your sql to include additional name fields in the user object. line 3577 of \lib\moodlelib.php: call to debugging() line 177 of \plagiarism\urkund\urkund_debug.php: call to fullname() You need to update your sql to include additional name fields in the user object. line 3577 of \lib\moodlelib.php: call to debugging() line 177 of \plagiarism\urkund\urkund_debug.php: call to fullname()

danmarsden commented 9 years ago

Strict Standards: Non-static method plagiarism_plugin_urkund::get_settings() should not be called statically in E:\WebSites\ScottsLMS\plagiarism\urkund\urkund_debug.php on line 82

danmarsden commented 9 years ago

forgot I fixed these already.