GetSimple Support Forum

Full Version: Weird message at the top of admin panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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'); } });
Goto health check.
What does health check say about version.
probably also hosting JustHost Smile
(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.
So cloudflare is still not exempting api/* calls ?
Whats the deal ?
(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.
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 ?
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.
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.
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.
Weird. It's not there anymore. Just for information, I had GS3.1.2 and the latest versions of i18n plugins installed.