GetSimple Support Forum

Full Version: GS suddenly stop working properly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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
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.
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 )
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