Closed swilczynski closed 11 years ago
Confirmed bug.
The customer confirmed that the fix works for him.
I created a pull request for this issue and it now works for me..
I didn't see a fix in the latest release or dev version, so I'm not sure if this was fixed yet
It is creating scripts directory inside another scripts directory which makes Zend Server unable to unpack and execute deployment scripts like post_stage.php
This issue is probably caused by pack method of ZpkInvokable where it calls
$zpk->addFile($fullPath, $this->fixZipPath($baseDir.$path));
For scripts directory it tries to do
$zpk->addFile($fullPath, $this->fixZipPath('scripts/'.'scripts/post_stage.php'));