• Skip to content
  • Skip to primary sidebar

MTZ - My Techno Zone

mytechnozone.com is a website where you can find Tutorials related to Blogging, Wordpress, Elementor, Woocommerce and many other web development related tips and tricks.

  • Home
  • Blogging
  • Website Development
  • Android
You are here: Home / Wordpress / Plugins / Elementor / [Solved] Server Error in Elementor

[Solved] Server Error in Elementor

Elementor is now a widely used page builder in WordPress. Sometimes when we try to save a page in Elementor we are getting a server error message and the page did not save the data. I faced this issue many times on many of my client’s sites. Today I am going to show you how you can fix it.

The most common issue for this issue is memory problems in WordPress. To fix this you have to increase the memory limit in your WordPress. Here are a few steps to fix this issue.

Step 1 – Open the wp-config.php file that you can find in your WordPress root. You can use FTP or any file manager plugin to reach the file. You can also use Cpanel if you have Cpanel access to edit the code.

Step 2 – In wp-config.php You have to add this code at the end of the page.

define( 'WP_MEMORY_LIMIT', '64M' );

Here you can increase your memory as much as you want like 64M, 128M, 256M, 512M, and so on.

Step 3 – Now save the file if you are using any file manager plugin or upload the saved file if you are using FTP.

Now try to update the page again and you’ll see the server error is gone. If you still facing the issue you can comment below.

Filed Under: Elementor, Wordpress

Reader Interactions

Primary Sidebar

Categories

  • affiliate marketing
  • Blogging
  • Crypto
  • Elementor
  • Interview Questions
  • jQuery
  • Make money online
  • Programming languages
  • React Interview Questions
  • Tutorials
  • Webhosting
  • Website Development
  • whatsapp
  • woocommerce
  • Wordpress

Recents blog posts

  • Write a program to gererate fabonicci series using PHP
  • Create a Random number generator program using PHP
  • Write a Prime number checker program using PHP

Quick links

  • Disclaimer
  • About me
  • Privacy Policy

© 2023 · mytechnozone.com