The MU forums have moved to WordPress.org

Image delete problem (3 posts)

  1. tom_cat
    Inactive
    Posted 18 years ago #

    I click the image and select "Delete", then I got

    "Forbidden
    You don't have permission to access /wpmu/wp-inst/wp-admin/< on this server."

    Error message.
    Anyone can help. Thank you very much!

  2. ergate
    Member
    Posted 18 years ago #

    Recently noticed a Image delte bug.
    I have the 11/10 nightly build installed, with a slight modification to the htaccess to correct image link problem (http://mu.wordpress.org/forums/topic/399#post-2161).
    I went to delete an image from the image section in the post, I will click on the image, choose the delete option, I will confirm the deletion, then it reloads the image area. but instead of reloading the images, it previews the page, when I reload the entire page to get the image area back, the image is still there nad has not deleted.

  3. tom_cat
    Inactive
    Posted 18 years ago #

    I figured out my problem this way:

    /wp-inst/wp-admin/inline-uploading.php (Line 185 & 190: make image delete work)
    <----------------
    href="<?php echo basename(__FILE__); ?>?
    ---------------->
    $images_path_temp = basename(__FILE__);
    href="$images_path_temp?

About this Topic