Fatal error when submitting another form on the same page as aes_view_password_form
rjmackay - July 2, 2009 - 05:35
| Project: | AES encryption |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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
<?php
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 :)

#1
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.
#2
Fixed in 1.4, thanks!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.