Hello,
I get the following return when I run the command:php setup/cli/manage.php file migrate --backend D --to F --limit=1
#!/usr/bin/env php
IOError: /home/lmc1946/ps.lomanco.com/attachments/9/9KXAP2jmj7l5rSw0yVb_vlWAYkK_YBwk: Unable to open for readingMigrated 0 files
The folder "9" is created in the attachments folder but there is no file "9KXAP2jmj7l5rSw0yVb_vlWAYkK_YBwk" created. I checked that the attachment folder has permissions set correctly. Is there somewhere else, perhaps a temp folder of sorts that cause this "Unable to open for reading IOError"?
I feel like this is a permissions issue but I'm at a loss of where to look. I greatly appreciate anyone's thoughts or suggestions on what might be causing the script to not complete its job.
Clayton