Closed phreaker0 closed 1 year ago
I am having this same issue. Happened after a Moodle upgrade from v4.2.2 to v4.3.0. Removing the moove theme from the /themes directory and then re-installing it doesn't fix the problem.
@phreaker0 I just uploaded the new version compatible with moodle 4.3
@willianmano thank you. I just retried the upgrade and it works now.
Describe the bug the theme seems to break with moodle v4.3.0
To Reproduce Steps to reproduce the behavior:
Expected behavior Moodle continues to work normally.
Your environment (please complete the following information):
Additional context Unfortunately there is no error in the php error logs, so I tried to trace where the issue is located with simple debug outputs. Execution stops after calling the class_exists method here with the parameter 'theme_moove\output\core_renderer':
https://github.com/moodle/moodle/blob/fe7aff8093240cc373f1ddaa66ecb91c4bc0a09f/lib/outputfactories.php#L405