• t-bag

    (@t-bag)


    Hi, I just realized there have been a lot of restrictions on my WordPress install recently, which weren’t there a couple of days ago.

    It won’t allow me to unpublish a post, edit a post through Visual mode, it won’t allow the popup to come up when uploading an image and won’t allow me to edit Theme files through the Editor.

    I’m guessing it’s a CHMOD problem, but don’t know what files to edit…

Viewing 2 replies - 1 through 2 (of 2 total)
  • have you made any changes recently? Plugins, etc?

    A link to your site could help us look for suspicious stuff…..

    Thread Starter t-bag

    (@t-bag)

    http://www.rawinkorpz.com

    I only have SuperCache and FeedWordPress installed.

    This is the code I have in my htaccess file that relates to WP:

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My posts won’t show in Visual mode’ is closed to new replies.