Title: bsugar's Replies | WordPress.org

---

# bsugar

  [  ](https://wordpress.org/support/users/bsugar/)

 *   [Profile](https://wordpress.org/support/users/bsugar/)
 *   [Topics Started](https://wordpress.org/support/users/bsugar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bsugar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bsugar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bsugar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bsugar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bsugar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.2.1. problem out of memory](https://wordpress.org/support/topic/wp-321-problem-out-of-memory/)
 *  [bsugar](https://wordpress.org/support/users/bsugar/)
 * (@bsugar)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-problem-out-of-memory/page/2/#post-2186411)
 * Here it is: (Godaddy Specific)
 * First, determine the php memory limit for your host. You can do this by looking
   at your control panel, directly from the phpinfo file, or by installing the ServerBuddy
   plugin from the WordPress plugin directory.
 * If your memory limit is 32mb, then you’re SOL unless you upgrade your hosting
   plan – however, if you have more than that you can fix it…
 * PHP memory through my hosting plan maxes at 256M, however WordPress could only
   utilize 32M.
 * **Prep Steps:**
    Get [**FileZilla**](http://filezilla-project.org/) – set up 
   your FTP info and save. Get [**Notepad++**](http://notepad-plus-plus.org/) – 
   Set it to be the default editor for .ini and .php files (standard notepad will
   work too, but…)
 * To fix the problem, first I opened the php5.ini file by right click and choosing“
   View / Edit” from the dropdown in FileZilla and added the following line to the
   end:
 * `memory_limit = 256M ;`
 * (Note: If you aren’t running php5, upgrade or get a new host that has it)
 * Then, add the following code directly above “// ** MySQL settings – You can get…”
   in your wp-config.php file using the same method in FileZilla. (also in root)
 *     ```
       /** Memory Fix */
       define('WP_MEMORY_LIMIT', '256M');
       ```
   
 * Make sure you save both of these files back up to the server.
 * IMPORTANT: SAVE / BACKUP COPIES OF YOUR FILES IN CASE SOMETHING “BREAKS”.
 * Last, but certainly not least, if the change doesn’t take effect immediately,
   go to [**this page**](http://community.godaddy.com/help/article/5647) and follow
   the steps for your hosting OS.
 * *** The reason I like to utilize, and recommend the FileZilla Combo is that it
   provides a quick way to make edits, and back them out in a hurry using the undo
   buttons if they don’t work. Simply undo the changes, save the file and reload
   it back up to the server with FileZilla. DO NOT CLOSE THE OPEN FILES IN NOTEPAD
   ++ UNTIL YOU ARE 100% SURE THAT THE CHANGES YOU MADE WILL BE EFFECTIVE AND WON”
   T CAUSE ANY ISSUES.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 3.2.1. problem out of memory](https://wordpress.org/support/topic/wp-321-problem-out-of-memory/)
 *  [bsugar](https://wordpress.org/support/users/bsugar/)
 * (@bsugar)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-problem-out-of-memory/page/2/#post-2186410)
 * ^^ That didn’t work. I’m assuming that a change must be done through the host
   to provide a permanent fix for the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TinyMCE Problems](https://wordpress.org/support/topic/tinymce-problems-3/)
 *  Thread Starter [bsugar](https://wordpress.org/support/users/bsugar/)
 * (@bsugar)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/tinymce-problems-3/#post-2296959)
 * Thanks to the person that emailed me through the site with the answer.
 * Much appreciated.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TinyMCE Problems](https://wordpress.org/support/topic/tinymce-problems-3/)
 *  Thread Starter [bsugar](https://wordpress.org/support/users/bsugar/)
 * (@bsugar)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/tinymce-problems-3/#post-2296958)
 * to date, I’ve deactivated all of the plugins, reverted to the default theme, 
   replaced the wp-includes folder, checked all the .htaccess files and still, the
   problem persists.
 * Does anyone, anywhere have any idea whatsoever what might be causing this, or
   how to fix it? if not, can someone direct me to a platform that actually works
   without all the headaches and a forum that actually provides answers to these
   posts?
 * Signed,
 * Frustrated.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TinyMCE Problems](https://wordpress.org/support/topic/tinymce-problems-3/)
 *  Thread Starter [bsugar](https://wordpress.org/support/users/bsugar/)
 * (@bsugar)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/tinymce-problems-3/#post-2296925)
 * seriously. Nothing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TinyMCE Problems](https://wordpress.org/support/topic/tinymce-problems-3/)
 *  Thread Starter [bsugar](https://wordpress.org/support/users/bsugar/)
 * (@bsugar)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/tinymce-problems-3/#post-2296904)
 * This isn’t a bump, it’s additional information –
 * I’ve completely replaced the entire TinyMCE directory via FTP, and the problem
   persists.
 * I’ve experimented with different chmod settings – to include “777”, all to no
   avail.
 * I’ve deactivated all plugins – no go.
 * I’ve reverted to the default theme, problem still exists.
 * I’ve cleared the cache on browsers, logged in with a different admin account,
   tried various different browsers – all with the same result: No change.
 * **Again, any assistance here would be greatly appreciated.**

Viewing 6 replies - 1 through 6 (of 6 total)