如何解决 Wordpress 中键 'PRIMARY' 的重复条目“0”?

How to solve Duplicate entry '0' for key 'PRIMARY' in Wordpress?

我的网站 运行 完美,但今天客户下了 1 个订单,我的网站出现此错误。

错误截图如下

这里有错误.. Fatal error: Uncaught RuntimeException: Error saving action: Error saving action: Duplicate entry '0' for key 'PRIMARY' in /home/website/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44

转到 table 结构,然后将鼠标悬停在 id 字段前面的更多选项上,然后单击主键。 Here is screenshot

如果执行此操作后问题仍然存在,请单击 id 字段前面的更改并选中 A.I 复选框

Here is screenshot

我在

中将 id=0 更改为 id=1 时错误已解决
actionscheduler_actions

table.