GetSimple Support Forum
GS suddenly stop working properly - 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: GS suddenly stop working properly (/showthread.php?tid=3453)



GS suddenly stop working properly - j0lly - 2012-08-19

Hi, is very strange because i was just editing some content pages while GS become unresponsive; i loguot, restarted my lampp env, restart my notebook, but now all the plugins are unable to work: they show up as normal but any of the plugins action is impossible, even the file uploader doesn't work!


edit:
just right now while i was whriting it start work again... the only think i've done was to turn on the internet connection.
i want to say that i edited few pages (without internet) whit fully working GS before it stops work.

What's can be cause this strange and annoying problem?


GS suddenly stop working properly - Connie - 2012-08-19

j0lly Wrote:What's can be cause this strange and annoying problem?

not enough memory on your laptop, for sure

things like that on a local machine might happen. You never experienced a frozen browser or another frozen application? Your local server behaves like any other application: when not enough memory at hand, the application freezes


GS suddenly stop working properly - j0lly - 2012-08-19

but the webserver warks properly, and the backend admin was usable: only some php parts doesn't (i suppouse)...
my machine has 2Gb and i was just using lampp and the browser (without internet) nothing more.
looks strange for me, but i will debug it.


GS suddenly stop working properly - Carlos - 2012-08-19

By default GS loads scripts from a CDN, so if you don't have access to the internet you should disable external loading of scripts by editing your gsconfig.php file and changing

Code:
#define("GSNOCDN",true);
to
Code:
define("GSNOCDN",true);


( http://get-simple.info/wiki/config:gsconfig )


GS suddenly stop working properly - j0lly - 2012-08-20

Carlos Wrote:By default GS loads scripts from a CDN, so if you don't have access to the internet you should disable external loading of scripts by editing your gsconfig.php file and changing

Code:
#define("GSNOCDN",true);
to
Code:
define("GSNOCDN",true);


( http://get-simple.info/wiki/config:gsconfig )
oh yes this is the answer! in fact i was getting problems while without internet connection.
so thanks for all this help