HTTP 500 errors when user attempts to update profiles

HTTP 500 errors when user attempts to update profiles

by Jim Rollo -
Number of replies: 2
Hi, everyone.

We are running a 1.9.9 20100707 site. Been ok until now. Any user on the site gets a http 500 error (blank page in IE) when they attempt to update their profile page.

Here's the log messages (access_log ssl_request_log):

172.16.1.100 - - [08/Sep/2010:11:22:26 -0400] "POST /moodle/user/edit.php HTTP/1.1" 500 -

[08/Sep/2010:11:22:26 -0400] 172.16.1.100 TLSv1 RC4-MD5 "POST /moodle/user/edit.php HTTP/1.1" -

everything else appears ok. Only other item unusual about our setup is that the SSL cert is expired. But that condition is not new.

Any ideas?
Average of ratings: -
In reply to Jim Rollo

Re: HTTP 500 errors when user attempts to update profiles

by Jim Rollo -
Add more info. Turned on debugging and found this:

Warning: require_once(Zend/Http/Client.php) [function.require-once]: failed to open stream: No such file or directory in /opt/lampp/htdocs/moodle/blocks/gdata/http.php on line 36

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Http/Client.php' (include_path='/opt/lampp/htdocs/moodle/lib/pear:.:/opt/lampp/lib/php:/opt/lampp/htdocs/moodle/lib/zend') in /opt/lampp/htdocs/moodle/blocks/gdata/http.php on line 36


A problem with google block perhaps?
In reply to Jim Rollo

Re: HTTP 500 errors when user attempts to update profiles

by Jim Rollo -
Error went away after re-adding Google integration module referenced in error message.

Here's my conundrum: Before I posted, I read a bunch of forum messages related to hacked pages. I got spooked and re-installed moodle to wipeout potentially hacked pages. The re-install is what caused the google integration error message.

However, that doesn't rule out some hacking action prior to the re-install.

alls well that ends well I suppose