File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
app/Resources/views/error Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
{% block content %}
4
4
<h1 >Oops! An Error Occurred</h1 >
5
5
<h2 >The server returned a "{{ status_code }} {{ status_text }}".</h2 >
6
-
7
- <p >
8
- Something is broken. Please let us know what you were doing when this error occurred.
9
- We will fix it as soon as possible. Sorry for any inconvenience caused.
6
+ <p >If you see this page, it means your sandbox is not correctly set up.
7
+ Please see the README file in the sandbox root folder and if you can't figure out
8
+ what is wrong, ask us on freenode irc #symfonycmf or the mailinglist
[email protected] .
10
9
</p >
11
10
11
+ <p >If you are seeing this page as the result of an edit in the admin tool, please report what you were doing
12
+ to our <a href =\" https://github.com/symfonycmf/cmfsandbox/issues/new\" >ticket system</a >,
13
+ so that we can add means to prevent this issue in the future. But to get things working again
14
+ for now, please just <a href =" {{ app .request .getSchemeAndHttpHost () }}/reloadfixtures.php" >click here</a >
15
+ to reload the data fixtures.
16
+ </p ><p style =' color:red;' >
17
+ <strong >Detected the following problem</strong >:
18
+ {{ exception.getMessage () }}
19
+
12
20
<h3 >Suggested pages</h3 >
13
21
14
22
{% for group , list in best_matches if list is not empty %}
You can’t perform that action at this time.
0 commit comments