As consequence of #510484: Incorrect definition of the fid database field, the code must verify that it doesn't assign to fid a value that the database field cannot contain.

The limit is caused by filter.module, which saves the delta value obtained from the modules in a database field that is defined as a tiny integer, which has the size of a byte (in MySQL), or two bytes (in PostgreSQL).

Comments

avpaderno’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Let us try again; first, the code must be changed in branch 6.x-2.

avpaderno’s picture

The code has been changed for both the branches, and committed in CVS.

avpaderno’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.