googleApps authentication crushing moodle server

googleApps authentication crushing moodle server

by leslie mtsh -
Number of replies: 1

hie I have installed googleApps plug-in on my moodle server. the moment I add the plug-ins [gaccess, gdata  & gmail] on the moodle server it crushes with an error internal server error 500. actually the index.php goes blank. would anyone be able to help me solve this problem?

if I enable the googleApps plug-in under administrator->manage authentication;

the browser is showing the error below:

'HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request.'

 

please help......

Average of ratings: -
In reply to leslie mtsh

Re: googleApps authentication crushing moodle server

by Alex Walker -

500 is an internal server error, which is caused by something being so misconfigured that Apache (or your web server) just can't handle it.

To find out what's causing the error, you'll need to look at your Apache error logs. If you have shared hosting, look for a folder called 'log' or 'logs'. If you run your own Linux server, the file should be in /var/log/apache2 (Debian, Ubuntu) or /var/log/httpd (RedHat, Fedora, CentOS etc.)

If you can SSH (open a command line) to your server, once you find your error log, you can type this at the command line:

tail -f /path/to/logfile

This will show errors on your screen as they happen.