Hi there,

I got this Message in ContentAdmin - ForumTopic ( I try to use OG Forum)

* warning: Illegal offset type in isset or empty in D:\xampp\htdocs\drupal\includes\bootstrap.inc on line 817.
* warning: Illegal offset type in D:\xampp\htdocs\drupal\includes\bootstrap.inc on line 818.
* warning: Illegal offset type in D:\xampp\htdocs\drupal\includes\bootstrap.inc on line 822.

What does it mean?

CommentFileSizeAuthor
#2 forum_access.missingt.diff1.09 KBberdir

Comments

salvis’s picture

Status: Active » Postponed (maintainer needs more info)

What Drupal version?

What makes you think this is related to Forum Access? I don't even know whether FA works with OG Forum...

berdir’s picture

StatusFileSize
new1.09 KB

this is related to forum_access, just had the same error. The error happens with version 6.x-1.x-dev as statet in the bug report :)

there is a drupal_set_message call with an array as second parameter where the status should be. There is obviously a missing t call, see attached patch.

salvis’s picture

Title: Error Message » 'Illegal offset type in bootstrap.inc' Error Message
Status: Postponed (maintainer needs more info) » Fixed

Great, thank you for the patch — committed to 5.x-1.x-dev and 6.x-1.x-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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