Posts: 6
Threads: 1
Joined: Jul 2016
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?
Posts: 6,267
Threads: 182
Joined: Sep 2011
error 500 means config error, which means something changed possibly in apache or your httpd host
Posts: 6
Threads: 1
Joined: Jul 2016
(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
Posts: 6,267
Threads: 182
Joined: Sep 2011
try removing items in your htaccess file
Posts: 6
Threads: 1
Joined: Jul 2016
2017-01-05, 01:12:50
(This post was last modified: 2017-01-05, 01:29:02 by Ascar.
Edit Reason: new info
)
(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
Posts: 6
Threads: 1
Joined: Jul 2016
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?
Posts: 3,491
Threads: 106
Joined: Mar 2010
Try to disable plugins one by one maybe?
Posts: 6
Threads: 1
Joined: Jul 2016
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