TechnicalShot

Elementor Server error (500 error) in WordPress

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? 🤨

Elementor 500 Server error

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😀!

Solution of Elementor 500 Server error

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)

setting of Elementor 500 Server error

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’);

Elementor 500 Server error

Or we can change the memory limit from the our hosting.

Go to the cPanel and open the PHP setting

Elementor 500 Server error

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

.htaccess

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

Want to see my social media: Instagram , Facebook

Website

Leave a Reply

Your email address will not be published. Required fields are marked *