0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

EC-cube4 Controllerのカスタマイズで404エラーを解決(備忘録)

Last updated at Posted at 2022-01-23

上記のサイトで記述通りに実装したが、404エラーが発生しました。

原因:キャッシュが残っていたこと

解決法:「/var/cache/prod」フォルダの中身を全て削除して、再度キャッシュを作成するようにする

上記の方法でサンプルページを表示することができました。

また、.env ファイルにて、APP_DEBUG=1とすることでキャッシュを残さない設定にできる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?