GetSimple Support Forum

Full Version: Getsimple has stopped working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
error 500 means config error, which means something changed possibly in apache or your httpd host
(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
try removing items in your htaccess file
(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
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?
Try to disable plugins one by one maybe?
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