简体   繁体   中英

Symfony debug toolbar is displaying, but not working

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

Looking through the 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM