Hi,

The field type for "nid" in simplenews_statistics is "tinyint". This is totally impractical as the maximum size of a signed tinyint is 127. This needs to be changed to be a normal int type to allow a user to create statistics on any newsletter who's nid is higher than 127.

Comments

Docc’s picture

tnx for the notice.
Ill optimize the database shema in the next release

mindgame’s picture

Version: 6.x-1.0 » 6.x-1.1

Just downloaded the "next release", guess what?! Hehe.

Docc’s picture

Bugger, didnt update the scheme only fixed when updating the module. Expect fix next release.

Docc’s picture

Assigned: Unassigned » Docc
Status: Active » Fixed

Fixed in dev

Status: Fixed » Closed (fixed)

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