Posted by qbnflaco on December 30, 2009 at 2:43pm
I know this is a bit of a cross post from a bug I submitted for the provision module on d.o (http://drupal.org/node/670088), but I wanted to see if anyone else has experienced this before. I used provision deply to create a production site from a dev site, only issue is not all of the images were showing up. I went into the db and manually got them all pointing to the production folder, however they all disappeared when I did that. Pointed back to dev, they are all there. For some reason it didn't like any folder but the dev folder. I checked permissions and it all looks right. If I open up images from either folder by their path in the browser, they work just fine.
Thanks!

Comments
settings.php
File directory is specified in the settings.php, i have the following in mine
global $conf;$conf['file_directory_path'] = 'sites/kwisantwerpen.ubu.attiks.office/files';
$conf['file_directory_temp'] = 'sites/kwisantwerpen.ubu.attiks.office/files/tmp';
$conf['file_downloads'] = 1;
$conf['cache'] = 1;
$conf['clean_url'] = 1;
Ah! it worked! The only thing
Ah! it worked! The only thing is aegir seems to be changing this back to the previous folders on verify. I'll dig around and see if aegir has this something in the db too.