• Resolved Eloy Frugoni

    (@eloyfrugoni)


    Hello!
    Since version 3.1.4 I get error 500 on the web. From what I saw it is added in the .htaccess file these lines:

    #BEGIN Simply Static
    #The directives (lines) between “BEGIN Simply Static” and “END Simply Static”
    #are dynamically generated, and should only be modified via WordPress filters.
    #Any changes to the directives between these markers will be overwritten.
    <Files “/srv/www/wp-content/uploads/simply-static/90d19611a8f1a54c7e0a9bbffc953b48-debug.txt”>
    require all denied
    require host localhost
    </Files>
    #END Simply Static

    If I delete it the website works again, but if I access the plugin it crashes again.
    Currently I have decided to use version 3.1.3 which works correctly on my website.
    Can you help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @eloyfrugoni,

    we only add these lines if you have the “Debugging Mode” enabled in Simply Static -> Settings -> Misc -> Debugging Mode to restrict access to the debug log file from public access.

    We also pushed a little fix in 3.1.6.1 to not add them if the file isn’t in use.

    Update to the latest version, disable the debugging mode, and you should be good to go 🙂

    Thread Starter Eloy Frugoni

    (@eloyfrugoni)

    Hello Patrick
    Thanks for your reply.
    I have disabled debug mode and updated the plugin. However, when I do this it still adds those lines in the .htaccess file and the website gives error 500.
    If you have any other solutions I would appreciate it

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Update gives error 500’ is closed to new replies.