Active
Project:
Date
Version:
7.x-2.x-dev
Component:
Date Repeat API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 17:52 UTC
Updated:
2 Jul 2012 at 07:47 UTC
Hello,
after installing the "Date Repeat Field" sub-module on a fresh Drupal 7.12 setup I receive the following message:
Notice: Undefined index: fields in field_info_fields() (Zeile 596 von /Users/.../modules/field/field.info.inc).
Warning: Invalid argument supplied for foreach() in field_info_fields() (Zeile 596 von /Users/.../modules/field/field.info.inc).
When I un-install it, the message disappears again.
I installed the RC1 module with the same sub-modules on a Drupal 7.10 setup a couple days ago without any problems. Maybe the field module was updated and there is the problem.
Please let me know if you need more information.
Stefan
Comments
Comment #1
karens commentedI am unable to replicate any problem when installing the latest dev version of the code on a new install. Please try the dev version and see what happens.
Comment #2
karens commentedNo response. Closing.
Comment #3
protools commentedPressflow 7.12 same Warning
Comment #4
protools commentedPHP 5.3.6
Comment #5
karens commentedI think this is #1509012: Date Repeat API causing Fatal error: Cannot access empty property.
Comment #6
dkingofpa commentedNeed a "Date Repeat Field" component. :)
I don't think this is a duplicate of #1509012: Date Repeat API causing Fatal error: Cannot access empty property. I'm using the HEAD of 7.x-2.x (from 05/12/2012) and still have this issue on Drupal 7.14. The issue happens during a drush site-install where the date_repeat_field module is being installed via a profile. Here's a call stack:
Comment #7
dkingofpa commentedIf I install/enable date_repeat_field from the modules page, there are no errors output to the page. For example:
Comment #8
czigor commentedSame behaviour here. I'm installing my site with a custom install profile. As it can be seen from the above stack, the warning message comes when the menu module is being enabled and when the date_repeat is not even enabled yet.
Comment #8.0
czigor commentedupdated description