Coder Social home page Coder Social logo

Comments (5)

xingliguang avatar xingliguang commented on May 1, 2024

@fantast-dd 这个是开发者估计是忽略了,你参考其他列,将bk-cmdb.sql 文件中第一个表的这个列修改为

BusinessDeptName varchar(64) NOT NULL default '',
重新导入就OK了

from bk-cmdb.

fantast-dd avatar fantast-dd commented on May 1, 2024

ERROR 1101 (42000) at line 348: BLOB/TEXT column 'DefaultColumn' can't have a default value
ERROR 1101 (42000) at line 348: BLOB/TEXT column 'DefaultCon' can't have a default value
导入的时候这两个字段有错 我已经改了

大神再请教下 访问一直404

2016/12/23 11:44:16 [error] 25093#0: *13 open() "/storage/www/bk-cmdb/account/login" failed (2: No such file or directory), client: 172.20.1.11, server: cmdb.wifiwx.com, request: "GET /account/login?cburl= HTTP/1.1", host: "cmdb.wifiwx.com"

image

image

路径没有问题 /storage/www/bk-cmdb/index.html 我放个html文件是能正常访问的

from bk-cmdb.

xingliguang avatar xingliguang commented on May 1, 2024

你最好按照说明中的nginx.conf配置文件来配置。

from bk-cmdb.

raindylong avatar raindylong commented on May 1, 2024

@fantast-dd ,仔细看readme的这一段的rewrite规则:
location / { index index.php index.html index.htm; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break;} }

from bk-cmdb.

fantast-dd avatar fantast-dd commented on May 1, 2024

@raindylong 是我疏忽了 谢谢大神

from bk-cmdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.