Posts: 184
Threads: 20
Joined: Apr 2010
Why am I getting this message at the top of my admin panel?
'); if(obj.status != 1) { $('a.support').parent('li').append('!'); $('a.support').attr('href', 'health-check.php'); } });
Posts: 6,266
Threads: 181
Joined: Sep 2011
Goto health check.
What does health check say about version.
Posts: 1,928
Threads: 88
Joined: Apr 2010
2012-11-16, 05:34:47
(This post was last modified: 2012-11-16, 13:36:09 by shovenose.)
probably also hosting JustHost
Posts: 687
Threads: 63
Joined: Nov 2011
(2012-11-16, 03:40:36)andyash Wrote: Why am I getting this message at the top of my admin panel?
'); if(obj.status != 1) { $('a.support').parent('li').append('!'); $('a.support').attr('href', 'health-check.php'); } });
Who is your hosting provider? we have observed this on several EIG-owned companies including Bluehost and JustHost.
Posts: 6,266
Threads: 181
Joined: Sep 2011
So cloudflare is still not exempting api/* calls ?
Whats the deal ?
Posts: 687
Threads: 63
Joined: Nov 2011
(2012-11-17, 00:43:31)shawn_a Wrote: So cloudflare is still not exempting api/* calls ?
Whats the deal ?
Called Bluehost, they didn't have a clue. Talked to CloudFlare, didn't have a clue.
Posts: 6,266
Threads: 181
Joined: Sep 2011
How could they not have a clue ?
There has to be somewhere in their control panel to disable security protections for specific paths ?
I mean its their product throwing some kind of protection, wheres the log files ?
Wheres the threat alerts or stats ?
It has to be logged somewhere.
How much experience do you actually have with cloudflare ?
http://blog.cloudflare.com/introducing-p...feature-co
What are apps ? can you add exceptions to any page ?
Posts: 1,108
Threads: 70
Joined: Aug 2009
What version of GetSImple do you have installed?
are you at the latest revision?
You will only get this output if you need to update.
Posts: 6,266
Threads: 181
Joined: Sep 2011
noodles this is the old 3.2 local json parsing of the version check api.
See
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/321
and the fix
https://github.com/GetSimpleCMS/GetSimpl...12c87bcf61
Problem is exactly what I feared although not an xss attack its annoying. Cloudflare sees some php requests to be a security violation and sends back its own data, which we were sending to the client in javascript which it now chokes on. It only happens to some hosts, i assume becasue they are blacklisted or flagged as exploit friendly hosts.
I asked what health check shows, because it should be showing a failure to check version.
Posts: 23
Threads: 4
Joined: Nov 2012
2012-11-17, 20:47:30
(This post was last modified: 2012-11-17, 20:51:22 by ad2003.)
Hi! I am getting the same message on Top (latest version):
'); if(obj.status != 1) { $('a.support').parent('li').append('!'); $('a.support').attr('href', 'health-check.php'); } });
On xampp I had no message. But is this maybe a problem? Looks like it works as it should.
Thanks!
AD
OK! The Fix - fixed it! Thanks.
Posts: 184
Threads: 20
Joined: Apr 2010
Weird. It's not there anymore. Just for information, I had GS3.1.2 and the latest versions of i18n plugins installed.