• Resolved Svennoz

    (@svennoz)


    Hello everyone,

    I’m making a multilingual wordpress catalog site with woocommerce, qtranslate and the theme pinboard.

    I’ve had no problems at all and now suddenly on 2 languages (nederlands and deutsch) I get a 500 error.

    When I click on the menu item “BAGS” with one of these 2 languages selected I get the 500 error, the only thing I changed was adding more products. It only happens on “BAGS” the rest work with those languages.

    I’ve never had this before, I tried googling but I couldn’t find anything.

    Any help is much appreciated 😀

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Svennoz

    (@svennoz)

    Thread Starter Svennoz

    (@svennoz)

    And for some reason I now get this instead of the 500 error:

    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);

    Thread Starter Svennoz

    (@svennoz)

    I fixed it, but i never would have guessed this was it.
    Previously I had (under settings > reading) blog posts and syndication feed set on 300, now I changed it to 100 and it works again.
    No idea why though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Certain pages have http 500 error’ is closed to new replies.