Typo3 powermail 扩展“ods_pm_ajax”不工作
我已经在 TYPO3 中安装了用于 ajax 提交的扩展 ods_pm_ajax,但由于某种原因,这似乎不起作用。我得到了像 ods_pm_ajax.js 第 5 行这样的错误,因为 $.style 没有定义,这让我认为它没有使用原型,但我不明白为什么!我在我的网站中关闭了 jQuery,因为我担心兼容性问题,但仍然没有任何结果。
任何人都知道为什么会这样?
I have installed in TYPO3 the extension ods_pm_ajax for ajax submit, but for some reason this doesnt seem to work. I get an error like in line 5 of ods_pm_ajax.js, because $.style is not defined, which makes me think that it doesnt use prototype but I dont understand why! I turned off jQuery in my site because I was afraid of compatibility problems and still nothing.
Anyone has an idea of why this can be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用什么版本的 ext powermail?
我尝试使用 1.6.4 并得到与您非常相似的错误。然后降级到1.5.7就开始工作了!
看起来扩展 odd_pm_ajax 需要 1.5.x。我认为从 1.6.x 版开始,powermail 开始使用 jQuery 作为 javascript 框架。
从 TER 复制的 powermail 1.6.0 版本的变更日志:
1.6.0:jQuery 验证、extJS BE 模块、调度程序、HTML 模板已修改!请参阅 http:// forge.typo3.org/versions/show/678 和手册
所以只需使用版本 1.5.x 和 ods_pm_ajax 应该可以工作。
或者尝试使用 1.6 和 jQuery 实现相同的功能。
干杯
What version of ext powermail are you using?
I tried with 1.6.4 and got very similar error to yours. And then downgraded to 1.5.7 and it started to work!
Looks like the extension odd_pm_ajax requires 1.5.x. I think with version 1.6.x powermail started to use jQuery for javascript framework.
Changelog for 1.6.0 version of powermail copied from TER:
1.6.0: jQuery validation, extJS BE Module, Scheduler, HTML templates modified!, see http://forge.typo3.org/versions/show/678 and manual
So just use version 1.5.x and ods_pm_ajax should work.
Or try to achieve the same functionality with 1.6 and jQuery.
Cheers