How to solve WordPress php problem – Fatal error: Allowed memory size of….A lot of programmers will tel you that you must change php.ini file. But the most of time wordpress owners has shared hosting and they cannot change php.ini alone. So what to do ? How to change memory limit ?
Solution : Edit wp-settings.php file and change memory limit from ’32M’ to’ 64M’ !
WordPress sets its memory limits within the wp-settings.php file. All that has to be done is change the memory limit from “32M” to “64M”.
![]()
Here are the step by step instructions:
- Open wp-settings.php in your favorite code editor. This file is in the root directory of your WordPress installation
- Go to line #13 of wp-settings.php and locate ‘32M’
- Change the “32? to “64?
- Save the file and FTP it to your server
Related Posts
- How to Fix WordPress Missed schedule Error ?
- How to solve “An invalid character was found in text content” – wordpress solution for bad rss
- Tips to keep the memory in your life and at office
- How to remove index.php from WordPress or WPMU permalink ?
- How to add author info in article footer – WordPress code for author biography
- How to find solution for WPMU problem – There doesn’t seem to be a wp-config.php file
- How to install wordpress at shared hosting using Cpanel
- WPMU DEV SEO WordPress Plugin – full review and download
- How to fix in WordPress – Briefly unavailable for scheduled maintenance. Check back in a minute.
- How to install wordpress in localhost under Windows XP or Vista using Xampp – text and video tutorial
- Batch Create WordPress plugin
- WordPress Multisite and Google Analytics WordPress plugin
- Methods how to install wordpress under Windows XP – Xampp tutorial