博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Symfony2 FOS Comment Bundle error
阅读量:6221 次
发布时间:2019-06-21

本文共 1101 字,大约阅读时间需要 3 分钟。

  hot3.png

The problem is that the fos_comment_script.src = '/web/js/35a8e64_comments_1.js' doesn't exist, i cant access it, so no threads are added and nothing is displayed. I'm not receiving any errors, nothing, everything looks fine but nothing is happening. I am using async.twig.html and the javascript that is generated on my page looks like this :

// thread idvar fos_comment_thread_id = '309';// api base url to use for initial requestsvar fos_comment_thread_api_base_url = '/web/api/threads';// Snippet for asynchronously loading the comments(function() {var fos_comment_script = document.createElement('script');fos_comment_script.async = true;fos_comment_script.src = '/web/js/35a8e64_comments_1.js';fos_comment_script.type = 'text/javascript';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(fos_comment_script);})();

Answer

You probably forgot to run php ./app/console assetic:dump --env=dev after the cache was cleared or something. Please for more information take a look at the asset_management part of

转载于:https://my.oschina.net/imot/blog/214727

你可能感兴趣的文章
从Handler.post(Runnable r)再一次梳理Android的消息机制(以及handler的内存泄露)
查看>>
自制操作系统Antz day11——实现shell(下)命令响应
查看>>
windows查看端口占用
查看>>
strongswan ikev2 server on ubuntu 14.04
查看>>
Yii用ajax实现无刷新检索更新CListView数据
查看>>
JDBC的事务
查看>>
Io流的概述
查看>>
App 卸载记录
查看>>
php长链接
查看>>
JavaScript变量和作用域
查看>>
Spring Boot 2.0(七):Spring Boot 如何解决项目启动时初始化资源
查看>>
Substring with Concatenation of All Words
查看>>
JS 对象机制深剖——new 运算符
查看>>
直击游戏行业音视频应用——12月2日livevideostack Meet成都沙龙
查看>>
Sphinx
查看>>
【Spring】Spring常用配置-事件(Application Event)
查看>>
Git是个好工具(转)
查看>>
OpenCV轮廓检测,计算物体旋转角度
查看>>
【转载】CodePipeline联动容器的DevOps实践
查看>>
10大托管国家和5大危险电子邮件主题
查看>>