I don't think there is a way to do this within the user interface and I'm not aware of any module that can help.
There is a function that can move individual files (file_move()) but you would need to create a script to get the existing file information and pass it the information for each file you wanted to move. There are a few unknowns and such a script could be quite tricky to get right and deal with any exceptions.
Another approach could be a database query to update the relevant records and then manually move the files to the location. But you need to know what you are doing with SQL.
It is possible someone else has done this before and has a method that is simpler
Hi opentype
I don't think there is a way to do this within the user interface and I'm not aware of any module that can help.
There is a function that can move individual files (...
Posted56 min 38 sec ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Yes indeed. We are exploring a few other more costly options, but as we are a low-resource start-up, we could save a lot of money by integrating Backdrop, CiviCRM and Ubercart for our membership...
Hello Chrys..,
It looks like it was for Drupal 6, with a Dev release for D7...
Never seen it before, but it looks like an interesting module... Do you have an immediate need...
Hi TallElfin,
that sounds like a webserver misconfiguration. It has nothing to do with the CMS itself.
So... other paths work just fine, also admin paths, only the path "admin/...
Comments
Hi opentype
I don't think there is a way to do this within the user interface and I'm not aware of any module that can help.
There is a function that can move individual files (
file_move()) but you would need to create a script to get the existing file information and pass it the information for each file you wanted to move. There are a few unknowns and such a script could be quite tricky to get right and deal with any exceptions.Another approach could be a database query to update the relevant records and then manually move the files to the location. But you need to know what you are doing with SQL.
It is possible someone else has done this before and has a method that is simpler