The problem is that you don’t have enough memory allocated for your php script in your php.ini file. there are two ways to solve it
- increase the memory allocation which might require you to increase the actual physical memory you use
- give up on some features of your site.
There is no one root cause for such a problem which you can debug and “solve”, the problem is a result of the actual usage of the accumulative features of your site and it is not caused by a single one of them (although probably one of them is more memory hungry then others)
Related Posts:
- Upgrade 4.5.2 to 4.5.3 deleting row in wp_options table
- ‘Global’ settings page for multisite plugin
- How to add field for new site-wide option on Network Settings screen?
- Contact form 7 select box different value-text than content-text in option [closed]
- Modifying a JS file with data from plugin settings
- Correct way to serialize the data of options table?
- Where should I use get_option in a plugin
- Inherit plugin settings to new site in Multisite
- How to tell if plugin has been network activated
- Is there a hook attached to general settings save?
- $wpdb->get_results leaking memory
- How to find out if option exists but is empty?
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Extension preview disapeared since WP 4.5.2
- Delete Custom Dashboard Widgets
- Best way to diagnose which plug-ins/theme uses the most memory?
- Custom plugin settings: clicking “save changes” does not display success message
- Editor access to plugin settings
- WordPress plugin installation error
- Duplicate settings of master blog to slave blogs in WP multi-site installation
- Environment Specific Options Token
- How do I extract the Alt Text from an image attachment upload via the WordPress Options Framework Plugin?
- How to develop a community feature in the dashboard for multiauthor site
- Network-Wide Plugin Settings Management
- WordPress media upload limit?
- How to create a Page alias in WordPress
- How to fetch serialized data from wordpress options
- Add custom meta box on Post page
- Memory Leak in plugin action
- Remove Widgets in Dashboard
- Some Plugin Settings Are Kept After Removal and Reinstall of the Plugin
- Changing widget options via the functions.php when there are no hooks
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- How can I ‘reactivate’ .PHP files within a WP plugin that have been marked ‘inactive’?
- Give editors access to particular plugin – turn “admin.php” into “edit.php”
- Created Widget Not Showing up on Admin Panel
- Get all options saved by another plugin
- Is it ok to call get_option without hooks?
- Enable/Disable WP options programmatically
- Custom options page checkbox will not save, despite working with text
- Settings API – input always updates over validation
- add function to saving change on Options Pages
- Dashboard Disappears after Upgrade
- WooCommerce “Save Changes” button appears inside custom settings
- clean wp_options table unused rows
- Compatibility with RTL installations
- How to set CORS header?
- Prepare plugin options for multi-lingual support
- Dashboard Widget Form
- Frontend editing, Frontend user dashboard
- Is there a reliable way to keep track of how long a WordPress theme has been active?
- Remove obsolete plugins artifacts from database tables
- Restore a Plugin’s Default Settings
- add action wp_head not working
- How to debug register_setting callback function
- Why is the Settings API is not saving my array of options
- Creating a plugin that will add options. Where should the options menu pages go?
- Add get_option to jquery
- Can I use a form in a dashboard widget?
- Can you limit the memory usage of a particular plugin?
- update_user_meta add value on the top on existing value
- Can’t get plugin settings page to save data
- Default Plugin Settings Not Writing to Database
- Update Option Error: Notice: Undefined index
- How do i save plugin-specific info?
- Set the active Navigation Menu from a plugin
- Serialize data for wp options
- Determine Registered Admin Menus
- How to make an interface similar to multi-site for switching between multiple (single) sites for administrators?
- How can I add an options page for my class based plugin?
- problems with wordpress and php version 5.3.3-1
- Why slash is removed after domain?
- Where does WordPress store plugin (enabled/disabled) status for multisite?
- How to add a default value to get_option if it’s used as a variable?
- WordPress get_option and update_option returned entered on the textbox field
- wp_trash_post is leaking memory
- Building a simple “settings” plugin to change textstrings on the home page
- WP e-commerce sales-view
- My first plugin doesn’t save the data in options
- How to programmatically detect how many posts are displayed per page?
- Remove the ‘Press This’ Tool
- How to create plugin list groups?
- Google adsense stats plugin? [closed]
- Website keeps going down, is it a plugin, database, memory problem, or something else?
- Custom Fields on User Dashboard?
- selecting options from another form
- How to access values from your own settings page in javascript?
- Neither update_option nor delete_option fires in deactivation hook
- Form with response button after on table after submission
- WordPress Plugin and other pages not opening
- wp_options Table keeps growing
- move setting data from wordpress api to codestar freamwork
- Multiple plugins settings of same developer into ONE settings page linked together
- Display Any Field fromAdmin Panel in Frontend via Shortcode?
- When to store store plugin options as a single database record?
- How to fix a Wordfence scan that doesn’t finish?
- Plugin Error – Not Sure Where to Go From Here
- Secure way to add JS Script to WordPress filesystem
- How can I hide Dashboard notifications for just one particular plugin?
- Convert WordPress into Event and membership managment software [closed]