• Resolved dsortax

    (@dsortax)


    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 16384 bytes) in (my path) on line 30

    What does it mean?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try increasing the memory for PHP and WordPress by putting this line in your .htaccess file:

    php_value memory_limit 64M

    or this line near the top of your wp-config.php file:

    define('WP_MEMORY_LIMIT', '64M');

    or in your php.ini, if you have access to it:

    memory_limit = 64M;

    Thread Starter dsortax

    (@dsortax)

    Thanks! I will try this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error’ is closed to new replies.