Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/453.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 编译SELECT-Strapi 3.0.0(beta 17.4)时检测到未定义的绑定_Javascript_Bookshelf.js_Strapi - Fatal编程技术网

Javascript 编译SELECT-Strapi 3.0.0(beta 17.4)时检测到未定义的绑定

Javascript 编译SELECT-Strapi 3.0.0(beta 17.4)时检测到未定义的绑定,javascript,bookshelf.js,strapi,Javascript,Bookshelf.js,Strapi,我在开发和生产环境中有2个数据库副本,但在生产环境中我无法创建条目,给出了一个错误: error Error: Undefined binding(s) detected when compiling SELECT. Undefined column(s): [categories.id] query: select categories.* from categories where categories.id = ? limit ? 我正在尝试从管理面板创建一个条目: “/admin/pl

我在开发和生产环境中有2个数据库副本,但在生产环境中我无法创建条目,给出了一个错误:

error Error: Undefined binding(s) detected when compiling SELECT. Undefined column(s): [categories.id] query: select categories.* from categories where categories.id = ? limit ?
我正在尝试从管理面板创建一个条目:

“/admin/plugins/content manager/category/create?redirectUrl=/plugins/content manager/category?source=content manager”


类别表有关系,一个类别对应多个新闻,反之,一个新闻只能有一个类别。

Hello!你能详细说明你的错误是从哪里来的吗。这是一个后台错误还是前端错误?您使用的Strapi版本是什么?您好!你能详细说明你的错误是从哪里来的吗。这是一个后台错误还是前端错误?您使用的Strapi版本是什么?