Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Getsimple has stopped working
#1
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?
Reply
#2
error 500 means config error, which means something changed possibly in apache or your httpd host
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(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
Reply
#4
try removing items in your htaccess file
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
(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
Reply
#6
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?
Reply
#7
Try to disable plugins one by one maybe?
Reply
#8
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
Reply




Users browsing this thread: 1 Guest(s)