• When trying to save a modified WP-page (using elementor)
    I get following error when saving a that page:
    PHP Fatal error: Out of memory (allocated 306184192) (tried to allocate 532480 bytes) in /…./wp-includes/class-wpdb.php on line 2425
    This occurs only on one single page – other pages do not fire that error.
    I already configured
    wp-config.php: define(‘WP_MEMORY_LIMIT’, ‘512M’);
    php.ini: memory_limit=1024M;
    These values are reflected in WordPress’ Tools > Site Health Info

    WP and all plugins are up to date
    WP: 6.3.1
    Elementor: 3.16.3
    PHP: 7.4.33

Viewing 1 replies (of 1 total)
  • That the default for upload file sizes. It can be adjusted in the php.ini file. You will probably have to speak to your hosting company to make the adjustments. Very easy fix if I think it under a key called upload_max_filesize.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Fatal error: Out of memory’ is closed to new replies.