2012-07-01 6 views
0

WAMP에 Sonata Admin Bundle을 설치하려고합니다. 시작하려면 종속 번들을 공급 업체/번들 디렉토리에 추가하십시오. deps 파일에 다음 행을 추가하십시오.Wamp에서 SonataAdminBundle을 설치하는 방법?

[SonatajQueryBundle] 
    git=http://github.com/sonata-project/SonatajQueryBundle.git 
    target=/bundles/Sonata/jQueryBundle 

[SonataUserBundle] 
    git=http://github.com/sonata-project/SonataUserBundle.git 
    target=/bundles/Sonata/UserBundle 

[SonataAdminBundle] 
    git=http://github.com/sonata-project/SonataAdminBundle.git 
    target=/bundles/Sonata/AdminBundle 

[KnpMenuBundle] 
    git=https://github.com/KnpLabs/KnpMenuBundle.git 
    target=/bundles/Knp/Bundle/MenuBundle 

[KnpMenu] 
    git=https://github.com/KnpLabs/KnpMenu.git 
    target=/knp/menu 

[SonataDoctrineORMAdminBundle] 
    git=http://github.com/sonata-project/SonataDoctrineORMAdminBundle.git 
    target=/bundles/Sonata/DoctrineORMAdminBundle 

이제이 번들을 공급 업체에 설치하는 데 문제가 있습니다. 나는이 표창을 실행한다 php bin/vendors install 그러나 쇼이다 Try to run ./bin/vendors install --reinstall

나의 묶음에 무엇인가 문제가있다. 나는 이것에 대해 무엇을해야할지 정말로 확신하지 못한다. 도와주세요.

모든 도움에 감사드립니다.

감사합니다.

+0

제안 된 명령을 실행하려고 시도 했습니까? PHP는 빈/벤더 설치 - 재설치? – Inoryy

+0

예. ./bin/vendors install --reinstall도 실행하지만 여전히 동일한 문제입니다! –

+0

전체/공급 업체 디렉토리를 완전히 삭제하고 bin/vendors 설치를 실행하십시오. – Inoryy

답변

0

호환되지 않는 버전의 Symfony 및 을 사용했을 수 있습니다.

또한 (SonataAdmin installation reference)의 최신 버전에 필요한 SonataBlockBundleSonataCacheBundle이 누락되었을 수 있습니다. Symfony, 및 Doctrine2은 특정 조합으로 만 작동합니다.

제안 :this tutorial에 관련 지침을 시도하거나 더 나은 아직, this repository을 복제하고 지침에 따라 구성합니다.

기존 설치를 추가 할 수있는 작업 설치가 있습니다.