|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Dec 2007
58 posts
Gave thanks: 0
Thanked 0 times
|
why am i getting this wordpress error?
when i try to login to wordprss it says
Quote: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 30720 bytes) in /home/username/public_html/wordpress/wp-admin/admin-functions.php on line 1613 i need help =[
__________________
http://funkykiss.net |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Dec 2007
1 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
Had this problem also when I transferred my Wordpress installation to Surpass yesterday.
You need to add this line: Code:
ini_set('memory_limit','16M');
Code:
<?php You can increase/decrease 16M to whatever works for you. |
|
|
|
| This user thanks markcas for this great post! | Kayla (December 19th, 2007) |
|
|
#4 (permalink) |
|
Registered User
Seasoned Poster
Joined in Dec 2007
58 posts
Gave thanks: 0
Thanked 0 times
|
hi yeah one of the staffs did it for me thanks. =]
__________________
http://funkykiss.net |
|
|
|