Are you saying that when publishing a post on every site the posts get set to Draft or is it a single subsite? Or, just the main site?
You don’t have any plugins that are “scheduled draft” type plugins or something similar do you?
What plugins are you using?
Yes when publishing a post or page on every page it will first Publish, but then it switches to Draft or Pending Review. I am not running any scheduled draft plugins. There are some redirect plugins. I did try turning all the plugins off by renaming the plugin folder. Here is a list of the plugins:
Admin Bar Disabler
Askimet
All In One SEO Pack
Blog Copier
Custom Shortcode Sidebars
Genesis Layout Extras
Genesis Layout Manager
Genesis Nav Menu Amplified
Genesis Simple Breadcrumbs
Genessis Simple Comments
Genesis Simple Edits
Genesis Simple Hooks
Genesis Simple Menus
Genesis Simple Sidebars
Genesis Slider
Genesis Social Profiles
Gold Cart for WordPress E-commerce
Google Analytics
Gravity Forms
Gravity Forms Directory
Gravity Forms Paypal
Gravity User Registration
Lightbox
Quick Page/Post Redirect DEV
Redirection
ShareThis
Simple Facebook Connect
Simple URLS
Smooth Slider
Twit Connect
Widget Data – Setting Import/Export Plugin
Widgets on Pages
WordPress.com Custom CSS
WordPress Importer
WP Banners Lite
WP e-Commerce
WP e-Commerce – Custom Fields
WP Security Scan
WP Super Cache
Wysija Newsletters
Many thanks. – Brett
Additional information
Posts will post on main website
Viewing Posts are only able when logged in.
I would lay heavy money on it being a plugin conflict, and I’d spin up a local install of WordPress to see if I could reproduce it.
Or if you can’t try turning off these:
Quick Page/Post Redirect DEV
Redirection
That’s my best guess at issues.
Disabled all the plugins turned backon and permenenatly removed Quick Page/Post Redirect DEV Redirection plugins. The data in the body of the post disappears when pressing published. Any other thoughts?
The data in the body of the post disappears when pressing published.
Mod_Security. Is it turned on?
i dont have it turned on. here is my current htaccess file:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPress
Not related to .htaccess π
Do you have root access to your server?
I do not have root access. My ISP Hostgator said Mod_Security is turned on by default. I noticed I could not update pictures and text in posts that I created before the move also.
I noticed I could not update pictures and text in posts that I created before the move also.
Wait … what? You can’t edit POSTS? (Media I could understand as permissions issues.) What happens when you try to save a post?
This is looking more and more like a DB problem. Try running a repair via phpMyAdmin.