P_BLOGのユーザー登録時のエラー

 p_blogをはじめて使うときにユーザー登録でエラーが出る。そのときの修正点

Incorrect integer value: ” for column ‘user_id’ at row 1
このエラーが出たら以下の「”」を「NULL」にする
\admin\root\user_regist.php(54,21)
$sql = “INSERT INTO {$user_table} VALUES (”, ‘{$new_user}’, md5(‘{$new_pass}’), ‘{$new_email}’, CURRENT_TIMESTAMP())”;

This entry was posted in 未分類. Bookmark the permalink.