• I’ve searched around and asked around, and it seems that I may have some sort of problem with my .htaccess file. This is what is in my .htaccess file:

    `AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

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

    # END WordPress`

    When I try to add a tag to a post by clicking the link that says “Choose from the most used tags in Post Tags”, nothing happens. The buttons to add media to a post are there, and they appear clickable (my cursor turns into the nice little gloved hand extending the index finger). I have the latest version of WordPress. I have downloaded and reinstalled everything a handful of times. Even with all plug ins deactivated, I’m still getting the same results.

    Anyone have any suggestions? I appreciate the help of this community.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zride17

    (@zride17)

    Upgraded to 2.8.3, and still having the same problems.

    Thread Starter zride17

    (@zride17)

    I just learned a bunch about the difference between categories and tags. Fortunately (depending on how you look at it), I cannot add any new categories either.

    Here is something odd though, from the Dashboard screen, the quickpress option DOES allow me to add media files to a post. This sounds like a temporary solution, but if I need to edit that post and add more media, I’m hosed.

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

The topic ‘Problem with adding Tags and uploading media’ is closed to new replies.