Forums | Mahara Community
Support
/
1.2.5 https blank screen after login
31 August 2010, 13:50
I just upgraded from 1.2.3 to 1.2.5. Our site uses https for all pages.
The upgrade appears to have worked fine. The non-logged in home page displays fine (https). After logging in, the page loads empty - a white screen and now page source visible in browser. In trying to debug, I noticed there is some changes to the init.php file in 1.2.5, line 161 says:
&& strtolower($_SERVER['HTTPS']) != 'off'
I'm not sure what this is doing, or if it might be the source of my problem.
Additionally - the config file has the wwwroot as
$cfg->wwwroot = 'https://...../
Any advice or comments?
31 August 2010, 14:36
I've resolved this issue.... The server was hiding errors, and it was simply my error in not copying over the MyLearning plug-in.