https login Page Blank

https login Page Blank

by John Romain -
Number of replies: 4

Hi,

Hoping someone can help me out. I have enabled SSL on our site. I can serve the following: https://learn.infinitygroup.ca/test.html. But when I enable https in moodle admin and type in learn.infinitygroup.ca I get redirected to https://learn.infinitygroup.ca/login/index.php which is a blank page. Any thoughts on how to get this to work? I am using moodle 2.2.

Much appreciated

Average of ratings: -
In reply to John Romain

Re: https login Page Blank

by Andrew Lyons -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi John,

When visiting the links you've provided I'm given a 500 Server Error message which suggests some form of issue with your web server rather than with Moodle.

If you can, take a look at your web server's logs. It looks like you're running Apache, so your error log is likely to be in one of the following locations:
* /var/log/apache2/error.log (Debian, Ubuntu, and other derivatives of these)
* /var/log/httpd/error_log (Red Hat, CentOS, Fedora, etc)
* /var/opt/csw/httpd/error_log (Solaris from CSW package)

If you can't find it in one of these locations it should be mentioned in your Apache configuration.

Hope that this helps,

Andrew
In reply to Andrew Lyons

Re: https login Page Blank

by John Romain -

Hi Andrew,

I can see the logs in cPanel. What should I be looking for? 

John

In reply to John Romain

Re: https login Page Blank

by Andrew Lyons -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Hi John,

It's difficult to say - normally these kinds of errors are relatively obvious. If you can, open the log, find the bottom, refresh your moodle page, refresh the log, and see what's been added on the bottom.

Sorry that I can't be more specific!

Andrew