Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elementor Plugin on Wordpress keeps loading and I get a console error /wp-admin/admin-ajax.php 500

My website was working well and now I'm unable to create or edit pages using elementor because the 'loading' keeps spinning and nothing happens.

I see a console error where I get /wp-admin/admin-ajax.php 500

How can I fix this? I don't know what caused it.

enter image description here

like image 276
Stéfano Willig Avatar asked May 16 '26 10:05

Stéfano Willig


1 Answers

there are many reason for this. But the common one is WP memory limit issue.

To handle this, first you need to edit the wp-config.php file on your WordPress site. It is located in your WordPress site’s root folder, and you will need to use an FTP client or file manager in your web hosting control panel.

Next, you need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

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

This code tells WordPress to increase the PHP memory limit to 512MB.

Once you are done, you need to save your changes and upload your wp-config.php file back to your server.

like image 166
thống nguyễn Avatar answered May 19 '26 04:05

thống nguyễn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!