Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2008 at 20:45 UTC
Updated:
2 Nov 2008 at 20:57 UTC
When attempting to add a configurable action through the user interface (at admin/settings/actions/manage), the following errors occur:
* Warning: array_fill(): Number of elements must be positive in InsertQuery_mysql->__toString() (line 66 of includes/database/mysql/query.inc).
* Warning: implode(): Invalid arguments passed in InsertQuery_mysql->__toString() (line 67 of includes/database/mysql/query.inc).
Comments
Comment #1
cwgordon7 commentedThis should have been caught by the actions configuration test case, but it appears errors that occur during curl requests are not mapped to exceptions properly. I opened up a new issue for that at #329229: SimpleTest does not map PHP errors that occur during curl requests to exceptions..
Comment #2
damien tournoud commentedThis is a duplicate of #329223: Notices in ActionsConfigurationTestCase.
The same issue, opened at the same minute. Incredible.