• Resolved justingold

    (@justingoldstein)


    Today I upgraded to WordPress 6.7 and Elementor 3.25.6 from 3.25.4
    I think I updated Elementor before WordPress.
    Afterwards I ran the “Elementor Data Updater” and got this error:

    Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 237303872 bytes) in?mysite/wp-includes/class-wpdb.php?on line?2316

    There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems, please try the?support forums.

    Learn more about troubleshooting WordPress.


    Even after disabling all my other plugins and setting the theme to “Storefront” I still get this error.
    Running PHP8.3 with 512MB memory.

    Elementor System info and Editor Console messages in pastebin below:
    https://pastebin.com/reg2W4cD

    The line error in /wp-incluldes/class-wpdb.php in 2316:

            if ( $this->result instanceof mysqli_result ) {
    while ( $row = mysqli_fetch_object( $this->result ) ) { //this is line 2316
    $this->last_result[ $num_rows ] = $row;
    ++$num_rows;
    }
    }
Viewing 1 replies (of 1 total)
  • Thread Starter justingold

    (@justingoldstein)

    I managed to resolve this by restoring my db to an earlier date from before the 6.7 update and then re-updating all plugins and then wordpress to 6.7 again, all is working fine now. Still don’t know what caused the issue though.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.