Closed (duplicate)
Project:
Category
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2007 at 17:26 UTC
Updated:
13 Feb 2007 at 21:24 UTC
When accessing admin/access/cac_lite the following error is returned:
Fatal error: Cannot use string offset as an array in /var/www/localhost/htdocs/drupal/modules/system/system.module on line 1076
On investigating a bit, it seems this error is caused when system_settings_form is called from cac_lite.module. In system.module, the system_settings_form function only accepts one parameter, whereas the call to system_settings_form in cac_lite.module is parsing two.
Is there a fix to this?
Comments
Comment #1
bdragon commentedPlease see http://drupal.org/node/116673 for the Drupal 5 cac_lite upgrade task.