Problem/Motivation

httpbl_cron() uses the HTTPBL_DB_OFF constant before the file that defines the constant is included.

Steps to reproduce

Run cron with http:BL enabled.

Proposed resolution

Check for evaluator service before checking level of storage.

Remaining tasks

  1. Review merge request.
  2. Merge fix.
  3. Create new release.

Issue fork httpbl-3365698

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Darren Oh created an issue. See original summary.

darren oh’s picture

Issue summary: View changes

darren oh’s picture

Issue summary: View changes
Status: Active » Needs review
nubeli’s picture

Status: Needs review » Reviewed & tested by the community

I've got the same error running cron from drush. The MR works for me and the code looks good.