willianmano / moodle-theme_moove

A Moodle Boost child theme
GNU General Public License v3.0
170 stars 155 forks source link

Breakage with moodle v4.3.0 #434

Closed phreaker0 closed 10 months ago

phreaker0 commented 10 months ago

Describe the bug the theme seems to break with moodle v4.3.0

To Reproduce Steps to reproduce the behavior:

  1. upgrade moodle from v4.2.2 to v4.3.0
  2. access moodle home page
  3. blank page with http 500 internal server error response code

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

dadzikowski commented 10 months 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.

willianmano commented 10 months ago

@phreaker0 I just uploaded the new version compatible with moodle 4.3

phreaker0 commented 10 months ago

@willianmano thank you. I just retried the upgrade and it works now.