Why is this?

I install OAuth Connector 6.x-1.0-alpha1 and it says "Depends on Oauth_common". I go to Oauth common's homepage and it states "it's moved to it's new home oauth" https://drupal.org/project/oauth_common - so I download Oauth instead. Of course, OAuth Connector is still dependant on Oauth_common anyway, not the new Oauth.

What do I do?

Comments

voxpelli’s picture

Status: Active » Closed (works as designed)

The module name of the module at https://drupal.org/project/oauth still is "oauth_common" - it just lives at a different project URL, so if you download the latest OAuth module from https://drupal.org/project/oauth then it should work and if you look at its files then you should see that the modules are still named "oauth_common".

irohit786’s picture

Status: Closed (works as designed) » Active

@voxpelli : Sorry for re-opening an old thread, but i'm facing the same problem as Rhino, Icould not find oauth_common anywhere can you specify which version are you directing to? cause' i have checked all 6.2x versions and could not find oauth_common in oauth project. Thanks for your help.

voxpelli’s picture

Status: Active » Closed (works as designed)

@irohit786: Any of the 3.x versions work, as you can see the files within those modules are actually named "oauth_common" and thus solves the dependency that you have. See for example this file tree from the git repo of 6.x-3.x: http://drupalcode.org/project/oauth.git/tree/refs/heads/6.x-3.x

irohit786’s picture

thank you, that solved my problem. Thanks again.