syklitengutt
Member
Posted 4 years ago #
Getting this error all the time trying to install WP 2.3.3:
Fatal error: Allowed memory size of 6291456 bytes exhausted (tried to allocate 4864 bytes) in /web/www/frac/users/s/xxxxxxxxxx/wordpress_XXXXX/wp-admin/includes/plugin.php on line 3
I really don't get this.
Ive tried to create a .htaccess file and put this string in:
php_value memory_limit 16M
Ive put this file in root and my wp folder without luck.
The strange thing is that the limit is as far as I can see 6291456 bytes, and the php file is only 4864
(have just X´ed out vital info.)
syklitengutt
Member
Posted 4 years ago #
Ok... I have searched a bit, and tried to add this line on the second line in istall.php
ini_set(’memory_limit’,'32M’);
The ting is, when I do this, The whole php code seems to get brokend and I get an error:
Parse error: syntax error, unexpected T_STRING in /web/www/frac/users/s/xxxxxxxxxx/wordpressxxxx/wp-admin/install.php on line 3
syklitengutt
Member
Posted 4 years ago #
Ok. I cant edit my post, so I have to write a new one.
Sorry.
I have deleted the whole folder with WP,
and uploaded again.
But I still got the same error again.
I have checked with my host and im supposed to have a php limit on 16mb, so this should not be a problem should it?
yennygirl
Member
Posted 4 years ago #
I have this problems too and I just read this informations here;
http://wordpress.org/search/Allowed+memory+size?forums=1
You need to get them to check it again, the memory limit is only 6mb looks like some might have made a typo in their config.