If you have php error logging turned on and you're using a recent version of php, then linkedin oauth page (/linkedin/login/0) hangs with the following error:

Notice: Undefined index: oauth_problem in linkedin_access_token() on line 39 of linkedin.inc

This can be avoided by detecting for the existing of the array key 'oauth_problem' before trying to access it.

Patch to follow.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jwilson3 created an issue. See original summary.

jwilson3’s picture

jwilson3’s picture

Status: Active » Needs review