Splash doesn't play very friendly with drush, causing cookie errors for me whenever I try and run a command with this module turned on.

I think splash can detect when drupal is being run via commandline, and never fire in that case. The attached patch checks to see if Drush's drush_verify_cli() function is defined (which it will be when using Drush), and executes it.

CommentFileSizeAuthor
splash_drush_compat.patch540 byteskscheirer

Comments

deadrich’s picture

Thank you for this, worked great and solved the issue I had with Drush and Splash.

seanr’s picture

Status: Needs review » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.