Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
eb7cb9aa
Commit
eb7cb9aa
authored
Nov 18, 2019
by
Marc Egger
Browse files
Manual.rst: Procedure to find an irreproducible error
parent
ce1d6224
Pipeline
#2698
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
eb7cb9aa
...
...
@@ -8672,6 +8672,32 @@ Tips:
*
Always
check
the
Javascript
console
of
your
browser
,
see
`
javascriptProblem
`
_
.
*
Always
check
the
Webserver
log
files
.
Procedure
to
Find
an
Irreproducible
Error
-----------------------------------------
*
Find
out
the
date
and
time
on
which
the
error
occurred
as
precisely
as
possible
*
Find
out
the
user-name
of
the
person
who
experienced
the
error
*
Search
the
logs
at
the
time
of
the
Error
:
*
qfq
.log
*
location
:
fileadmin
/
protected
/
log
/
qfq
.log
*
Look
for
error
messages
which
were
sent
to
the
user
at
that
time
.
(
search
for
user-name
in
file
)
*
Look
at
actions
performed
during
the
time
of
Error
*
FormSubmitLog
*
location
:
table
named
'FormSubmitLog'
in
the
qfq
database
*
In
the
SQL
Table
FormSubmitLog
search
the
column
FEUser
for
the
user-name
*
does
the
data
(
in
the
column
formData
)
submitted
at
the
time
of
the
error
coincide
with
the
data
saved
in
the
database
?
*
sql
.log
*
location
:
fileadmin
/
protected
/
log
/
sql
.og
*
search
for
the
form
that
was
active
when
the
error
occurred
:
*
e
.g
.:
If
the
form
is
named
'requestGreview'
search
for
'form:requestGreview'
Caching
-------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment