diff --git a/Setting-up-Drupal-7.md b/Setting-up-Drupal-7.md index cff4a06..9314d53 100644 --- a/Setting-up-Drupal-7.md +++ b/Setting-up-Drupal-7.md @@ -281,6 +281,16 @@ Under the *webadmin* user run `crontab -e` and use this cron job: 5 * * * * php /srv/webadmin/cms/sites/all/modules/civicrm/bin/cli.php -u cmsadmin -p exjeijPadwadvigfaymNosgavVisebr -e Job -a execute ``` +### Check the status page + +Visit the status page for any errors or warnings that need to be attended: + +``` +https://cms.example.com#overlay=admin/reports/status +``` + +If all is good we can move to the next step. + References ---------- * https://www.drupal.org/node/1030854