Received the following error after executing install.php:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/www/dowlenroad/Wordpress/wp-admin/includes/bookmark.php on line 200
Received the following error after executing install.php:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/www/dowlenroad/Wordpress/wp-admin/includes/bookmark.php on line 200
add this line to top of wp-config.php right after opening php statement
define('WP_MEMORY_LIMIT', '64M');
I still get the same message.
This topic has been closed to new replies.