Forums | Mahara Community
Support
/
16.04.1 white page when registering
22 June 2016, 4:43
Hello everyone
I just installed the version 16.04.1 mahara and I can not save my pages, they remain white
Here is the error message in the log
Do you have an idea ?
thank you
[Tue Jun 21 14:52:01.655587 2016] [:error] [pid 5406] [client 62.193.54.184:57749]
[WAR] fd (lib/view.php:5985) Undefined variable: view, referer:
http://foad.isfecnormandie.fr/mahara/view/edit.php?id=11876&new=1
Call stack (most recent first):, referer:
http://foad.isfecnormandie.fr/mahara/view/edit.php?id=11876&new=1
* log_message("Undefined variable: view", 8, true, true, "/var/www/foad.icfpnormandie.fr/html/mahara/lib/vie...", 5985) at /var/www/foad.icfpnormandie.fr/html/mahara/lib/errors.php:489, referer:
http://foad.isfecnormandie.fr/mahara/view/edit.php?id=11876&new=1
* error(8, "Undefined variable: view", "/var/www/foad.icfpnormandie.fr/html/mahara/lib/vie...", 5985, array(size 1)) at /var/www/foad.icfpnormandie.fr/html/mahara/lib/view.php:5985, referer:
http://foad.isfecnormandie.fr/mahara/view/edit.php?id=11876&new=1
* View->is_themeable() at
/var/www/foad.icfpnormandie.fr/html/mahara/view/blocks.php:271, referer:
http://foad.isfecnormandie.fr/mahara/view/edit.php?id=11876&new=1
, referer: http://foad.isfecnormandie.fr/mahara/view/edit.php?id=11876&new=1
PHP Fatal error: Call to a member function get() on null in /var/www/foad.icfpnormandie.fr/html/mahara/lib/view.php on line 5985, referer:
http://foad.isfecnormandie.fr/mahara/view/edit.php?id=11876&new=1
22 June 2016, 8:32
Hi Lionel,Yes. This is a known issue and has been fixed in core Mahara.
Please refer to Robert's solution in the post:
https://mahara.org/interaction/forum/topic.php?id=7627
Thanks,
Ghada
22 June 2016, 19:25
Hi Ghada and Robert,
I modified the mahara / lib / view.php to the 5985 line, I replaced
$view->get
by
$this->get
And all is correct
Thank you to all