エラー発生:SQLSTATE[HY093]
Invalid parameter number: number of bound variables does not match number of tokens
例外処理時のExceptionにてキャッチした際に発生したエラー。
catch(Exception $e){
debug('エラー発生:'.$e->getMessage());
}
debug()関数でエラー文をエラー時に別ファイルに作成
##エラーの考えられる原因
1.SQL文のミス
主にINSERT INTOの対象となるパラメーター以外の記述はしてはいけない(と思う)
対象プレースホルダーに注意。