-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drush cron causes "PHP Fatal error: Call to undefined function drupal_save_session()" #25
Comments
All we do is call drupal_cron_run() which is a drupal function. See http://api.drush.org/api/drush/commands%21core%21core.drush.inc/function/drush_core_cron/master. If we need to do some more stuff beforehand, we can. Needs research. |
jhedstrom
added a commit
that referenced
this issue
Dec 14, 2013
- Adds an 'ignore' option to `release_info_fetch` that is used by drush make when only project type is needed from release info.
No longer an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running Drupal 8 and Drush (updated from Git minutes ago), I get the error in the title. The function is defined in core/includes/session.inc so I'm not sure if Drush or Drupal core is to blame.
The text was updated successfully, but these errors were encountered: