Unable to Publish changes made to by website on Elementor WordPress 'server error 500(500 error)

I am unable to save or publish an edit on my website. Anytime I make a change and click the “Publish” button, it returns with the below error.

My hosting server memory has increased including PHP but this keeps happening.

Can you please help? This has been happening ever since I started this site.

Thanks

Kind Regards

1 Like

It sounds like the issue might be related to a conflict with plugins or themes. Here’s what you can try:

  1. Deactivate all plugins and see if the issue persists. If it stops, reactivate them one by one to find the culprit.
  2. Increase PHP memory limit further by editing the wp-config.php file and adding:
define('WP_MEMORY_LIMIT', '256M');
  1. Check the error logs: You might want to check the server’s error log for more details, as that could point to the exact cause.
  2. Reinstall Elementor: If nothing works, try reinstalling Elementor, as the issue might be with the plugin itself.
2 Likes

Thanks Fibrinosa, I will try the options.

1 Like