Fatal error: Cannot use string offset as an array in /home/XXXX/public_html/includes/form.inc on line 680

form.inc on line 680 :

    if (isset($form['#disabled']) && $form['#disabled']) {
      $form['#attributes']['disabled'] = 'disabled';

Couple of hours after install i get this fatal error in "register" and "user edit" pages.

As other people believe[ http://drupal.org/node/210960 ] that error getting of using searching modules like this.

How can I fix it?

Comments

skullJ’s picture

Im using the 5.x-1.0-beta2 Version of this module on Drupal 5.7.

Server information: php 5.2.5 and mysql 4.1.22

skullJ’s picture

Status: Active » Fixed

i found the problem and has nothing to do with this module!

sory for issue

pcambra’s picture

But tell us where the problem was!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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