Hi all,
I've been trying to install wordpress on one of my linode's sites today.
And been getting this error:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 30720 bytes) in /path/to/site/wp-admin/includes/user.php on line 672
I set
Code:
ini_set('memory_limit','32M');
in both install.php and user.php, to no avail.
I then checked the memory on my linode and saw it only had 29M left, so I upgraded to the next up, and still no go.
Has anyone had this trouble with Wordpress before? Any ideas?
Thanks!