Forums | Mahara Community
Support
/
Blank page when trying to configure existing institution with XML-RPC (Mahoodle)
24 April 2024, 19:25
Hi All,
We're using Mahara 22.10 and have the same issue as the case below that XMLRPC shows blank page during configuration.
However, the fix provided in the previous case cannot be accessed, I would like to know what the solution is, thanks!
https://mahara.org/interaction/forum/topic.php?id=9230&post36403
Simon
24 April 2024, 20:16
Hi Simon
I kept a note of the code change
htdocs/lib/applicationset.php
Old code
Line 34 public function current(): mixed {
New code
Line 34 //[\ReturnTypeWillChange]
Line 35 public function current() {
Jackie
24 April 2024, 20:27
Hi Jackie,
It works well after changing the codes, thanks a lot for your advise!
Simon