Impossible

slpweb

New member
I tried in all the different ways I could. I cant migrate the images to R2 Cloudflare.
I try with SSH command and also with the plugin. With the plugin I have the issue you can see in the attached image.

And via SSH .. I see this:
sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

sh: 1: /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php: Permission denied

^C

root@admiring-keller:/var/www/vhosts/soloproaudio.com/public_html#



HOW TO MAKE IT WORK ?
 

Attachments

  • unnamed (5).webp
    unnamed (5).webp
    65.3 KB · Views: 0
Hmmm... what's the permissions for that particular file? If you do a full ls for the file, you should be able to see it:

ls -al /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/wp-cli/php/boot-fs.php

Normally, that's going to be a general permission issue at the operating system level. For example if the owner is a user other than the user you are trying to run the process as (and the permissions don't allow non-owner usage).
 
Back
Top