- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 magento 2.0.4 和 PHP 7。
在这一点上,我很绝望,因为我的网站明天需要上线。
在结帐时,我收到下一个错误:
picture here<---
>
>
> In my exception log i have the next output : [2016-04-26 18:52:21]
> main.CRITICAL: Zend_Db_Statement_Exception: Report ID:
> webapi-571fb8e513432; Message: SQLSTATE[23000]: Integrity constraint
> violation: 1062 Duplicate entry 'O-16-04-000014-1' for key
> 'SALES_ORDER_INCREMENT_ID_STORE_ID', query was: INSERT INTO
> `sales_order` (`state`, `status`, `protect_code`,
> `shipping_description`, `is_virtual`, `store_id`, `customer_id`,
> `base_discount_amount`, `base_grand_total`, `base_shipping_amount`,
> `base_shipping_tax_amount`, `base_subtotal`, `base_tax_amount`,
> `base_to_global_rate`, `base_to_order_rate`, `discount_amount`,
> `grand_total`, `shipping_amount`, `shipping_tax_amount`,
> `store_to_base_rate`, `store_to_order_rate`, `subtotal`, `tax_amount`,
> `total_qty_ordered`, `customer_is_guest`, `customer_note_notify`,
> `customer_group_id`, `quote_id`, `base_shipping_discount_amount`,
> `base_subtotal_incl_tax`, `base_total_due`,
> `shipping_discount_amount`, `subtotal_incl_tax`, `total_due`,
> `weight`, `increment_id`, `applied_rule_ids`, `base_currency_code`,
> `customer_email`, `customer_firstname`, `customer_lastname`,
> `customer_middlename`, `customer_taxvat`, `discount_description`,
> `global_currency_code`, `order_currency_code`, `remote_ip`,
> `shipping_method`, `store_currency_code`, `store_name`,
> `total_item_count`, `customer_gender`,
> `discount_tax_compensation_amount`,
> `base_discount_tax_compensation_amount`,
> `shipping_discount_tax_compensation_amount`,
> `base_shipping_discount_tax_compensation_amnt`,
> `discount_tax_compensation_invoiced`,
> `base_discount_tax_compensation_invoiced`,
> `discount_tax_compensation_refunded`,
> `base_discount_tax_compensation_refunded`, `shipping_incl_tax`,
> `base_shipping_incl_tax`, `gift_message_id`, `delivery_date`) VALUES
> (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, '2016-04-19') in
> /data/sites/web/versdiversbe/www/vendor/magento/framework/Webapi/ErrorProcessor.php:194
> Stack trace:
> #0 /data/sites/web/versdiversbe/www/vendor/magento/framework/Webapi/ErrorProcessor.php(139):
> Magento\Framework\Webapi\ErrorProcessor->_critical(Object(Zend_Db_Statement_Exception))
> #1 /data/sites/web/versdiversbe/www/vendor/magento/module-webapi/Controller/Rest.php(163):
> Magento\Framework\Webapi\ErrorProcessor->maskException(Object(Zend_Db_Statement_Exception))
> #2 /data/sites/web/versdiversbe/www/var/generation/Magento/Webapi/Controller/Rest/Interceptor.php(24):
> Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))
> #3 /data/sites/web/versdiversbe/www/vendor/magento/framework/App/Http.php(115):
> Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
> #4 /data/sites/web/versdiversbe/www/vendor/magento/framework/App/Bootstrap.php(258):
> Magento\Framework\App\Http->launch()
> #5 /data/sites/web/versdiversbe/www/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
> #6 {main} [] []
最佳答案
我通过从数据库中的 cron_schedule 中删除订单(实际订单,而不是订单队列)并将我的网站“异步发送”设置为禁用来解决了这个问题
关于error-handling - checkout 失败 SQLstate,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36873987/
当我这样做时 git checkout origin/bugfix/NTP-183-datefns git 显示 Note: checking out 'origin/bugfix/NTP-183-d
我刚收到一封来自 Google 的电子邮件,通知我他们将关闭 Google Checkout,我应该改用 Google 电子钱包。这让我感到困惑,因为我在 6 个月前开始使用 Google 数字商品购
SVN 仓库看起来像这样: 最佳/ 最佳 顶部/两个 前/三 ...等等 您不想结帐整个 顶部 文件夹,但您不知道 SVN's sparse checkout feature . 所以你 checko
在稀疏 checkout 场景中,命令 git checkout . 恢复应该忽略的目录。这是设计使然,还是 Git 中的潜在问题?我正在使用 git checkout . 放弃我对我的工作副本所做的
新手问题,我想确保我理解这一点。 当我 git checkout ,这会将整个项目返回到当时的状态,还是仅重新创建在该特定修订版中更改的文件? 例如:如果我的文件夹除了 .git 存储库之外完全是空
我正在使用 Stripe 支付与我的系统集成。但是我不明白这两个库之间的区别。 似乎使用 javascript 生成表单并将 token 传递到我们的服务器端。 这是与 .net 核心一起使用
我正在使用 GitHub Actions 和安装在 Windows 2019 服务器上的自托管代理设置 CI/CD 管道。 我面临的问题是操作 actions/checkout@v2 无法 check
有时是 git checkout命令给出进度反馈: $ git checkout develop Checking out files: 100% (10779/10779), done. Switc
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be
我有一个我喜欢的 checkout 后 Hook - 大多数时候 - 但有时我知道运行它会浪费时间,或者,因为它会删除并重建我的开发数据库,所以我不'希望它做它的事情。 是否有跳过钩子(Hook)
这个问题在这里已经有了答案: Why do we use double dash in "git checkout -- ."? [duplicate] (1 个回答) 关闭 5 年前。 我总是使用
我尝试 checkin 有关我的开发的 excel 文档。但是我的构建失败了,因为它的文件被我锁定了。但问题是;当我选择解锁文档时,出现以下错误。 > The item $/../../Device
通过 XML API,如何将 Google Checkout 回调序列号与原始订单相关联? 在同一行 - XML API doc 的“选项 B - 提交服务器到服务器结帐 API 请求”部分中的序列号
我想确保没有其他人正在检查源代码,以便我可以制作发布的安装程序。所以,我想看看 1) #1正在 check out 特定文件的用户列表和 2) #2所有 checkout 文件的列表;但我不知道该怎么
我正在使用 Google Checkout 制作购物车。我已经像下面这样集成了 Paypal: " /
tl;dr JGit 的 checkout 抛出异常,而命令行 git checkout 工作正常 我目前正在尝试使用 JGit 从在线 Git 存储库中检查某些修订版,使用 Java(用于工作)。我
在使用“git checkout”时,我对这两个选项感到有点困惑 我总是使用 git checkout -- . 来清除我的工作目录。 但今天当我错误地输入 git checkout - . 时。我没
最近我使用了 Google Checkout a.k.a Google Wallet。我的任务是让它作为付款方式步骤中的选项单页结账。 我的 Mangento 版本是 CE 1.6.2.0 默认情况下
最近我使用了 Google Checkout a.k.a Google Wallet。我的任务是让它作为付款方式步骤中的选项单页结账。 我的 Mangento 版本是 CE 1.6.2.0 默认情况下
git checkout - check out 先前 check out 的提交引用。这些信息存储在哪里,是否有类似的方法来访问任何第 n 个以前 checkout 的提交? 我希望能够查看我已 c
我是一名优秀的程序员,十分优秀!