Installing Wordpress

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

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

edit php.ini

set memory_limit = 128M

ref:

/etc/php5/fastcgi/php.ini

Still no go… It's weird because its set as 128M but the error says 'Allowed memory size of 16777216 bytes' aka 16M

blah.. finally got it…

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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct