-
Notifications
You must be signed in to change notification settings - Fork 56
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
Installation error #19
Comments
That's interesting / unfortunate. Just to be clear -- we're not suggesting any patches/changes to civix for this, but perhaps we should include a note in README.md (under pre-requisites) for CentOS/RHEL users? |
Correct, not a problem of civix. I just posted it here to help anyone else who had the same problem, but you could update your instructions with a pointer to this issue until RedHat/Centos catches up. The toughest bit about trying to figure it out was that the "cache:clear --nowarmup" error is common for many different scenarios, and I tried some of those solutions to no effect (as well as trying some earlier versions of civix) until I paid more attention to the error message and googled the beginning of the error sequence. |
I've added a link form README.md to this issue. |
I got the following errors when installing on Centos5. I found my solution here:
http://stackoverflow.com/questions/15260017/complex-type-service-the-content-model-is-not-determinist
ie. downgrade libxml.
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
[ERROR 3070] complex type 'service': The content model is not determinist. (in file:////home/adixon/bin/civix/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd - line 75, column 0)
[ERROR 3070] complex type 'argument': The content model is not determinist. (in file:////home/adixon/bin/civix/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd - line 131, column 0)
[ERROR 3070] complex type 'call': The content model is not determinist. (in file:////home/adixon/bin/civix/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd - line 144, column 0)
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command.
The text was updated successfully, but these errors were encountered: