Installing Wordpress
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
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!
3 Replies
set memory_limit = 128M
ref:
/etc/php5/fastcgi/php.ini
did find / -name and found that there was:
/etc/php5/apache2/php.ini
id been editing
/root/ispconfig/php/php.ini
thanks for the help