Waiting for review and merge
judapriest β created an issue.
Currently running with "UI Patterns Settings 2.3" and "ui suite dsfr 1.0.1".
Tokens <button>
still return an empty url.
I have rebased the MR with 1.0.x and withdraw the unnecessary ternary operator.
judapriest β made their first commit to this issueβs fork.
judapriest β created an issue.
Font awesome has also incorporated the X logo : https://fontawesome.com/search?q=twitter&o=r
In the backoffice, the module is marked as compatible
Before scan
If trying to scan it from the backoffice
We also have a timeout.
But a problem have appear :
after scan
Probleme
Do you have any idea ?
Currently on the same issue with 4.0@alpha.
In ExceptionHandler.php line 53:
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT 1 A
S "expression"
FROM
"key_value" "key_value"
WHERE ("name" = :db_condition_placeholder_0) AND ("collection" = :db_condit
ion_placeholder_1); Array
(
[:db_condition_placeholder_0] => group
[:db_condition_placeholder_1] => upgrade_status_scan_results
)
In StatementWrapper.php line 145:
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
Here the SQL :
SELECT * FROM `key_value` WHERE `collection` LIKE '%upgrade_status_scan_results%' ORDER BY `key_value`.`name` ASC
But theres is no line for group. It seems, it did not create any entry in the key_value table for the module group.