I get this error every time I enable the 'Append page title to breadcrumb' option. Using latest D7 dev.

Comments

klonos’s picture

I never got it before (sequential updates of 7.x dev releases of core), but yesterday I did a fresh setup of the latest 7.x dev (22-Dec-2010) and started getting this too. Using latest dev of menu_breadcrumb (and all other modules for what it matters).

klonos’s picture

I never got it before (sequential updates of 7.x dev releases of core)...

...My other test setups (old dev D7 core updated to latest) don't have this issue - only the one I setup on the 15th and the one I did yesterday (both fresh installations). I mean that it only seems to happen to fresh installations of latest devs and not to old setups that were repeatedly updated at different times to the latest dev. Weird huh(?).

pebels’s picture

I have installed drupal 7 in my localhost.

Adittionally I have installed option_elements, form_builder and webform.
I want to create forms by drag and dropping.

When I am adding a new webform and I move inside the "edit" tab i have this error:

"Undefined index: render element in theme() (line 811 of C:\xampp\htdocs\drupal70\includes\theme.inc"

This error is shown when I have created in "webform" tab the fields and after I go to "edit" tab. If I go to another tab and I go to "edit" tab the error isn`t shown.

I can`t see any fields form, except "Fieldset" element, and I think is because render function doesnt work... or something is happen. But the most curious thing is fields elements is there, in the form, when I move my mouse over them I see the lines that delimite them, and I can delete them without problems, but when I try to configure them / edit them clicking the pencil icon, I have the next error:

"Un script de esta página puede estar ocupado, o puede haber dejado de responder. Puede detener el script, o puede continuar para ver si el script finaliza.
Script: http://localhost:8080/drupal70/misc/jquery.js?v=1.4.4:3238"

And when go to reports--> recent log messages I see:

Location http://localhost:8080/drupal70/admin/build/form-builder/configure/webfor...

Referrer http://localhost:8080/drupal70/node/3/webform

Message Notice: Undefined index: #form_builder in theme_form_builder_field_configure() (line 566 of C:\xampp\htdocs\drupal70\modules\form_builder\includes\form_builder.admin.inc).

I dont know what is happening, si someone knows more I would be nice.

klonos’s picture

...Adittionally I have installed option_elements, form_builder and webform.

Pablo, you do have Menu Breadcrumb installed too. Right? Just to make it clear.

pebels’s picture

Hi Klonos,

no i havent installed menu breadcrum.

I have installed Drupal7 with the standard options, and only webform, form builder and option_elements modules to create forms in a design way.

But i recognized that its the same "text error"...

klonos’s picture

Sorry for not replying earlier, but I had a 'downtime' (flu) ;)

...thanx for replying Pablo. My guess then is this might not be an issue with Menu breadcrumb, but with core (?). At the very least some change in an API or something effecting Menu breadcrumb and other modules too. Seems logical too, since the file mentioned (theme.inc) is core. I am doing another search in D7 core issue queue. Hold on...

klonos’s picture

...I'm going through the list of returned results of the search, since I cannot tell by the issues' titles alone. It shouldn't take long to do, but I think we should switch this to drupal core anyways, since it clearly doesn't happen to this module only.

klonos’s picture

Project: Menu Breadcrumb » Drupal core
Version: 7.x-1.x-dev » 7.x-dev
Component: Code » theme system

...nothing :(

So, I am switching this to core. Perhaps all of the effected modules need to be updated due to some recent change in core or something. I wouldn't know though.

pebels’s picture

Thank you so much Klonos, I am a Drupal newbie and I dont know why it´s happening.
What I`ve done it´s intall drupal 6.20, and install webform, and form builder webform ui, and it works without fails.
I think in your way, it may possible the problem is in drupal 7 core.
Thanks!

xurizaemon’s picture

Project: Drupal core » Menu Breadcrumb
Version: 7.x-dev » 7.x-1.x-dev
Component: theme system » Code
Status: Active » Closed (duplicate)

This issue in menu breadcrumb is a duplicate of #670840: Port Menu breadcrumb module to Drupal 7. The underlying issue is updates to the theme api in Drupal 7.

For others experiencing the same issue, please review theme changes in Drupal 7 with regard to the actual code which is triggering the issue on your site.

klonos’s picture

Thanx for clarifying things for us Chris ;)