• Hi all, when I try to access the install page, I get the following error message:

    PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 393216 bytes) in E:\USERS\RMhomepage\www\wp-includes\canonical.php on line 294

    How do I fix? Thanks in advance!

Viewing 1 replies (of 1 total)
  • Try increasing the memory for PHP and WordPress by putting this line near the top of your wp-config.php file:

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

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Fatal Error’ is closed to new replies.