I am getting the same error and now i notice my site is not formatted unless I am logged in as an admin.
Plugin Support
Rica
(@ricav)
Hi @buttinoni,
Based on the error log you provided, the issue is due to insufficient memory resources. With that in mind, please reach out to your hosting provider and as them to increase both PHP and WP memory limits of your website.
Let us know if you need further assistance, we will be more than happy to help you.
Best regards,
Hi,
I increased the memory to 1024 but updating the elementor data I find myself with this error:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4138440 bytes) in /home/buttinon/public_html/wp-includes/functions.php on line 655
Plugin Support
Milos
(@miloss84)
Hi,
Thank you for your patience,
Even though the memory limit was increased to 1024MB, the error indicates that WordPress is still exhausting the available PHP memory during the Elementor data update. This usually means that the new memory limit is either not actually being applied to the active PHP process, or that the effective server-level memory limit is lower than expected. In some cases, the update process may also be consuming unusually high memory due to large amounts of data, a plugin conflict, or a server configuration issue.
To properly verify this, we recommend checking the active PHP configuration using a temporary phpinfo file to confirm the actual memory_limit value in use and identify which php.ini file is loaded. If the limit is lower than 1024M, it should be updated in the correct location depending on the server setup.
This may involve adjusting the value in wp-config.php using WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT, updating the memory_limit directive in a .user.ini file, modifying it via .htaccess if the server allows it, or changing it directly from the hosting control panel such as cPanel or Plesk. After making changes, it’s important to recheck phpinfo to ensure the new limit is applied.
If the memory limit is confirmed to be 1024M and the issue persists, the problem may be caused by a plugin or theme conflict or an unusually large dataset. In that case, temporarily switching to a default theme and deactivating all plugins except Elementor can help isolate the issue.
Please let us know the current memory_limit value shown in phpinfo, your server environment (for example Apache with mod_php or PHP-FPM), and where the memory limit was modified so we can provide more precise guidance.
Best regards,