In the Main Configuration form - which otherwise works fabulously - I'm getting

warning: Illegal offset type in isset or empty in C:\xampp\htdocs\drupal\includes\common.inc on line 777.

I see three of them each time I view that page.

The page itself still works, though, and everything else is fine.

CommentFileSizeAuthor
#3 description.diff1.3 KBmichaek

Comments

RWWood’s picture

I have the same problem, but there are just two errors listed.

Renee S’s picture

I suspect they have something to do with whatever modules are installed that it's trying to theme for the form. I probably just have three it doesn't like - you only have two :)

michaek’s picture

StatusFileSize
new1.3 KB

it appears that modules for which the menu item description was empty defaulted to an array. passing an array to t() isn't accepted, so you get an error.

also, i thought it would be nice if there were a description for the "Main Configuration" item.

the diff attached includes both, though i generated the diff with subversion from the current dev release, so i'm not positive it'll be helpful. it's simple enough to read through. (i've got to get my CVS act together...)

Renee S’s picture

Thanks - also, the Main Configuration doesn't display images or some of the widgets of the menu items it steals. It also steals fieldgroups. Can I just turn it off somehow for particular content types? (Don't get me wrong, this is the best module for drupal form UI since the sliced bread module was invented in 1934. It's just that my fieldgroups get taken into the Vertical Tabs at the bottom of the form and even I forget they're there).

michaek’s picture

yeah, i agree. the vertical tabs ui is something i've wanted for a while, but the main config tabs are not a necessary function. i suggest two config options: 1) disable "main config" entirely and 2) specify menu items to exclude. i'll see about getting CVS set up so i my diffs are against the HEAD. yeah, and i'll make a patch for these options. :)

quicksketch’s picture

Status: Active » Fixed

The "main configuration" area has been removed in this fixed issue #297962: Error Missing Site Configuration menu items?

Anonymous’s picture

Status: Fixed » Closed (fixed)

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