-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Errors #3
Comments
Doh! Yeah one issue has been that Drush's error log handler doesn't work yet. So you encounter any error, instead of a useful message you get that load of garbage. To get a useful message and find what the problem really is, you can:
Yeah not a great solution but for the time being it's the best I've got. At least then you can try re-running the command and see what the actual problem is. Right now Drush's |
Thanks! That totally got me to where I could debug the problem (not drush-based at all) and now the cache clears correctly. |
w00t! Yay! |
@quicksketch Is this still the recommended solution for when you get the error message from the original post? |
I followed the installation instructions for Drush and updated my local copy of Backdrop to the latest 1.x version.
I then followed your instructions in the README for this repo, creating the
commands
dir in~/.drush
and checking out this repo (instead of a wget of it's zip).Within my backdrop installation dir, if I run
drush --version
I get "This command is not supported yet by Backdrop." So it would seem it's picking it up alright.If I run
drush cc all
I get the following fatal errors:I also tried installing Drush master using a git checkout instead of using the recommended instructions linked to above. That gave me similar results.
I also tried moving the
~/.drush/backdrop
dir to~/.drush/commands/backdrop
and received the same results as above.The text was updated successfully, but these errors were encountered: