Support » Installing WordPress » [Plugin: WP Super Cache] can’t delete advanced-cache.php file

  • I’m trying to delete the advanced-cache.php file from a wordpress site showing in ftp.

    It’s the only file left.

    I’m unable to place any other files or folders in the wp-c ontent folder with it. permissions are stuck at 777.

    In another domain and wordpress dcelete, I was able to delete it.. probably b/c i changed permissions first, deleted the advanced-cache.php file, and then deleted the plugins folder.

    Anyone have a clue how i can delete this thing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Create a file called t.php in the same directory as advanced-cache.php and put this in it:

    <?php
    unlink( “./advanced-cache.php” );
    ?>

    Now call that file from your web browser and the advanced-cache.php should be gone. Remove t.php

    (Make sure you use double quotes, the forum make change the quotes above aroundthe filename.)

    Thread Starter ouch

    (@ouch)

    Thanks!

    yeah, thank you! it worked for me, too. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Super Cache] can’t delete advanced-cache.php file’ is closed to new replies.