그누보드5 설치오류

2020-09-06 (일) 16:20:07 3,706

1364 : Field 'cf_add_script' doesn't have a default value

error file : /install/install_db.php

설치시 오류뜨네요. ㅠㅠ

|

답변 3개

mysql이나 mariadb 또는 php의 버전이 너무 낮은건 아닐까요?

최신버전에서는 잘되거든요.

수정해도 그대로예요. ㅠㅠ

/install/gnuboard5.sql 197라인을 아래처럼 수정 후 설치해보세요.

수정 전

`cf_add_script` text NOT NULL,

수정 후

`cf_add_script` text NOT NULL DEFAULT '',

답변을 작성하려면 로그인이 필요합니다.