Not a Bug "Loading More Stories" no longer working, help!

zoldos

Member
I'm not sure for how long, but the "Loading More Stories" AJAX no longer works! It just stays stuck at "Loading". I'm using Groups 2.5.9 F on a Ubunto 14.04 server with PHP 7.0.9 and XF 1.5.7.

Please help!!
 
I'm not getting any errors in Xenforo Admin, but I do get this in my server logs when I FTP to my site:

Code:
[Wed Sep 14 19:07:53.306883 2016] [fcgid:warn] [pid 6836] (104)Connection reset by peer: [client 72.132.75.121:50013] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Wed Sep 14 19:07:57.061647 2016] [fcgid:warn] [pid 6841] (104)Connection reset by peer: [client 72.132.75.121:50014] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Wed Sep 14 19:08:16.783249 2016] [fcgid:warn] [pid 6817] (104)Connection reset by peer: [client 72.132.75.121:50020] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Wed Sep 14 19:08:18.564555 2016] [fcgid:warn] [pid 6840] (104)Connection reset by peer: [client 72.132.75.121:50023] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
[Wed Sep 14 19:08:20.664985 2016] [fcgid:warn] [pid 6817] (104)Connection reset by peer: [client 72.132.75.121:50024] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
 
Code:
jquery-1.11.0.min.js:4 Mixed Content: The page at 'https://***.net/index.php?guilds/torture-killers-at-work.17/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://***.net/index.php?guilds/ajax/news-feed&team_id=17'. This request has been blocked; the content must be served over HTTPS

Seem it is your setting issues. Just update board URL to SSL domains.
 
Code:
jquery-1.11.0.min.js:4 Mixed Content: The page at 'https://***.net/index.php?guilds/torture-killers-at-work.17/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://***.net/index.php?guilds/ajax/news-feed&team_id=17'. This request has been blocked; the content must be served over HTTPS

Seem it is your setting issues. Just update board URL to SSL domains.
NobitaWhat do you mean? I'm using a valid SSL certificate and all URLs are https. Please clarify.
 
Back
Top