Forums Forums Search & Filter Pro Allowed memory size of 134217728 bytes exhausted

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #178413

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes)
    wp-includes/wp-db.php on line 1889

    Hi, how can I resolve this error?

    Trevor
    #178418

    That sounds like either PHP or WordPress has run out of system memory, but I would not know why, as this is quite unusual. Allocating more MIGHT fix it, but I cannot be sure.

    Check the server/site PHP memory limit by looking for the PHP variable memory_limit.

    WordPress uses 40M of what PHP has available, unless instructed otherwise, using the WP_MEMORY_LIMIT variable added to the wp-config.php file.

    There is a WordPress plugin called Server Status (by Littlebizzy) where you can find what they are currently at (it adds a metabox to the WordPress dashboard).

Viewing 2 posts - 1 through 2 (of 2 total)