Joomla Vs. Drupal: A technical comparison of the best open source CMS
é difícil de entender o que diz o autor uma vez que utiliza para o seu site o drupal e o site linux.com na realidade (já) não utiliza joomla mas sim drupal!
https://www.butterfly.com.au/blog/cms/joomla-vs-drupal-a-technical-comp…
instalar drupal com composer
civicrm no drupal 8
How to install CiviCRM on Drupal 8 (and WHY choose it over pure Drupal CRM)
conflito utilizadores do portal e moodle
use moodle;
update mdl_user set username = '289' where id=276;
eliminar o utilizador novo com o mesmo username no moodle
problema no ajax - drupal
An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /mysite/?q=en/file/ajax/field_slideshow_image/und/form-ESe-qn-oh9D4OVpLClBz2wTv1mHUxaTWHmj2hi5V3aw
StatusText: n/a
ResponseText: The page cannot be displayed because an internal server error has occurred.
ReadyState: undefined
drupal webform date
drupal oauth2 server
problema no número máximo de imagens de uma galeria
Here's what I did.
PHP defaults to:
max_input_vars = 1000I set:
max_input_vars = 10000
instalar drush num server
# apt-get install git
# curl -sS https://getcomposer.org/installer | php
# mv composer.phar /usr/local/bin/composer
# ln -s /usr/local/bin/composer /usr/bin/composer
#git clone https://github.com/drush-ops/drush.git /usr/local/src/drush
# cd /usr/local/src/drush
# git checkout 7.1.0
# ln -s /usr/local/src/drush/drush /usr/bin/drush
# composer update
# composer install