开发者

Symfony debug toolbar is displaying, but not working

开发者 https://www.devze.com 2023-03-06 17:15 出处:网络
My Symfony debug toolbar (v1.3.7) is appearing correctly but clicking it generates a javascript error.

My Symfony debug toolbar (v1.3.7) is appearing correctly but clicking it generates a javascript error.

Looking through th开发者_开发问答e source code, I can see that the javascript for the toolbar is not being sent back to the browser. I have another project set up on the same machine which uses Symfony v1.4 and this works fine.

This project is also set up on one of my colleages' machines and it is working fine. The project itself is also running without problems.

Any ideas what might be causing this issue?


You probably didn't correctly link the assets in your web root.

You need to copy/symlink/... /path/to/symfony/data/web/sf to /path/to/project/web/sf

0

精彩评论

暂无评论...
验证码 换一张
取 消