• uniqueimagesphotography

    (@uniqueimagesphotography)


    Hi there. I have a WP blog with a ProPhoto2 theme. WordPress is all up to date and so is the theme. I just moved servers and everything is working other than the fact that I cannot add new posts to my blog at all. I don’t get any error messages, but when I click on ‘save draft’ the screen just refreshes (it takes a while) and my post is gone. If I click ‘publish’ it takes me back to the main ‘edit posts’ page but there is no new post and no saved draft. Clicking on ‘preview’ takes me to a page that says I need to save the draft.

    I tried deactivating all the plugins other than AJAX and Akisment, but that didn’t work.

    I’ve been messaging the ProPhoto people for over 24 hours, but they’ve ignored me, so if anyone here could help that would be awesome. thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It sounds like you have a permissions issue on your WP files. Since you can’t save a post, try setting 755 on your wp-content folder. You will have to do this with whatever FTP program you are using. If you need assistance with setting permissions, just google it. I hope this helps.

    Also, make sure that the .htaccess file in your wp-admin folder contains the following code (put there by default, but many developers edit this file for security purposes):

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /[yourhomefolder]/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /[yourhomefolder]/index.php [L]
    </IfModule>
    
    # END WordPress

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable To Add New Blog Content’ is closed to new replies.