0

I want to have the same result in documentation Sonata symfony but look what I have after debugging some error. If u have any idea how to solve these errors please help me:

enter image description here

enter image description here

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

0

What is the result after clearing the cache and generating assets?

symfony 2 :

php app/console cache:clear
php app/console assets:install --symlink web
php app/console assetic:dump

symfony 3 :

php bin/console cache:clear
php bin/console assets:install --symlink web
jeremy
  • 309
  • 2
  • 9
  • the probléme not about the cache or even assets , i think i miss some modules or some configuration or some bundle , because i get directlly into the userbundle instalation , without even look to other section of documentation ....any why if u have the section that i should implement can u list them for me ..by order..thx –  Oct 10 '16 at 22:56
  • First of all you need to read about sonata admin bundle itself, then there is no order for media, user, taxonomy or other bundle – jeremy Oct 11 '16 at 23:28