0

I had drush working on my website, but recently ive started seeing an error whenever I am inside of the website root.

There was a problem acquiring the API key, please contact the site administrator.

I get this error when running any drush commands on the drupal website, however drush works fine for the other websites that are hosted on the same server.

Is there quick fix for this problem?

Thanks

Proximus
  • 301
  • 1
  • 5
  • 11
  • 1
    Try to open two instance of your terminal. In the first one, type this command to see logs `drush ws --tail` and run the command which throw your error in the second. You first need to know which module is causing this error by reading logs in the first terminal before debugging. – mouhammed Nov 22 '15 at 21:25
  • Thanks for the advice. Turned out it was the Omega theme after it had been updated! If you post that as an answer, I can accept it and give you the points – Proximus Nov 23 '15 at 15:22

1 Answers1

1

Try to open two instance of your terminal. In the first one, type this command to see logs drush ws --tail and run the command which throw your error in the second. You first need to know which module is causing this error by reading logs in the first terminal before debugging.

mouhammed
  • 924
  • 8
  • 16