Solution on 500 server error while saving the page in elementor
Facing elementor 500 server error while page saving in WordPress?, You are in right place buddy💕.
Now a days, the lot of users reporting elementor 500 server error while saving the page in WordPress. As shown in following screenshot: Right? 🤨
✋Is it your error too❓
If Yes, Lets solve this f** bastard error
Go to add New plugin, Install WP-Optimize plugin (You read right, Now switch the tab and go to your websites dashboard, buddy😀!
Now open wp-optimize-> Database setting-> and clean all post revisions (If you want to clean other thinks, you can, but take backup first, Dude)
Now, try to save your page, It will definitely solved.
Not solved,😔? I am still here, baby! read following
How can we fix the Elementor 500 server error using hosting ( i.e Page saving issue in WordPress )
One of the most common causes of a 500 server error in Elementor is a lack of memory of the server. Its means increase the PHP memory limit man. How can we increase it, We will add the following line of code to in our wp-config.php file which is placed in cPanel/Hosting
define(‘WP_MEMORY_LIMIT’, ‘512M’);
Or we can change the memory limit from the our hosting.
Go to the cPanel and open the PHP setting
If you still facing the problem while page saving issue in WordPress, try the follow some more tricks :
Some other plugins that may be conflicting with Elementor and causing the 500 server error while page saving. Try disabling all plugins and then re-enabling them one by one to check if that fixes the issue. that’s mean so simple buddy, just disable the conflicted plugins, go it😃
Still Not solved? try one more thing:
Check your .htaccess file which present in your Hosting/cPanel
Make sure that the file is not corrupted or contains any errors.
If file is corrupted then paste the following fresh code of default .htaccess file for WordPress
# BEGIN WordPress RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
If above solutions are not working then we have the one last trick 💕
Re-install or update the Elementor plugin : If none of the above solutions work, We can try re-installing Elementor by deleting the plugin from your website and then reinstalling it or update the plugin.
Make sure to backup your website before doing anything above.
Your writer name is: Tushar Mengal