Does your file-server have an error log in the WP Directory? I would start by turning on the DeBug and error reporting via the wp-config file. Open your wp-config and add this from the WordPress Codex Debugging page if it’s not already there:
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
// Use dev versions of core JS and CSS file
define('SCRIPT_DEBUG', true);
It should generate an error log and a debug log that may help locate the issue. It sounds like it takes a while for the issue to show up so disabling plugins one at a time might be a long solution. I’d start with the Maintenance Mode, and the BackWPup plugins and go from there.
Related Posts:
- What could a hacker do with my wp-config.php
- how to create child WordPress plugin
- How to add favicon to my site – in both front end and admin panel
- Deactivate plugins only for mobile devices
- Drag-and-drop “Panels”-style visual layout editor?
- Failed to invoke other hook from the init hook
- Is there an equivalent to Drupal’s Batch API in WordPress?
- Is it possible to remove this action? (as it’s added just before it’s called)
- why in my wordpress admin panel the membership option is not showing
- Add multiple attributes to product from php
- How to show my sidebar in specific page only?
- What Plugin Do You Use to Turn WordPress based site to A Blog Aggregator
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- like to keep reading plugin
- Check if email address exists front end with AJAX in a plugin
- How to review WordPress website php version compatibility?
- Translate database content using __($message) function
- Any way to change the actual filename of an image from media manager?
- Add Extra codes by plugin
- CMB2 Repeatable Group & JSON API
- Edit default comments page in WP Admin
- Does WordPress validate inputs to all functions? (such as get_user_meta and insert_user_meta)
- Admin Theme customization
- wordpress json api not working
- Fetch Children of Grouped Products Inside WooCommerce Product Loop
- Outbound link autometic converted into linkdirect , and not opening
- Run plugins only on certain pages
- WordPress plugin creation how to execute .sql in order to insert multiple rows at activation of plugin
- Problem with PHP wordpress, Undefined index: in C:\xampp\htdocs\wordpress\wp-content\plugins\epoch\classes\core.php on line 190 [closed]
- Contributive page where people logged in can write
- Contact Form 7 Get Image Function [closed]
- How to create a custom shortcode based on the layout?
- Installing plugins and using complex folder structure with child theme in WordPress
- Implementing an image hosting website using WordPress? [closed]
- WP-DownloadManager – Query most download per week/month etc
- How to test ‘upgrader_process_complete’ hook in plugin development?
- How to get path or root of plugin folder, not file or dir?
- How to prevent additional code in functions.php to be removed once there is an update?
- Displayed content disappears when adding attributes to shortcode
- Thesis 2 custom Page
- What is the easiest way to rename a plugin (and also avoid plugin updates)
- Display linked articles at the bottom of post (like related posts)
- register_activation_hook() not working as expected
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Running multiple security plugins
- Opening a JQuery modal window on click of a button with a JQuery plugin
- Is there a way to remove a tooltip of a plugin via custom CSS? [closed]
- Correct Plugin File Path
- strange shortcode error: does shortcodes requires any dependency?
- how to replace hostnames on certain external links?
- Custom PHP Page Using WordPress login
- Create “new pages” within the admin section of plugin
- How to completely hide a WordPress/BuddyPress Install? [closed]
- Facebook ‘Share’ and ‘Like’ on individual posts
- Creating teams of users in WordPress
- Share plugins, themes, and multi post in a multidomain network
- Removing the custom_image_header from wp_head
- Is it safe to use Web Invoice 2.1.0 without SSL?
- WordPress cron job running more than once
- How to properly replace the_content with the html in a php file?
- Is there a way to make [Table Of Content] plugin while not using revision data?
- How to Add text value in Automatically in this conditions?
- How to display emails as a post?
- Elementor: How to design Dropdown Select Box Navigation page like Chegg
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- Displaying all the images from all of my articles
- Problem with Date translation in WordPress
- Create new page in wordpress plugin which doesn’t exist
- Use WordPress Plugin without WP head
- install / update plugins remotely
- Why is my site still showing insecure icon even if I have SSL certificate?
- Forum creation with bbpress and front end
- Fatal error when activating my custom wordpress plugin
- Front End Page Not Loading Header Footer
- Media Upload to custom database and Custom Directory
- Nested DIV’s across functions in PHP, do not seem to work
- TinyMCE how to add css when inputing a text
- Add image to post
- How to move WordPress gallery image out of the link?
- get_option return incorrect values
- get recent 12 days post then random in wordpress
- Restore Category Base
- Problems with installing and deleting plugins
- private functions in plugins
- Is it possible Embed flexviewer in wordpress and how?
- Need to change contact email depending where user is from
- How to show an image popup when one clicks on an image thumbnail?
- Add page-link after post content. Before plugin
- What method should I use for a sidebar widget that reads latest posts?
- Include subtitle display to slideshow
- Woocommerce – Product Description heading [closed]
- wp doesn’t recognize my plugin if I don’t login as WP user (or as WP Admin)
- How to make wordpress backend mobile optimized.?
- Visual Composer Data Source?
- WP Offload S3 Lite “Please setup GD or ImageMagick” noticed
- Possible to add “Template” selector to pages? Is Any Plugins are There..?
- WordPress error Fatal error: Uncaught TypeError: Argument 3 passed to Automattic :get_setting_for_feature() [closed]
- Form with response button after on table after submission
- Fatal error in wordpress
- Hidden Elementor sections slow down website. How to fix this? [closed]