moodlehq / moodle-local_codechecker

A Moodle local plugin providing a simple web UI to run the MoodleCS coding style checks with PHP_CodeSniffer.
63 stars 72 forks source link

[CONTRIB-5160] Problem with loading file after Code Checker upgrade #110

Closed sarjona closed 2 years ago

sarjona commented 3 years ago

Code checker is not working after upgrading to the latest release:

Warning: simplexml_load_file(): I/O warning : failed to load external entity "/moodle/lib//thirdpartylibs.xml" in /moodle/local/codechecker/locallib.php on line 194


Reporter: Yuliya Bozhko Original issue: https://tracker.moodle.org/browse/CONTRIB-5160

stronk7 commented 2 years ago

Hi,

I'm closing this because now we are looking for all the thirdpartylibs.xml files in code base and it seems to be working ok, excluding them from the checks.