This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Greg Priday Staff 8 years, 9 months ago

    Hi Alan

    A 500 error is usually due to some fatal PHP error. The most common cause of this that we’ve found is a memory allocation that’s too low for all the plugins you have enabled (including Page Builder).

    Here is a guide on how to increase your memory allocation: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/

    Please let us know if that doesn’t help and we’ll look at other possible causes.

  2. Alan Bouteiller 8 years, 9 months ago

    I do not think so; because the site has been working perfectly for a week (ovh).
    I just remembered that I had an update of another “plugin” so I will see if this did not create a conflict.

    (I am not english. Sorry if I make clerical error.)

  3. Alan Bouteiller 8 years, 9 months ago

    (no edit button?)
    I did not explain well: the plugin was already installed and the error appeared this morning (without reason).

    (I am not english. Sorry if I make clerical error.)

  4. Alan Bouteiller 8 years, 9 months ago

    I found my error: I had to change “fp-latest-news.php” like this:

    $r = new WP_Query( array(
    			'no_found_rows'       => true,
    			'post_status'         => 'publish',
    			'posts_per_page'      => -1,
    			'category_name'       => $category
                            'orderby'             => 'title',
                            'order'               => 'ASC',
    		) );

    (I am not english. Sorry if I make clerical error.)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread