Edit the wp-config.php file and insert this:
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Whenever I edit Header or footer.. it works fine.. but not in main body section. cant save changesdesactivate other plugins, except elementor & make a try
ok.. doing it.define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Did add the code given above to wp-config.php?
if not,just do it and try again!
Chnages done. but still the same..define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Did you add the code given above to wp-config.php?
if not,just do it and try again!
how to do that.. i mean where ??I wonder if you have litespeed cache enabled? Deactivate it and try again, i have a feeling it will work this time.![]()
Instead of enable just disable by following the attached instructions...how to do that.. i mean where ??
How to Speed Up WordPress with LiteSpeed Cache?
Speed Up your WordPress websites with LiteSpeed web server and LiteSpeed Cache for WordPress Plugin. Learn how to boost the performance of your WordPress websites, load times, Google page ranking and user experience.www.fastwebhost.in
If this is the problem then.. why its everything working fine on header & Footer. I can make chnages & save them . no problem at all.. why the only problem occurs on body section ??Instead of enable just disable by following the attached instructions...
I hv not installed any plugin for Litespeed cache, its by default.I wonder if you have litespeed cache enabled? Deactivate it and try again, i have a feeling it will work this time.![]()
Yes everything updated.. rest of the website working fine..Usually with 500 errors, that means that something in the theme or one of the plugins isn’t working correctly.
Is everything updated, thems and pluging?
if not do that first.
If that doesn’t work, you have to enable WP debugging by adding:
define( 'WP_DEBUG', true );
to the wp-config.php file.
This way you can see what's the cause of the problem!
Some useful links:
debugging-in-wordpress
300-500-error-while-using-elementor
update-button-does-not-work
header n footer working fine.. why only body section.. okay de-activating all plugins then checking.What kind of hosting service And theme do you use?
And can you disable all plugins except Elementor and try again?