|
|
#1 (permalink) |
|
Twist3d One
Super #1
Joined in Dec 2007
Hosted on pass81
1,374 posts
Gave thanks: 20
Thanked 31 times
|
I am trying to migrate my old wordpress install over to this host but I keep getting this error when I try.
Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 30720 bytes) in /home/twist3d/public_html/wp-includes/widgets.php on line 557 I figured since that won't work I will try a new install. So I try a new install and then I get to step 2. nothing happens! So i hit refresh and i get this error! Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 122880 bytes) in /home/twist3d/public_html/blog/wp-admin/includes/schema.php on line 238 So my question is this. Why am i getting these errors. It appears to me that I can't migrate Wordpress over here nor can I do a fresh install without errors! I had no problems with this software on my old host. What i really want to do is migrate my old blog over here so i don't lose my posts and such. Any ideas? |
|
|
|
|
|
#2 (permalink) |
|
URB4N 5K1LLZ
Super #1
Joined in Sep 2005
Lives in Orlando, FL
Hosted on SH63
2,656 posts
Gave thanks: 81
Thanked 128 times
|
"Memory for WP, like any PHP app, is configured via php.ini. The default for max mem tends to be 8MB. You'll need to up that. Some plug-in can also have to do with it, as some ask for more memory then usual."
From: http://wordpress.org/support/topic/121880 If anything, I would submit a ticket to support in regards to this situation. =) |
|
|
|
|
|
#3 (permalink) |
|
Twist3d One
Super #1
Joined in Dec 2007
Hosted on pass81
1,374 posts
Gave thanks: 20
Thanked 31 times
|
Well i'm not sure how jsut copying files over, and reimporting the database and changing the config.php file would require so much memory.
Basically i'm just reinstalling it via a copy from my old server. Same domain name, same everything except the database name starts differently. I have submitted a ticket to support already as well. |
|
|
|
|
|
#6 (permalink) |
|
is a
Comfy Contributor
Joined in Jul 2004
Lives in CT
Hosted on Pass79
265 posts
Gave thanks: 11
Thanked 8 times
|
What server are you on (shared, reseller, etc.)?
I'm wondering if I should contact support about it too. I got that error a few days ago and everything seems fine now.
__________________
![]() |
|
|
|
|
|
#7 (permalink) |
|
Twist3d One
Super #1
Joined in Dec 2007
Hosted on pass81
1,374 posts
Gave thanks: 20
Thanked 31 times
|
I made a file called php.ini and put the following information in it and then uploaded it to the problem folder. for me it was the wp_include folder.
memory_limit = 100M |
|
|
|