From 71880248744bbb16b40c6daaf9f98b1c7053adbe Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Tue, 11 Dec 2012 03:20:42 +0100 Subject: [PATCH] Custom error page. Not 404 code error. Apparently symfony manages errors in a different way from the 404 code error. This web pages just work when the application is running with production settings. --- apps/companyfront/config/error/error.html.php | 47 +++++++++++++++++++++++++++ apps/userfront/config/error/error.html.php | 47 +++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 apps/companyfront/config/error/error.html.php create mode 100644 apps/userfront/config/error/error.html.php diff --git a/apps/companyfront/config/error/error.html.php b/apps/companyfront/config/error/error.html.php new file mode 100644 index 0000000..05e4171 --- /dev/null +++ b/apps/companyfront/config/error/error.html.php @@ -0,0 +1,47 @@ + + + + + + + + + Mobi - Mobile Ads + + + + + + +
+ + + + +
+ + + diff --git a/apps/userfront/config/error/error.html.php b/apps/userfront/config/error/error.html.php new file mode 100644 index 0000000..05e4171 --- /dev/null +++ b/apps/userfront/config/error/error.html.php @@ -0,0 +1,47 @@ + + + + + + + + + Mobi - Mobile Ads + + + + + + +
+ + + + +
+ + + -- 2.1.4