I just finished upgrading my test site to Moodle 3.2.5+. Everything when really smoothly until I tried a couple of different administration links and was given an internal server error. I turned on debugging like I normally do and read this error.
Notice: Undefined property: stdClass::$dirroot in /Corp/public_www/moodle/message/output/popup/message_output_popup.php on line 26
Warning: require_once(/message/output/lib.php): failed to open stream: No such file or directory in /Corp/public_www/moodle/message/output/popup/message_output_popup.php on line 26
Fatal error: require_once(): Failed opening required '/message/output/lib.php' (include_path='/Corp/public_www/moodle/lib/pear:.:/usr/share/php:/usr/share/pear') in /Corp/public_www/moodle/message/output/popup/message_output_popup.php on line 26
Oddly enough, I know exactly what the error is telling me, I just don't know enough about Moodle's source code to fix it. Can anyone help me with this problem?