Hi

After installing the HybridAuth Social Login module I get this error after i login with the social providers. I am able to login successfully but then after the login i get the error that pops out from the webpage.

http://hexascii.com/blog

Notice: Undefined index: access in alpha_alpha_preprocess_html() (line 337 of /home/content/51/10913451/html/hexascii/sites/all/themes/omega/alpha/template.php). - See more at: http://hexascii.com/blog#sthash.Q88Z7zbI.dpuf

On line 337 is:

  if (($theme->settings['debug']['grid'] || $theme->settings['debug']['block']) && $theme->settings['debug']['access']) {
    if ($theme->settings['debug']['grid'] && $theme->settings['debug']['grid_active']) {
      $vars['attributes_array']['class'][] = 'alpha-grid-debug';
    }

Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Philben’s picture

Priority: Major » Normal

Notice: Undefined index: access in alpha_alpha_preprocess_html() (line 337 of /home/mukano12/public_html/profiles/commerce_kickstart/themes/omega/alpha/template.php).

I'm getting the same issue when you login with Facebook; can someone help?

andriyun’s picture

I proposed next patch to fix this error.

andriyun’s picture

Status: Active » Needs review

Status: Needs review » Needs work
andriyun’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work
andriyun’s picture

andriyun’s picture

Status: Needs work » Needs review

vinmassaro’s picture

@andriyun: I couldn't get your patch to apply to 7.x-3.x so I kicked it off to be tested again. Here is an updated patch with attribution, assuming #7 fails. Thanks.

vinmassaro’s picture

Version: 7.x-3.1 » 7.x-3.x-dev

#7 applies cleanly to 7.x-3.1, changing version to test against 7.x-3.x-dev.

Status: Needs review » Needs work

The last submitted patch, 10: hybridauth_social_login_after_login_error-2025907-10.patch, failed testing.

Status: Needs work » Needs review
andriyun’s picture

Patch for 7.x-3.x-dev version

andriyun’s picture

Assigned: Unassigned » andriyun