Skip to:
Content
Pages
Categories
Search
Top
Bottom

500 error Buddy Press + Permalinks


  • peterkortvel
    Participant

    @peterkortvel

    Hi, I know this is a pretty common question and I googled but still can’t find answer. I had permalink set up to postname (/%postname%/) and it worked. However then I only visited the page with permalink settings (didn’t even click on anything) and I got 500 error. (Before this I disallowed commending for non registered users).

    When I delete web.config home page and admin works. So then I was able to disable permalink. Now all website worked (apart from one ALl-in-ONe migration tool, where I couldn’t download the backup 404)

    Then I set up permalinks back to postname and added this to htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    

    Now the website works with clean urls well (only ALl-in-ONe migration tool still not working – and who know what else is not working).

    Did I do something wrong here? Should I expect some more problems with this setting? Is there a more proper way to set it up?

    Thank you!

    Answers:
    1. Which version of WordPress are you running? 4.5
    2. Did you install WordPress as a directory or subdomain install? Normal main domain
    3. If a directory install, is it in root or in a subdirectory? Root
    4. Did you upgrade from a previous version of WordPress? If so, from which version? No
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes (even with buddypress till this happened)
    6. Which version of BP are you running? 2.5.2
    7. Did you upgraded from a previous version of BP? If so, from which version? No
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    All-in-One WP Migration, BuddyPress, Frontier Post, Shortcodes Ultimate, Simple Share Buttons Adder, The Events Calendar, Velvet Blues Update URLs
    9. Are you using the standard WordPress theme or customized theme? Standard
    10. Have you modified the core files in any way? No
    11. Do you have any custom functions in bp-custom.php? No
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    13. Please provide a list of any errors in your server’s log files.
    14. Which company provides your hosting? forpsi
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Windows

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar