The view or its master was not found or no view engine supports the searched locations

前端 未结 14 2243
挽巷
挽巷 2020-12-02 15:05

Error like:The view \'LoginRegister\' or its master was not found or no view engine supports the searched locations. The following locations were searched:

14条回答
  •  -上瘾入骨i
    2020-12-02 15:56

    I got this error because I renamed my View (and POST action).

    Finally I found that I forgot to rename BOTH GET and POST actions to new name.

    Solution : Rename both GET and POST actions to match the View name.

提交回复
热议问题