You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing this out on an installation that lives at localhost/moodle34/ and on the list of tests, none of the links work because they all end up pointing at localhost/local/cleanurls/
Easy fix - in classes/output/webserver_summary_renderer.php, where there is the html_writer::link call, just have it call via moodle_url instantiation:
I'm testing this out on an installation that lives at localhost/moodle34/ and on the list of tests, none of the links work because they all end up pointing at localhost/local/cleanurls/
Easy fix - in classes/output/webserver_summary_renderer.php, where there is the html_writer::link call, just have it call via moodle_url instantiation:
The text was updated successfully, but these errors were encountered: