by Ken Task.
moodle.gov. 10 IN A 198.105.244.228
curl -I https://moodle.gov
curl: (7) Failed to connect to moodle.gov port 443: Connection refused
curl -I http://moodle.gov
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 27 Feb 2015 23:23:49 GMT
Content-Type: text/html
Connection: close
Location: http://localhost
Expires: Fri, 27 Feb 2015 23:23:48 GMT
Cache-Control: no-cache
As you can see from curl ... on my connection doesn't connect ... a malware site? From a terminal session on your CentOS 7 server you could issue the same commands to see what your server says. Your curl request would run through the SQUID proxy so check logs on that box as well.
Cannot read property 'url' ... that could be a failed lookup to moodle . gov
Am guessing, but appears to point to the SQUID proxy in front of the Moodle server. All of the lines reported in your console output are .js files. Rules to proxy and returning JS files to Moodle?
Thanks for the extra info ... makes difference.
Set the drop down pick list for Debugging to Developer level (don't forget to turn it off when done).
Turn off performance info.
Did you clear your browser cookie for Moodle?
Try uploading something again ... this time with a different browser (multiple browsers).
moodle.gov. 10 IN A 198.105.244.228
curl -I https://moodle.gov
curl: (7) Failed to connect to moodle.gov port 443: Connection refused
curl -I http://moodle.gov
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 27 Feb 2015 23:23:49 GMT
Content-Type: text/html
Connection: close
Location: http://localhost
Expires: Fri, 27 Feb 2015 23:23:48 GMT
Cache-Control: no-cache
As you can see from curl ... on my connection doesn't connect ... a malware site? From a terminal session on your CentOS 7 server you could issue the same commands to see what your server says. Your curl request would run through the SQUID proxy so check logs on that box as well.
Cannot read property 'url' ... that could be a failed lookup to moodle . gov
Am guessing, but appears to point to the SQUID proxy in front of the Moodle server. All of the lines reported in your console output are .js files. Rules to proxy and returning JS files to Moodle?
Check your CentOS 7 server logs (apache error found in /var/log/httpd/error_log) and access_log (same location) for anything not normal (couldn't tell you what was 'not normal').
'spirit of sharing', Ken