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.
| Comment | File | Size | Author |
|---|---|---|---|
| splash_drush_compat.patch | 540 bytes | kscheirer |
Comments
Comment #1
deadrich commentedThank you for this, worked great and solved the issue I had with Drush and Splash.
Comment #2
seanrCommitted. Thanks.