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
1e64e71b
Commit
1e64e71b
authored
Jun 22, 2019
by
Carsten Rose
Browse files
fix typo
parent
5f8823a1
Pipeline
#2009
passed with stages
in 2 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/Database/DatabaseUpdate.php
View file @
1e64e71b
...
...
@@ -203,7 +203,7 @@ class DatabaseUpdate {
$errorMsg
[
ERROR_MESSAGE_TO_DEVELOPER
]
=
"Failed to play "
.
QFQ_FUNCTION_SQL
.
", probably not enough permissions for the qfq mysql user. "
.
"Possible solutions: <ul>"
.
'<li>Grant Super privil
a
ges to qfq mysql user temporarily.</li>'
.
'<li>Grant Super privil
e
ges to qfq mysql user temporarily.</li>'
.
'<li>Play the following file manually on the database: '
.
'<a href="typo3conf/ext/qfq/Classes/Sql/'
.
QFQ_FUNCTION_SQL
.
'">typo3conf/ext/qfq/Classes/Sql/'
.
QFQ_FUNCTION_SQL
.
'</a></li>'
.
'<li><a href="?'
.
http_build_query
(
array_merge
(
$_GET
,
array
(
ACTION_FUNCTION_UPDATE
=>
ACTION_FUNCTION_UPDATE_NEXT_UPDATE
)))
.
'">Click here</a> to skip the sql functions update until next qfq release update</li>'
.
...
...
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