Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS suddenly stop working properly
#1
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?
Reply
#2
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
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.
Reply
#4
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 )
Reply
#5
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
Reply




Users browsing this thread: 1 Guest(s)