GetSimple Support Forum

Full Version: Slow admin interface when get-simple.info site is down
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am a new user of the Get Simple CMS and I noticed something strange today. A website that I have just finished had a very slow admin backend. I went online to find some answers in this forum only to find that the website is down with a 504 timeout error from nginx.

09-09-2013 around 12:45

As soon as the get-simple.info website was back online my backend problems were gone. The backend became just as responsive as ever.

I would like to know if the CMS has a connection to the get-simple.info server. And if it's downtime could be the cause of the non responsive backend?

Thanks!
Yes, it checks the GS version. To disable this, add to gsconfig:
Code:
define('GSNOVERCHECK', true);
(since GS 3.2)
What version of GS ?
(2013-09-10, 02:05:48)shawn_a Wrote: [ -> ]What version of GS ?

Version 3.2.3

(2013-09-09, 23:23:55)Carlos Wrote: [ -> ]Yes, it checks the GS version. To disable this, add to gsconfig:
Code:
define('GSNOVERCHECK', true);
(since GS 3.2)

Thank you for this solution, I will change this setting if I run in the same kind of problem again.
Ultimately, I do not know what the deal is with curl timeouts not working on some hosts.