-
Notifications
You must be signed in to change notification settings - Fork 29
Drupal install issues #108
Comments
I've taken this on board and been more explicit in the paster command-lines: Leaving the Drupal stuff to @ratajczak to consider. |
I would like to add that in 4), SIGTERMs occur while CKAN is in use and not at random, therefore they are in my opinion due to real errors and not periodical server restarts - especially since there is also a mention of a graceful restart:
When checking ckan-apache-error.log, I also noticed the following error
I will try to find out, when it happens. Thank you very much. |
I also am encountering the error 2). i.e. when I save the user form (having done 'drush uli' and filled in a new password) I see this error (in the web interface, having done 'drush vset -y error_level 2'):
|
By @zvetaM, moved from #107 (comment)
Hy!
I also encountered some problems with Drupal;
When I executed the last step in the first block of code in 4. Drupal --> Install the DGU Drupal Distribution, drush --yes --verbose site-install dgu --db-url=mysql://co:pass@localhost/dgu --account-name=admin --account-pass=admin --site-name='Slo portal'
I received the following error:
which I ignored for the time being.
The website encountered an unexpected error. Please try again later.
Through enabling the dblog and syslog Drupal modules I managed to get more details about the error:
By the way, when I tried to enable dblog Drupal module, I received the following error. But afterwards it seemed as if dblog was activated fine anyway, since drush wd-show works fine...
I hope that this isn't too much... I've followed the instructions to the letter, except in certain cases - for example, adding the admin user in CKAN:
sudo -u www-data /home/co/ckan/bin/paster --plugin=ckan sysadmin add admin --config=/var/ckan/ckan.ini
Thank you.
The text was updated successfully, but these errors were encountered: