Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Here is how we finally resolved it–
    When PHP is invoked by CGI/CLI method and/or FastCGI method, the
    TinyMCE editor on the add and edit page breaks, and does not appear.
    Php then dumps core in main directory. I can post that core if you
    would like.

    This can be fixed by setting PHP to be invoked directly by apache’s
    mod_php.so as is done in default install of php.

    As this bug has been identified and can be easily replicated, is there any way it can be fixed? I would very much like to go back to using CGI/CLI/FastCGI method for proper suexec operations.

    We have been having trouble with the visual editor and losing posts and the programmer reported the following resolve/issue:

    When PHP is invoked by CGI/CLI method and/or FastCGI method, the TinyMCE editor on the add and edit page breaks, and does not appear. Php then dumps core in main directory. I can post that core if you would like.

    This can be fixed by setting PHP to be invoked directly by apache’s mod_php.so as is done in default install of php.

    As this bug has been identified and can be easily replicated, is there any way it can be fixed? I would very much like to go back to using CGI/CLI/FastCGI method for proper suexec operations.

    Having just found a work around for a bug we found in the 2.8 version that resulted in lost ability to publish posts (see below)–which was like finding a needle in a haystack, now we can edit but are stuck in html mode–like everyone above.

    Disabling plugins, clearing cache, switching browsers, renaming the plugin directory… these are superficial fixes. Clearly there are many more bugs than the one that we found throughout the 2.8 branch. Is there any effort underway to address the fundamental problems that are plaguing all of these 2.8 blogs?

    Option for 2 column screen not present in add/edit page, thus, publish box, set to column 2 dissapears.

    FIX :

    in FILE : wp-admin/edit-form-advanced.php

    LINE 268

    add_meta_box(‘submitdiv’, __(‘Publish’), ‘post_submit_meta_box’, ‘post’, ‘side’, ‘core’);

    becomes

    add_meta_box(‘submitdiv’, __(‘Publish’), ‘post_submit_meta_box’, ‘post’, ‘normal’, ‘core’);

    Thread Starter casevos

    (@casevos)

    http://www.csvfblog.org, sandystimes.com and sevosfamily.com

    We were able to find a work around for sandystimes.com, if it works for the rest of them then this is a bug in the 2.8 software that needs attention:

    Option for 2 column screen not present in add/edit page, thus, publish box, set to column 2 dissapears.

    FIX :
    in FILE : wp-admin/edit-form-advanced.php

    LINE 268

    add_meta_box(‘submitdiv’, __(‘Publish’), ‘post_submit_meta_box’, ‘post’, ‘side’, ‘core’);

    becomes

    add_meta_box(‘submitdiv’, __(‘Publish’), ‘post_submit_meta_box’, ‘post’, ‘normal’, ‘core’);

    Hi, I have been having a problem with several wordpress blogs that can no longer post–you cannot save drafts and while there is publish option, the blog publishes articles before they are saved. I have other wp blogs that have been updated and do not have these issues.

    I opted to start from scratch with a complete reinstall–there are no plugins, no themes, no gears, etc…just plain old wordpress 2.8.4 brand new and the problem still persists. Any suggestions–I can’t event install a new working wordpress blog let alone fix an old one–http://sandystimes2.com.felicie.intracommunities.org

    Any advice?!

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