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

cwgordon7’s picture

This 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..

damien tournoud’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #329223: Notices in ActionsConfigurationTestCase.

The same issue, opened at the same minute. Incredible.