casevos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor is no longer workingHere 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.
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)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.
Forum: Fixing WordPress
In reply to: Visual Editor is no longer workingHaving 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’);
Forum: Installing WordPress
In reply to: Unable to save draft or publish in 2.8http://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.phpLINE 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’);
Forum: Alpha/Beta/RC
In reply to: Upgrade to 2.8.4. Can’t change posts.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?!