When I get the order purchase screen, or the one-time login URL link, i get "Undefined index: input in aes_user_login()"

Comments

ultimike’s picture

Frank,

Is this with or without the AES module enabled?

Thanks,
-mike

rfay’s picture

I see this *with* aes installed and configured.

rfay’s picture

Project: Commerce UPS » AES encryption

I think that the upper checkbox (encrypt user logins) has nothing to do with our usage here and can be left off. Anyway, this is an aes issue.

jnettik’s picture

I'm also seeing this error after clicking the one time login link for new accounts.

jnettik’s picture

The exact error:

Notice: Undefined index: input in aes_user_login() (line 407 of /public_html/sites/all/modules/contrib/aes/aes.module).
EvanDonovan’s picture

I committed code to -dev that should fix this: http://drupalcode.org/project/aes.git/commit/45783c9

rfay, is AES being used by Drupal Commerce? I wasn't aware of that. Sorry that I only started making commits now.

rfay’s picture

Status: Active » Fixed

Thanks, @EvanDonovan - Yes, Commerce UPS uses AES. Not sure why.

Marking fixed then...

EvanDonovan’s picture

Ok, I will try to get a stable release shortly...it's been tough finding the time for projects like this lately. If anyone from Commerce project wants commit access to push needed patches through, I'd be happy to grant it.

den33775’s picture

Had exact same error with aes-7.x-1.5.zip, which already had the patched code in it. Occured when logging into new account for first time. Error does not occur logging into same account subsequently. Error occurs with both facebook and google logins.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

den33775’s picture

Status: Closed (fixed) » Active

See post 9

dpovshed’s picture

Issue summary: View changes
Status: Active » Fixed

@den33775, should be fixed in latest dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit 45783c9 on 7.x-1.x, 8.x-2.x by EvanDonovan:
    Issue #1321292 by EvanDonovan, fakingfantastic, rfay: Fixed undefined...
  • Commit 51336c8 on 7.x-1.x, 8.x-2.x by dpovshed:
    Issue #1321292: Undefined index: input in aes_user_login() - another try...