3217 Posts in 853 Topics by 812 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 347 Views |
-
Customizing Error Page

8 October 2011 at 9:07am
I am new to SilverStripe, but being a developer i picked it up very quickly and with ease. A rare feat for CMS's. Anyways, i have different pages with different controllers which was easy enough, but im having a hard time finding the "template" for the error page. right now if you go to the wrong page, it gives you the message "Sorry it seems you........access try again" but its placed above my Page.ss template. Can i move this? Or if possible just leave it a blank white page with the text?
-
Re: Customizing Error Page

9 October 2011 at 5:07am Last edited: 9 October 2011 5:08am
Hi, welcome to the forums,
To change the layout for errorpages, create a /yourtheme/templates/Layout/ErrorPage.ss template, copy the contents of /yourtheme/templates/Layout/Page.ss and change to your liking.
If you really want a totally different page layout, like a white page, create a new ErrorPage.ss directly in your /yourtheme/templates/ directory
Then do a ?flush=1 on (one of) your errorpage(s). You need to republish all errorpages in the CMS, to force SilverStripe to renew the static errorpages in your assets directory...
| 347 Views | ||
|
Page:
1
|
Go to Top |

