Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F firewall
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • firewall
  • Issues
  • #15
Closed
Open
Issue created Nov 24, 2020 by JonGold@JonGoldReporter

Firewall breaks `drush cache:rebuild` on Drupal 8

Running drush cache:rebuild with firewall enabled returns:

In DAO.php line 1683:
                         
  is not of type String  
                         

The issue is the call to CRM_Utils_System::ipAddress(), which isn't populated when running from the CLI. Since most CLI commands don't run firewall code it's fine, but a cache clear does.

I'll send an MR that fixes this.

Assignee
Assign to
Time tracking