Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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 – set up your FTP info and save.
    Get Notepad++ – 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 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.

    ^^ 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
    In reply to: TinyMCE Problems
    Thread Starter bsugar

    (@bsugar)

    Thanks to the person that emailed me through the site with the answer.

    Much appreciated.

    Forum: Fixing WordPress
    In reply to: TinyMCE Problems
    Thread Starter bsugar

    (@bsugar)

    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
    In reply to: TinyMCE Problems
    Thread Starter bsugar

    (@bsugar)

    seriously. Nothing?

    Forum: Fixing WordPress
    In reply to: TinyMCE Problems
    Thread Starter bsugar

    (@bsugar)

    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)