• Hello, my site http://www.buttinoni.it has been giving me this error for a few days:

    “Elementor data update

    The database update process is running in the background. Is it taking a while?”

    And if I click to run it, it gives me an error:

    A critical error has occurred on this site. Check the incoming emails in the site administrator’s mailbox for instructions. If you continue to have problems, try the support forums.

    I also contacted my provider and this is the answer:

    Thank you for your reply.

    The exact issue that is showing up after the “Update DB data” in Elementor is clicked is:

    Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 229855936 bytes) in /home/buttinon/public_html/wp-includes/class-wpdb.php on line 2357
    

    We have noticed such an error before with other clients, and regardless of how much we increase the PHP memory, the error message still stays.

    The way our clients resolved that issue was by contacting the support of Elementor, who then looked into the Elementor setup of the site and made configurations, so that the error does not show again.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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,

    Thread Starter Carlo Buttinoni

    (@buttinoni)

    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,

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.