• Hello,

    I am trying to install wordpress and I get the following error…

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3840 bytes)

    Is this problem with the memory on my hosting account?

    Thanks for your help.

    Patty

Viewing 1 replies (of 1 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;

Viewing 1 replies (of 1 total)

The topic ‘Allowed Memory Size?’ is closed to new replies.