GetSimple Support Forum
Weird message at the top of admin panel - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Weird message at the top of admin panel (/showthread.php?tid=3872)



Weird message at the top of admin panel - andyash - 2012-11-16

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'); } });


RE: Weird message at the top of admin panel - shawn_a - 2012-11-16

Goto health check.
What does health check say about version.


RE: Weird message at the top of admin panel - Oleg06 - 2012-11-16

probably also hosting JustHost Smile


RE: Weird message at the top of admin panel - shovenose - 2012-11-16

(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.


RE: Weird message at the top of admin panel - shawn_a - 2012-11-17

So cloudflare is still not exempting api/* calls ?
Whats the deal ?


RE: Weird message at the top of admin panel - shovenose - 2012-11-17

(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.


RE: Weird message at the top of admin panel - shawn_a - 2012-11-17

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-pagerules-fine-grained-feature-co
What are apps ? can you add exceptions to any page ?


RE: Weird message at the top of admin panel - n00dles101 - 2012-11-17

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.


RE: Weird message at the top of admin panel - shawn_a - 2012-11-17

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/GetSimpleCMS/commit/230c892f0ee451599136978cbe11a412c87bcf61

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.


RE: Weird message at the top of admin panel - ad2003 - 2012-11-17

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.


RE: Weird message at the top of admin panel - andyash - 2012-11-20

Weird. It's not there anymore. Just for information, I had GS3.1.2 and the latest versions of i18n plugins installed.