OK, we're getting closer.
i get these warnings now.
Warning (2): is_dir() [function.is-dir]: open_basedir restriction in
effect. File(/var/www/vhosts/
simpleapp.net/httpdocs/) is not within
the allowed path(s): (/var/www/vhosts/
simpleapp.net/subdomains/deploy/
httpdocs:/tmp) [APP/models/deployment.php, line 286]
Code | Context
$options = array(
"simulation" => false,
"runBeforeScript" => false,
"backup" => false,
"comment" => "Revision exported 30",
"stepLog" => StepLog
StepLog::$childType = "ActionLog"
StepLog::$data = NULL
StepLog::$logs = array
StepLog::$context = array
StepLog::$name = "synchronize"
StepLog::$startTime = 1234735678.3046
StepLog::$endTime = NULL
StepLog::$elapsedTime = 0
StepLog::$error = NULL
StepLog::$attached = false
)
$default_options = array(
"simulation" => true,
"runBeforeScript" => false,
"backup" => false,
"comment" => "none"
)
$projectTmpDir = "/var/www/vhosts/
simpleapp.net/subdomains/deploy/
httpdocs/files/tmp/Adit/"
is_dir - [internal], line ??
Deployment::_synchronize() - APP/models/deployment.php, line 286
Deployment::_runStep() - APP/models/deployment.php, line 185
Deployment::process() - APP/models/deployment.php, line 98
DeploymentsController::runAutomatic() - APP/controllers/
deployments_controller.php, line 93
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 84
Warning (2): is_dir() [function.is-dir]: open_basedir restriction in
effect. File(/var/www/vhosts/
simpleapp.net/httpdocs/) is not within
the allowed path(s): (/var/www/vhosts/
simpleapp.net/subdomains/deploy/
httpdocs:/tmp) [APP/vendors/fbollon/commands.php, line 211]
Code | Context
$path = "/var/www/vhosts/
simpleapp.net/httpdocs/"
$mode = "755"
$options = array(
"stepLog" => StepLog
StepLog::$childType = "ActionLog"
StepLog::$data = NULL
StepLog::$logs = array
StepLog::$context = array
StepLog::$name = "synchronize"
StepLog::$startTime = 1234735678.3046
StepLog::$endTime = NULL
StepLog::$elapsedTime = 0
StepLog::$error = NULL
StepLog::$attached = false
)
$comment = "Creating /var/www/vhosts/
simpleapp.net/httpdocs/ with mode
755"
$actionLog = ActionLog
ActionLog::$type = "ShellAction"
ActionLog::$description = "Creating /var/www/vhosts/
simpleapp.net/
httpdocs/ with mode 755"
ActionLog::$command = NULL
ActionLog::$result = NULL
ActionLog::$name = "createDirectory"
ActionLog::$startTime = 1234735678.3147
ActionLog::$endTime = NULL
ActionLog::$elapsedTime = 0
ActionLog::$error = NULL
ActionLog::$attached = true
is_dir - [internal], line ??
ShellAction::createDirectory() - APP/vendors/fbollon/commands.php,
line 211
Deployment::_synchronize() - APP/models/deployment.php, line 292
Deployment::_runStep() - APP/models/deployment.php, line 185
Deployment::process() - APP/models/deployment.php, line 98
DeploymentsController::runAutomatic() - APP/controllers/
deployments_controller.php, line 93
Object::dispatchMethod() - CORE/cake/libs/object.php, line 116
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 256
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 230
[main] - APP/webroot/index.php, line 84
Warning (2): mkdir() [function.mkdir]: open_basedir restriction in
effect. File(/var/www/vhosts/
simpleapp.net/httpdocs/) is not within
the allowed path(s): (/var/www/vhosts/
simpleapp.net/subdomains/deploy/
httpdocs:/tmp) [APP/vendors/fbollon/commands.php, line 217]
I checked the php.ini file again and open_basedir is commented out
like so.
; open_basedir, if set, limits all file operations to the defined
directory
; and below. This directive makes most sense if used in a per-
directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
;open_basedir =
I'm going to check if this is also defined for the sited in the
httpd.include file in /var/www/vhosts/
simpleapp.net/conf/