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
- Getting the post_id in wp_ajax function
- Exclude drafts in all() view of edit.php
- 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
- Can I load posts via Ajax?
- 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
- How to get new post URL?
- POST from jQuery to PHP
- How to remove bulk edit options
- Add confirmation popup on “Move to Trash”
- Embed WordPress Admin in an iframe
- Can’t publish, edit or delete posts since Gutenberg update
- Send email to user that his post has been rejected
- How to place HTML below the title of the (custom) post overview
- How do I allow users to follow a post and then allow admins to email all users who have followed that post?
- The correct way to call posts with ajax
- Change Order of Admin Posts Depending on Meta
- AJAX filter posts by year
- Diplay comment date on WP_Post_Comments_List_Table
- Change default Posts page
- Add ajax load more function using WP API
- How to pass Post_ID variable from theme’s Single.php to custom Plugin using AJAX
- I am unable to publish/update post
- Disable inline_edit() on edit.php
- Ajax load more button in Recent posts widget
- Ajax Dynamic Archives not showing correct results
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Two loops, one AJAX loop, exclude posts in first loop from second loop, loops are in different files
- Ajax post filters not working
- Display Meta Values in Custom Filter – Admin Custom Posts
- Lost draft under all posts and drafts
- Loading post with Ajax
- Genesis + Ajax + Jquery | Failling to call action
- Random ajax load only works with posts_per_page set to -1
- Send post id through ajax and get the post content back
- Using ajax on editing a category edit page?
- Dynamic dependent Dropdown lists for categories, sub-categories and posts
- Retrieve only posts from a specific user in wp-admin/edit.php
- Adding an Archive button to posts page for administrators
- Develop Admin Panel Page
- Fast publishing in wordpress
- Which file do I need to edit the All Posts page in the admin area?
- Lock post editing to one user at a time – wp_check_post_lock
- How do you search for a post or page with a certain url on the WordPress admin panel?
- Change the color of the Password Protected Post titles
- Bolding several words at once
- Call current post URL in ajax
- Using AJAX and PHP to load next post object
- How to make ajax load posts from the current category?
- Edit post & page option does not display on latest wordpress
- Cannot create new posts or upload images using media manager
- ‘QTags.addButton: arg2 distorts the button rather than just shows
- My page shows some other content in WP
- the wp_post_update isn’t working all the time
- 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
- How to create custom search form function including post “tags”
- how to filter posts by category without page load (ajax) in wordpress?
- WP Ajax returning 0, can’t find action
- Remove status ‘archived’ from the default post and page view
- 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
- 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
- Ajax the create and edit post form into lightbox and get results
- Blank page after changing number of post displayed in wp-admin
- How can I filter the post of a CPT by taxonomy Term in admin meta-box dropdown?
- 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
- Get post id on click of thumbnail
- Error establishing a database connection
- 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]
- WordPress Ajax load doesn’t work
- I cannot see the pagination in /wp-admin posts page
- editPost without undo entry
- Code understanding
- My website freezes for one minute every time I publish or update a post
- Xhr.send : PDF upload failed with status 400 and response 0