Posts made by Tim Hunt

Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I am sure this is not a Moodle bug. Much more likely to be some sort of hack on your site, or a proxy or some javascript running on your site, that is causing the problem.

You need to check:

  1. The Moodle code you are running has not been tampered with. (Compare the the code on the server to a newly downloaded version of the zip file for that version of Moodle. Or, if you are using git, git diff.
  2. Also check files you have added (config.php and any plugins) to make sure there are no problems there.
  3. Use a tool like firebug to see what is being loaded when your site loads. Is there anything coming from outside your domain, if so, what is it?