简体   繁体   English

Uncaught SyntaxError:意外的令牌magento 1.9

[英]Uncaught SyntaxError: Unexpected token magento 1.9

_Uncaught SyntaxError: Unexpected token ; _Uncaught SyntaxError:意外令牌; _(index):1 [DOM] Found 2 elements with non-unique id #confirm_password: (More info: goo.gl/9p2vKq) ​ ​ _(index):1 [DOM]找到2个具有非唯一ID #confirm_password的元素:(更多信息:goo.gl/9p2vKq)

_Uncaught ReferenceError: review is not defined at HTMLButtonElement. _Uncaught ReferenceError:未在HTMLButtonElement上定义审阅。 ((index):2696) at HTMLButtonElement.dispatch (b5eacb3bc9fb9c60be961ba5ce6ec5a4.js:6373) at HTMLButtonElement.s (b5eacb3bc9fb9c60be961ba5ce6ec5a4.js:6373) onestepcheckout-numbers-1.gif _Failed to load resource: net::ERR_CONNECTION_RESET onestepcheckout-numbers-3.gif _Failed to load resource: the server responded with a status of 404 (Not Found) / _i have a problem with onestepcheckout on magento 1.9 HTMLButtonElement.dispatch((index):2696)(b5eacb3bc9fb9c60be961ba5ce6ec5a4.js:6373)at HTMLButtonElement.s(b5eacb3bc9fb9c60be961ba5ce6ec5a4.js:6373)一键结帐-数字--1 -gif_F:_step_check-out-numbers-1 .gif _加载资源失败:服务器状态为404(未找到)的响应/ _i在magento 1.9上进行单步签出时遇到问题

_its when i make an order on the site it shows like doesn't work or goes on un infinite loop any solution ??? _its当我在网站上下订单时显示不起作用或无限循环进入任何解决方案?

  • The first error seems trivial which means basically you have 2 elements having the same Id. 第一个错误似乎微不足道,这意味着基本上您有2个具有相同ID的元素。 Chrome notices and warming about this. Chrome浏览器注意到了这一点,并且对此有所热情。 So please find out in the template where it is located and change it to be unique because ID means that way. 因此,请在模板中找到它,并将其更改为唯一,因为ID就是这样。

  • Review is not find ... could the actually the problem. 审查未找到...可能是实际的问题。 It may be because missing some js file which breaks the whole thing. 这可能是因为缺少一些js文件会破坏整个事情。 (check browser console) (检查浏览器控制台)

  • Please check where does that comes from. 请检查其来源。 Also you can check what has been change between the time it worked and it broken. 您也可以检查从工作到破坏之间的变化。 It doesn't have to be your code but configuration change, integration change or service provider maintenance can easily causes that issue. 不必是您的代码,但是配置更改,集成更改或服务提供商维护很容易导致此问题。

  • The images missing doesn't seems to be the main reason there. 图像丢失似乎不是那里的主要原因。

Hope it may give you some point to investigate. 希望它可以给您一些调查的意义。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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