• brettschuler

    (@brettschuler)


    Hi there:

    I am running WordPress 3.3.1 and Multisite with several subdomain blogs installed. I can’t get WordPress to Publish Posts or Pages. They only go into Draft mode. When clicking on the link in another browser I get a 404 error file not found. I am pretty sure that a setting is missing or typo in settings. Any ideas? The url is http://lovingmyneighbor.org/cca/
    Is there a reference chart for Multisite settings.

    Thanks!
    Brett

Viewing 11 replies - 1 through 11 (of 11 total)
  • 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?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    What plugins are you using?

    Thread Starter brettschuler

    (@brettschuler)

    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

    Thread Starter brettschuler

    (@brettschuler)

    Additional information
    Posts will post on main website
    Viewing Posts are only able when logged in.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    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.

    Thread Starter brettschuler

    (@brettschuler)

    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?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    The data in the body of the post disappears when pressing published.

    Mod_Security. Is it turned on?

    Thread Starter brettschuler

    (@brettschuler)

    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

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Not related to .htaccess πŸ™‚

    Do you have root access to your server?

    Thread Starter brettschuler

    (@brettschuler)

    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.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    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.

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

The topic ‘404 Errors on Posts/Pages’ is closed to new replies.