• I just installed WP and everything was working fine except when I want to add an image to a page. Uploading is not a problem but attaching the pic to the page is. Via the uploader and even by placing the <img> url I got a 409 conflict:

    Conflict
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    
    More information about this error may be available in the server error log.
    Apache/2.2.0 (Fedora) Server at www.audreyvleugels.nl Port 80

    I added a .htaccess file for the permalinks but I doubt that this is a problem:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I used the standard theme without plug ins. Got the 755 thing on the upload folder.

    I even uninstalled and installed WP again, deleted the database etc but no luck so far…

Viewing 1 replies (of 1 total)
  • Same here! I had it on 2 sites now, 2 different hosts.

    This one had only very few plugins and still it happened.

    I am amazed how often 409 conflicts happen these days compared to the past.
    Puts my faith in WP a bit to the test. :/

    Newest version of WordPress:
    WordPress 3.4.1.

    Plugin with conflict (upon saving settings):
    Typekit Fonts for WordPress 1.4

    No other oddities like custom .htaccess etc.

Viewing 1 replies (of 1 total)
  • The topic ‘409 conflict’ is closed to new replies.