Skip to content
Snippets Groups Projects
Commit 8caa8189 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Merge branch 'marcExtendFunctionSqlErrorMessage' into 'master'

Database.php: extend function sql error message

See merge request !169
parents d7dfe24d d7957d1d
No related branches found
No related tags found
1 merge request!169Database.php: extend function sql error message
Pipeline #2116 passed
......@@ -205,7 +205,7 @@ class DatabaseUpdate {
"Possible solutions: <ul>" .
'<li>Grant Super privileges 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>' .
'<a href="typo3conf/ext/qfq/Classes/Sql/' . QFQ_FUNCTION_SQL . '">typo3conf/ext/qfq/Classes/Sql/' . QFQ_FUNCTION_SQL . '</a><br>and grant the qfq mysql user execution privileges on the sql functions.</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>' .
'<li><a href="?' . http_build_query(array_merge($_GET, array(ACTION_FUNCTION_UPDATE => ACTION_FUNCTION_UPDATE_NEVER))) . '">Click here</a> to skip the sql functions update forever</li>' .
'</ul>' .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment