Closed (fixed)
Project:
AES encryption
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2009 at 05:35 UTC
Updated:
26 Oct 2009 at 18:00 UTC
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
Comment #1
easyfit commentedHey
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.
Comment #2
easyfit commentedFixed in 1.4, thanks!