0 - Input_0:112:ERROR - " arguments.callee"不能在严格模式下使用

时间:2017-05-30 19:40:57

标签: arguments

我很难过!

获取错误,然后刷新页面消失。我真的希望有人能指出我正确的方向。没有IDEA导致它的原因......使用apache,nginx,Joomla,......

  

0 - Input_0:112:ERROR - " arguments.callee"不能在严格模式下使用

  

0 - Input_0:112:ERROR - " arguments.callee"如果不能在严格模式下使用(arguments.callee&& ^^^^^^^^^^^^^^^^ Input_0:113:ERROR - " arguments.callee"不能使用在严格模式中arguments.callee.caller&& ^^^^^^^^^^^^^^^^ Input_0:114:ERROR - " arguments.callee"不能在严格模式下使用arguments.callee.caller.toString()。indexOf(' isPropagationStopped')!== -1){// jquery mark ^^^^^^^^^^^^^^^^ Input_0: 122:错误 - " arguments.callee"如果不能在严格模式下使用(arguments.callee&& ^^^^^^^^^^^^^^^^ Input_0:123:ERROR - " arguments.callee"不能使用在严格模式arguments.callee.caller&& ^^^^^^^^^^^^^^^^输入_0:124:错误 - " arguments.callee"不能在严格模式下使用arguments.callee.caller.toString()。indexOf(' isPropagationStopped')!== -1){// jquery mark ^^^^^^^^^^^^^^^^ Input_0: 132:错误 - " arguments.callee"如果(arguments.callee&& ^^^^^^^^^^^^^^^^ Input_0:133:ERROR - " arguments.callee"不能使用严格模式在严格模式中arguments.callee.caller&& ^^^^^^^^^^^^^^^^输入_0:134:错误 - " arguments.callee"不能在严格模式下使用arguments.callee.caller.toString()。indexOf(' isPropagationStopped')!== -1){// jquery mark ^^^^^^^^^^^^^^^^

3 个答案:

答案 0 :(得分:1)

对我来说,这是/plugins/system/t3/base-bs3/js/script.js中T3框架的一个问题

我已注释掉使用折旧arguments.callee方法的第102-142行。

希望这有帮助。

克雷格

答案 1 :(得分:1)

遇到同样的问题,我按照上面的说明进行操作,但最初没有运气。 对我有用的是在文件script.js中注释掉有问题的函数,但是在相邻的目录下,即 插件/系统/ T3 /碱/ JS /的script.js 我希望这可以帮助别人。 感谢最初的指示!

答案 2 :(得分:0)

  1. 档案:\plugins\system\t3\base-bs3\js\menu.js

  2. 行:15

  3. 删除字符“;” (在主要代码之前单独使用char)