Splash and Drush
kscheirer - July 3, 2009 - 05:47
| Project: | Splash |
| Version: | 6.x-2.4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | kscheirer |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| splash_drush_compat.patch | 540 bytes |

#1
Thank you for this, worked great and solved the issue I had with Drush and Splash.
#2
Committed. Thanks.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.