Skip to content
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

Closed
hansfn opened this issue Aug 22, 2013 · 2 comments

Comments

@hansfn
Copy link
Contributor

hansfn commented Aug 22, 2013

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.

@weitzman
Copy link
Member

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.
@jonhattan
Copy link
Member

No longer an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants