Upon updating this module to 7.x-1.x-dev 2012-Aug-10, I received this error, repeatedly (34 times), on the landing page of a "successful" update.php process:

Notice: Undefined index: module in _field_info_prepare_instance_widget() (line 386 of /home/account/public_html/drupal/modules/field/field.info.inc).

Comments

Aurochs’s picture

I have the same at the admin page saving field settings

Notice: Undefined index: module в функции _field_info_prepare_instance_widget() (строка 386 в файле /var/www/gamepart.ru/modules/field/field.info.inc).
Notice: Undefined index: module в функции _field_info_prepare_instance_widget() (строка 386 в файле /var/www/gamepart.ru/modules/field/field.info.inc).
Notice: Undefined index: module в функции _field_info_prepare_instance_widget() (строка 386 в файле /var/www/gamepart.ru/modules/field/field.info.inc).
Notice: Undefined index: module в функции _field_info_prepare_instance_widget() (строка 386 в файле /var/www/gamepart.ru/modules/field/field.info.inc).
Notice: Undefined index: module в функции _field_info_prepare_instance_widget() (строка 386 в файле /var/www/gamepart.ru/modules/field/field.info.inc).

and foll on saving a node

Warning: Invalid argument supplied for foreach() в функции filefield_paths_entity_update() (строка 232 в файле /var/www/gamepart.ru/sites/all/modules/filefield_paths/filefield_paths.module).

i am on drupal 7.15

Aurochs’s picture

On update.php have same lines as on saving field settings

deciphered’s picture

Status: Active » Postponed (maintainer needs more info)

Unable to reproduce, will need more information.

PHP version, module versions, etc.

deanflory’s picture

I think updates to a few other modules tonight made this error go away for me. I don't have a list of them so I can't verify which ones they were to narrow the issue down to the one that was triggering the errors/notices. Aurochs, maybe do the same and see if that works for you too. They were version releases that had to be from the last 24-48 hours (August 11-13).

deanflory’s picture

StatusFileSize
new1.44 MB


Nope

, spoke too soon, they're back, allowing me to continue to exercise my scroll ball finger on every page load. *sigh*

PHP Version 5.3.10

Modules list attached as pdf of modules page of my test site, though I've got so many in there, that are enabled and also not enabled, it might only serve as a searchable document.

If I find they go away with other udpates I'll try and report back here.

deciphered’s picture

Can you confirm this issue on a fresh install of Drupal?

It's possible that it's a php issue, but given that I'm on 5.3.14 it's unlikely. Hopefully it's just a combination of modules together.

GStegemann’s picture

StatusFileSize
new138.71 KB

The same here (see attached screen shot).

Drupal (7.15) and all modules are up-to-date. PHP version 5.2.10.

deanflory’s picture

FYI, I can confirm I'm still having the errors after updating from D7.14 to D7.15 today. They showed up upon initial update.php run when updating Drupal, showing up within the normal red X Errors area, but when re-running update.php just now the errors oddly appeared above the logo on the update results page, separate from the red Errors area. Once I get more done on the site in the next few weeks I'll see if I can try finding the culprit but not sure if I'll have time.

Aurochs’s picture

I tried all versions of the module and deleted entity things and tried other magic but no good. so i just deleted the annoying mssge div to let me breathe easy and well i dont see serious bugs except the annoying mssges.

but still i pin my hopes on the really great maintainer of the module.
Pls help him, i am a php-noob.

brightbold’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I don't believe this is (necessarily) related to File Field Paths. See #1001060: Undefined index _field_info_prepare_instance_widget.

deanflory’s picture

The fix in comment #51 of the other discussion about core appears to have worked to prevent the annoying error notice though I don't know about the ramifications of that change, will see.

http://drupal.org/node/1001060#comment-6341700

deanflory’s picture

Issue summary: View changes

34