操作
Bug(バグ) #1084
完了Server error when communty is deleted. (コミュニティの削除を行おうとするとエラーが出る)
開始日:
2010-05-18
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
Ovarview¶
Server error when communty is deleted. (コミュニティの削除を行おうとするとエラーが出る)
Environment¶
OpenPNE 3.5.3-dev
Causes¶
When submit from the form, symfony fails in routing.
Way to Fix¶
I will change an routing rule about follow:
community_delete: url: /community/delete
Report Source¶
コミュニティを新規作成後、そのコミュニティを削除しようとすると
以下のエラーが発生する。
また、正常なURLの場合、 /community/delete/id/1 などだが /id/ 以下がない。
500 | Internal Server Error | InvalidArgumentException The "/community/:id" route has some missing mandatory parameters (:id).
操作