Title: HTTP ERROR 500
Last modified: June 1, 2018

---

# HTTP ERROR 500

 *  Resolved [toarun4u1](https://wordpress.org/support/users/toarun4u1/)
 * (@toarun4u1)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-111/)
 * Recently i started facing 500 error with post table , below is more info of site
   and page.
 * Error-
    This page isn’t working govjobss.com is currently unable to handle this
   request. HTTP ERROR 500
 * url – [http://govjobss.com/job-dashboard/](http://govjobss.com/job-dashboard/)
 * shortcode – [posts_data_table columns=’title,content,date’ content_length=”10″]
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhttp-error-500-111%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Andy Keith](https://wordpress.org/support/users/andykeith/)
 * (@andykeith)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-111/#post-10348793)
 * Hi,
 * It might be that too many posts are loading, and you’re running out of memory
   or MySQL is taking too long to fetch the data. Could you try adding this to your
   theme’s functions.php file and see if this resolves?
 *     ```
       add_filter( 'posts_data_table_post_limit', function( $limit ) { 
          return 10;
       } );
       ```
   
 * You’ll find this file under: /wp-content/themes/<your theme>/functions.php
 *  Thread Starter [toarun4u1](https://wordpress.org/support/users/toarun4u1/)
 * (@toarun4u1)
 * [8 years ago](https://wordpress.org/support/topic/http-error-500-111/#post-10357323)
 * thanks .. its working perfect now…

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

The topic ‘HTTP ERROR 500’ is closed to new replies.

 * ![](https://ps.w.org/posts-data-table/assets/icon-256x256.png?rev=2997236)
 * [Posts Table with Search & Sort](https://wordpress.org/plugins/posts-data-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-data-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-data-table/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-data-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-data-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-data-table/reviews/)

## Tags

 * [HTTP error 500](https://wordpress.org/support/topic-tag/http-error-500/)

 * 2 replies
 * 2 participants
 * Last reply from: [toarun4u1](https://wordpress.org/support/users/toarun4u1/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/http-error-500-111/#post-10357323)
 * Status: resolved