5.

MethodNotAllowedHttpException No message

編集

エラー内容

Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException

No message

 

発生条件/原因

httpリクエスト時に発生する。

ルーティングに該当するURLが存在しない。

 

対処法

大抵はクライアント側の<form method="POST" ...>をGETにしていたりするケースが多い。

DELETE, PUTの場合はmethodはPOSTでformタグ内に{{ method_field('PUT') }}もしくはDELETEと記載すればよい。
 

また、Controller内でリダイレクトして他のControllerを起動させる場合は最終的にGETリクエスト扱いになるので、要注意。

※つまり、入力画面がそもそもPOST等で表示させる画面である場合、入力エラーがでその画面に戻るときはGETでしか戻れないので、入力画面はGETで表示させるようにする必要がある。

※上記の入力画面がGETしか許容しない問題に解決策がある場合は追記もしくは修正をお願いします。

編集
Post Share
子ページ

子ページはありません

同階層のページ
  1. SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost'
  2. Add [~] to fillable property to allow mass assignment on [App\~].
  3. PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in ~
  4. Changing columns for table "~" requires Doctrine DBAL; install "doctrine/dbal"
  5. MethodNotAllowedHttpException No message
  6. Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found
  7. production.ERROR: No application encryption key has been specified.
  8. Dotenv values containing spaces must be surrounded by quotes.
  9. Laravel \ Socialite \ Two \ InvalidStateException
  10. The page has expired due to inactivity. Please refresh and try again.
  11. Failed to clone https://github.com/symfony/thanks.git via https, ssh protocols, aborting.
  12. Illegal offset type
  13. Cannot access protected property Illuminate\Http\Request::$...
  14. Emitted value instead of an instance of Error
  15. 画像保存時にInternal Server Error
  16. Failed to authenticate on SMTP server with username ...
  17. PostTooLargeException
  18. Database hosts array is empty.
  19. Invalid request (Unsupported SSL request)
  20. does not comply with psr-4 autoloading standard. Skipping.
  21. MySQLのSTR_TO_DATE関数を使用するとnullが返却される問題