-
AuthorPosts
-
November 18, 2014 at 5:48 am #147439
Hi
getting the following errors below.
Issue it WP was running Very slow so I deactivated all 3rd party plugins, called godaddy (hosts) and they helped add an INI5.php file in the root directory with the mem set to 128M
I then tried adding define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ ); to the root config.php file and am encountering problems.Can anyone help please?
Warning: require() [function.require]: Unable to allocate memory for pool. in /home/content/41/11505641/html/Dev/wp-includes/general-template.php on line 2317
Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in /home/content/41/11505641/html/Dev/wp-includes/media.php on line 3062
November 18, 2014 at 5:49 am #147440This reply has been marked as private.November 18, 2014 at 11:04 am #147725This reply has been marked as private.November 18, 2014 at 11:20 am #147734Support guy said: Hi there,
It seems that you set a lower memory allocation in “php5.ini” file and then force to increase it in the “wp-config.php” file. Instead, you can directly ask them to increase the memory limit in the “php5.ini” file.
Also to improve your site speed, you can check the following report (http://gtmetrix.com/reports/www.sussexchef.com/Vt2ruKHM) and use the recommendations.
Hope that helps.
Made it public in case it helps in the future.Yes that seems to have fixed it
Thank you so much, really grateful for your help
November 18, 2014 at 5:13 pm #147983You’re most welcome 🙂
November 24, 2014 at 1:33 pm #151892oh my, it’s all been a problem with my hosting, Godaddy is not the way forward! trying out http://www.storminternet.co.uk for uk hosting
November 24, 2014 at 9:15 pm #152099Hi there,
If you can go with a VPS hosting plan, you will have more control for different configurations on your server.
Hope that helps.
November 25, 2014 at 12:50 pm #152695oohh sounds snazy what options would you recomend? https://www.storminternet.co.uk/server_configure.asp?ServerID=11&iOsID=2
Also I’m moving to the above server as they are recommended on lots of sites. currently to shared hosting. They have tried to move my site for me but encountered issues and are now doing a fresh install of wordpress,
any idea on which files I should grab from the old server to save basically building the site from scratch?
or do you know anyone that might be able to transfer the site as it is completely over my head.
All the best
Ben
November 25, 2014 at 9:06 pm #152891Hi there,
Yes, for now you can use shared hosting. Normally it should work as it is after transferring a full back-up (server to server). Let us know what are the specific error messages, so that we can help you on that.
Please refer to this post on how to do the site migration correctly (https://theme.co/x/member/forums/topic/site-migration/#post-135217).
Hope that helps.
-
AuthorPosts