Error : [createFilesListToChmod] > Missing working data

6 views
Skip to first unread message

travisbeck

unread,
Feb 22, 2010, 11:17:30 AM2/22/10
to fredistrano-discuss
Any help on this message?

--STEP--------------------------------
[step name] synchronize
[took] 0.019 secondes
Error : [createFilesListToChmod] > Missing working data

fred

unread,
Feb 22, 2010, 3:03:54 PM2/22/10
to fredistrano-discuss
Could you give us your deploy.php content ?

travisbeck

unread,
Feb 22, 2010, 4:02:30 PM2/22/10
to fredistrano-discuss
<?php
class DEPLOY_CONFIG {

// Default deployment options for the current project
// these options could be modified during the deployment
process in standard mode
// in fast mode these options will be used
var $options = array(
'export' => array(),
'synchronize' => array(
'runBeforeScript' =>
false, //enable custom script before deployement
'backup' =>
false //enable backup functionality
),
'finalize' => array(
'renamePrdFile' =>
true, //enable renaming .prd.xxx files
'changeFileMode' =>
true, //enable updating file mode
'giveWriteMode' =>
true, //enable updating write mode on directories defined
in $writable (in this file)
'runAfterScript' =>
false //enable custom script at the end of the deployement
process
)
);

// path of yours custom scripts to execute at the beginning/
end of the deployment process
// if yours scripts are located in a directory named
".fredistrano" at the root of your project enter only the name of your
script to execute
var $scripts = array(
'before' => 'beforeScript',
'after' => 'afterScript'
);

// List of directories and files to exclude during the
deployemnt process on the production server
var $exclude = array (
'/.fredistrano',
'/sites/default/files/*',
'/wp-content/uploads/*'
);

// Directories list on which the write permission will applied
during the finalization step of the deployment process
// log, cache, upload directories, etc...
var $writable = array (
'sites/default/files',
'/wp-content/uploads*'
);

}// DEPLOY_CONFIG
?>

travisbeck

unread,
Feb 22, 2010, 4:49:36 PM2/22/10
to fredistrano-discuss
sorry, this is the correct deploy.php file


<?php
class DEPLOY_CONFIG {

'/fredistrano',
'/sites/default/files/*'
);

// Directories list on which the write permission will applied
during the finalization step of the deployment process
// log, cache, upload directories, etc...
var $writable = array (
'sites/default/files'

);

}// DEPLOY_CONFIG
?>

travisbeck

unread,
Mar 2, 2010, 4:43:44 PM3/2/10
to fredistrano-discuss
Any Update on this
Reply all
Reply to author
Forward
0 new messages