• Resolved creativesinside

    (@creativesinside)


    So I had an erroneous install and I went to erase everything to start over.

    Everything is erased except wp-content since inside plugins is all-in-one migration folder.

    When I try to erase I get this error:

    Unable to remove /httpdocs/wp-content: filemng failed: filemng: Error occurred during /bin/rm command.

    What do I do?

    Using Plesk 12 on a 1and1 VPS. Thanks!

    https://wordpress.org/plugins/all-in-one-wp-migration/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter creativesinside

    (@creativesinside)

    I have tried through SSH to erase the files.

    One of them is in all-in-one-wp-migration/backups

    It is: index.php

    -bash-4.1$ rm index.php
    rm: remove write-protected regular file `index.php’? yes
    rm: cannot remove `index.php’: Permission denied

    As well through SSH it won’t allow me to change the permission:

    -bash-4.1$ chmod 777 index.php
    chmod: changing permissions of `index.php’: Operation not permitted

    Thanks!

    Plugin Author Yani

    (@yaniiliev)

    creativesinside,

    You could uninstall the plugin and install it again – during uninstall WordPress will remove any files that belong to the plugin.

    Alternatively, you can use sudo to remove the file: sudo rm index.php

    Thread Starter creativesinside

    (@creativesinside)

    Thank you! I will try and report back!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't Delete All-In-One Migration Folder’ is closed to new replies.