Ik loop tegen het volgende probleem aan bij het installeren van de SonataBlockBundle als ik deze command ingeef: php composer.phar require sonata-project/block-bundle
Het volgende spuugt hij dan uit, en kan over de blockbundle weinig vinden helaas. Iemand?
Using version ^2.3 for sonata-project/block-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- sonata-project/admin-bundle 2.3.6 requires sonata-project/block-bundle ~2.
2,>=2.2.7,<2.3 -> no matching package found.
- sonata-project/admin-bundle 2.3.6 requires sonata-project/block-bundle ~2.
2,>=2.2.7,<2.3 -> no matching package found.
- sonata-project/admin-bundle 2.3.6 requires sonata-project/block-bundle ~2.
2,>=2.2.7,<2.3 -> no matching package found.
- Installation request for sonata-project/admin-bundle == 2.3.6.0 -> satisfi
able by sonata-project/admin-bundle[2.3.6].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your min
imum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further commo
n problems.
Installation failed, reverting ./composer.json to its original content.
[size=xsmall]Toevoeging op 29/10/2015 14:40:16:[/size]
Dit heb ik overigens bij meerdere bundles kom ik nu achter, bijv de SonataSEObundle
[size=xsmall]Toevoeging op 29/10/2015 15:22:25:[/size]
En dit is overigens ook een melding die ik nu krijg als ik de SonataPageBundle wil installeren:
There is no extension able to load the configuration for "symfony_cmf_routing_extra" (in WEBSITEMAP\app/config\config.yml). Looked for namespace "symfony_cmf_routing_extra", found "framework", "security", "twig", "monolog", "swiftmailer", "assetic", "doctrine", "sensio_framework_extra", "wmc_page", "sonata_core", "sonata_block", "knp_menu", "sonata_doctrine_orm_admin", "sonata_admin", "sonata_page", "sonata_cache", "debug", "web_profiler", "sensio_distribution" in WEBSITEMAP\app/config\config.yml (which is being imported from "WEBSITEMAP\app/config/config_dev.yml").
Onderstaand de mijne, ik zie wel enig verschil tussen bijvoorbeeld de doctrine orm versie. Kan dit het probleem zijn? Ik weet overigens ook niet goed wat het onderstaande uberhaupt is.
[size=xsmall]Toevoeging op 30/10/2015 11:48:53:[/size]
BTW, als ik php composer.phar update uitvoer krijg ik de volgende melding:
WEBSITENAAM>php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing whiteoctober/breadcrumbs-bundle (1.2.0)
- Removing twig/twig (v1.22.3)
- Installing twig/twig (v1.23.0)
Downloading: 100%
Writing lock file
Generating autoload files
> Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the "app/config/parameters.yml" file
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
> Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache
[Symfony\Component\Config\Exception\FileLoaderLoadException]
There is no extension able to load the configuration for "symfony_cmf_routi
ng_extra" (in WEBSITENAAM\app/config\config.yml). Looked for na
mespace "symfony_cmf_routing_extra", found "framework", "security", "twig",
"monolog", "swiftmailer", "assetic", "doctrine", "sensio_framework_extra",
"wmc_page", "sonata_core", "sonata_block", "knp_menu", "sonata_doctrine_or
m_admin", "sonata_admin", "sonata_page", "sonata_cache", "debug", "web_prof
iler", "sensio_distribution" in WEBSITENAAM\app/config\config.y
ml (which is being imported from "WEBSITENAAM\app/config/config
_dev.yml").
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
There is no extension able to load the configuration for "symfony_cmf_routi
ng_extra" (in WEBSITENAAM\app/config\config.yml). Looked for na
mespace "symfony_cmf_routing_extra", found "framework", "security", "twig",
"monolog", "swiftmailer", "assetic", "doctrine", "sensio_framework_extra",
"wmc_page", "sonata_core", "sonata_block", "knp_menu", "sonata_doctrine_or
m_admin", "sonata_admin", "sonata_page", "sonata_cache", "debug", "web_prof
iler", "sensio_distribution"
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handl
ing the post-update-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the ""cache:clear --no-warmup"" command.
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock]
[--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-
progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader]
[-a|--classmap-authoritative] [--ignore-platform-reqs] [--prefer-stable] [--pre
fer-lowest] [packages1] ... [packagesN]