I get this message when submitting another form that lives on the same page as aes_view_password_form

Fatal error: Cannot use string offset as an array in /var/www/signon/includes/form.inc on line 979

Eventually tracked this back to line 287 in aes.module

function aes_view_password_form($form, $password) {

// should be:
function aes_view_password_form($form_state, $password) {

I can roll this into a patch if needed - but its a 1 line fix :)

Comments

easyfit’s picture

Hey

Sorry for taking so long to respond to this, I've been on vacation. I'll get a new version out soon which will fix this issue, thank you for reporting this.

easyfit’s picture

Status: Active » Fixed

Fixed in 1.4, thanks!

Status: Fixed » Closed (fixed)

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