Drupal 8 Error: Class ‘Drupal\Core\Session\AccountInterface’ not found
This is probably because you are using an older version of Drush. Drupal 8 requires drush 8
This is probably because you are using an older version of Drush. Drupal 8 requires drush 8
This error message is coming a feature that was added to Drupal 8 to protect against HTTP Host header attacks. Edit the setting.php […]
DATABASE SELECT default_character_set_name FROM information_schema.SCHEMATA WHERE schema_name = « schemaname »; TABLE SELECT CCSA.character_set_name FROM information_schema.`TABLES` T, information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` CCSA WHERE CCSA.collation_name = […]
Problème de connexion avec la base de données. Vérifier si les extensions suivantes sont bien installées et activées : php5-mysql […]
Revenir au menu principal et installer le site en anglais Pour installer la traduction FR, aller sur le site suivant […]
En mode Wamp Editer le fichier « wamp/bin/apache/apache2.4.9/bin/php.ini » Ajouter ou éditer les variables suivantes : max_input_nesting_level = 250 xdebug.max_nesting_level= 256
When css and js are compressed, they are returned to the browser which should unzip them. But when it fails, […]
Some times, when you try to load content into a fancybox, you may get this message : « the requested content […]
1. Finding a Page By Title and Space Key* curl -u admin:admin -X GET « http://localhost:8080/confluence/rest/api/content?title=myPage%20Title&spaceKey=TST&expand=history » | python -mjson.tool PHP : […]
Editer le fichier composer.json et a jouter cette ligne: { « extra »: { « incenteev-parameters »: { […]