Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated $allowedExtensions array #13

Merged
merged 1 commit into from
Oct 23, 2013
Merged

Conversation

pleckey
Copy link
Contributor

@pleckey pleckey commented Oct 23, 2013

The previous array excluded the deployment.properties and deployment.xml files from being included in the phar when built, which resulted in the following error when running the initZpk (or createZpk) command from the command line:

The application has thrown an exception!

ErrorException
copy(phar:///Users/pleckey/Development/Projects/laravel-starter/zs-client.phar/module/Client/src/Client/Service/../../../config/zpk/deployment.properties): failed to open stream: phar error: "module/Client/config/zpk/deployment.properties" is not a file in phar "/Users/pleckey/Development/Projects/laravel-starter/zs-client.phar"

The previous array excluded the deployment.properties and deployment.xml files from being included in the phar when built, which resulted in the following error when running the initZpk (or createZpk) command from the command line:

======================================================================
   The application has thrown an exception!
======================================================================
 ErrorException
 copy(phar:///Users/pleckey/Development/Projects/laravel-starter/zs-client.phar/module/Client/src/Client/Service/../../../config/zpk/deployment.properties): failed to open stream: phar error: "module/Client/config/zpk/deployment.properties" is not a file in phar "/Users/pleckey/Development/Projects/laravel-starter/zs-client.phar"
slaff added a commit that referenced this pull request Oct 23, 2013
Updated $allowedExtensions array
@slaff slaff merged commit b362ed0 into zend-patterns:master Oct 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants