Increase the memory_limit in the wp-config.php by adding:
define('WP_MEMORY_LIMIT', '256M');
Or,
go to your wp-config.php file in your root directory,
Change this line:
define('WP_DEBUG', false);
to;
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
this will log any errors you’re having with additional information in wp-content/debug.log file.
From your comment, it seems a process or theme/plugin is using too much memory. Deactivate inactive plugins. (Increase the memory to 512mb to enable you troubleshoot)
Related Posts:
- Many buttons not functioning in WordPress dashboard (as admin)
- How to add an admin notice upon post save/update
- How to make comments work for a post loaded per Ajax?
- Change label of title field for posts in the backend
- Ajax Load More Posts in Category Page
- How to load paginated post pages via ajax
- Getting the post_id in wp_ajax function
- Exclude drafts in all() view of edit.php
- How to Arrange Posts by Size in the WordPress Dashboard?
- List latest posts in WP-Admin
- Open WordPress ‘Add New Post’ admin page with parameters set via $_GET
- using slug instead of ID in admin edit post url
- Categories box not showing on post edit pages
- Can I load posts via Ajax?
- Load posts dynamically
- How to load post content on index page using ajax when post title in sidebar is clicked
- Include Sticky Post in Page Posts Count?
- How to use oEmbeds on Post Content during AJAX requests
- Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
- This AJAX Code Doesn’t Work – Looking for elegant solution
- Cannot access current post’s ID in custom plugin
- Make “Post published. View post” Open in a New Tab
- How to get the old WordPress Draft Editor view back with the Word count?
- Change the color of the Password Protected Post titles
- wp_query with ajax
- Bolding several words at once
- Call current post URL in ajax
- After ajax image is outside the “ tag
- Retrieve post in AJAX Callback
- Using AJAX and PHP to load next post object
- Sort All Posts by Category Name in the Admin Panel?
- List latest posts with least comments in WP-Admin
- Lightbox on wordpress post page
- Automate post update for all posts?
- Some blog posts containing source code fail to save draft or publish
- How to make ajax load posts from the current category?
- WP_Query outputs wrong post in custom post type
- Edit post & page option does not display on latest wordpress
- Cannot create new posts or upload images using media manager
- user_has_cap filter allows “edit_others_posts” but not is not allowing updating/publishing
- ‘QTags.addButton: arg2 distorts the button rather than just shows
- Custom Fields – How to get the list of a specific active widget each time it rendered
- Using AJAX to filter posts without refreshing page
- My page shows some other content in WP
- the wp_post_update isn’t working all the time
- Redirect old Posts URL to new URL
- Post count doesn’t match number of posts shown in list in admin
- Passing values via an Ajax querystring
- How to view a post from the wordpress admin screen
- Blog open in new Tab
- Unable to delete attached file from folder programmatically
- Javascript – How do I get specific post fields?
- How to create custom search form function including post “tags”
- how to filter posts by category without page load (ajax) in wordpress?
- Ajax: load content from post I clicked
- WP Ajax returning 0, can’t find action
- Remove status ‘archived’ from the default post and page view
- Strange behaviour in WordPress admin
- How to show WP admin edit page within template page/post?
- WordPress Screen Options, Help, Visual editor, Status, Visibility, Revisions, Published on and any toggled indicator don’t work for posts
- call to jquery ajax failing with 500 error when passing extra data field
- Post data across WordPress sites
- Redirecting to “All Posts” after post publish or update
- Ajax post doesnt call succes after got the response
- AJAX load more posts not using correct category and repeating the same few posts
- Order result from ajax
- Ajaxify Post Sort
- Colorbox not working on native WordPress gallery when gallery is loaded thru AJAX
- Dynamically load posts based on category
- Set featured image on creating new post
- WP_Query extended with AJAX
- Ajax the create and edit post form into lightbox and get results
- Blank page after changing number of post displayed in wp-admin
- How to sort posts in admin by name
- Is it possible to display QUICK EDIT as default for all posts in wp-admin/edit.php page?
- How can I filter the post of a CPT by taxonomy Term in admin meta-box dropdown?
- issue in wordpress auto delete post and redirect to another 1
- Ajax – Post Categories and Load More
- How to enable comments meta box for other author posts?
- Admin is showing all posts on page 1
- Post preview in iframe without saving the post
- I moved my site to another server, wp admin works so does the front page, but posts don’t work
- How to change the publishing date of each posts?
- WP Load post with ajax and apply isotope
- How to get posts from network blog
- Get post id on click of thumbnail
- Adding a time stamp on post view
- Error establishing a database connection
- Post thumbnail is not shown in wp-admin
- Creating a new Sortable Column in WordPress Admin
- Enqueue CSS on custom posts’ backend area
- What does WordPress mean by they have full rights to content [closed]
- Ajax calls in wordpress
- Add News Feed to bespoke website, only to one page on whole site
- Post Format Status [closed]
- Display posts with id equal to relationship value
- How to make ‘show_option_all’, that comes from wp_list_categoreis, to work with get_categories or with get_terms?
- WordPress Ajax load doesn’t work
- I cannot see the pagination in /wp-admin posts page
- editPost without undo entry