3

I have problem with upgrading my symfony cmf aplication. My composer looks like: http://pastebin.com/yhm6QVGx

after successful composer update I have css error like on mime type problems with css files - IMHO there should be 404 error

You can notice that request is /static/bundles/sonataadmin/bootstrap/... but there is no folder called bootstrap My folder missed bootstrap

also when I click on this file in network tab - there are no content: enter image description here
(source: scaleengine.net)

below is full http header description: enter image description here

What Should I do to continue my work?


Glorfindel
  • 21,988
  • 13
  • 81
  • 109
borovsky
  • 873
  • 1
  • 9
  • 15
  • Did you try installing the assets and assetic? – tftd Jan 05 '15 at 00:31
  • Please edit the externally hosted code into the post; doing so will make sure it remains useful even if the link breaks. My script [is not allowed to do this](https://meta.stackoverflow.com/a/344512/4751173) because of potential licensing problems. – Glorfindel Sep 24 '19 at 17:26

1 Answers1

1

This looks like a configuration issue with the FOSRestBundle. you need to add a rule like the following: https://github.com/symfony-cmf/cmf-sandbox/blob/master/app/config/config.yml#L355