GetSimple Support Forum
PROBLEM Getsimple has stopped working - 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: PROBLEM Getsimple has stopped working (/showthread.php?tid=9475)



Getsimple has stopped working - Ascar - 2017-01-04

Hi,
i have a problem with an old getsimple installation.
on www.rmpa.it domain i have a 3 years old installation, no one has modified the files (the last modified file is 2013) and last week it stopped working, error 500

I can not understand what happened
can someone help me?


RE: Getsimple has stopped working - shawn_a - 2017-01-04

error 500 means config error, which means something changed possibly in apache or your httpd host


RE: Getsimple has stopped working - Ascar - 2017-01-04

(2017-01-04, 02:01:56)shawn_a Wrote: error 500 means config error, which means something changed possibly in apache or your httpd host

thanks for the reply,
I tried to move the site to another linux server but it does not work. in that server there is another getsimple installation and it works. I can not understand


RE: Getsimple has stopped working - shawn_a - 2017-01-05

try removing items in your htaccess file


RE: Getsimple has stopped working - Ascar - 2017-01-05

(2017-01-05, 00:09:42)shawn_a Wrote: try removing items in your htaccess file

don't work

my htaccess is:

Code:
AddDefaultCharset UTF-8
#Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
<Files sitemap.xml>
        Order allow,deny
    Allow from all
    Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

and it's normal for me


RE: Getsimple has stopped working - Ascar - 2017-01-05

I found that if I rename the plugin folder the site works, obviously without loading the plugins i can't see whole site.
Now I have to find the problem

some ideas to find it?


RE: Getsimple has stopped working - Carlos - 2017-01-05

Try to disable plugins one by one maybe?


RE: Getsimple has stopped working - Ascar - 2017-01-05

Solved.

there was some problem in the data folder. I uploaded an older version of the folder and now it works.
now i'm going to restore the real data

thanks for support