Closed (fixed)
Project:
Forum Access
Version:
8.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2019 at 12:44 UTC
Updated:
12 Oct 2019 at 13:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drupalbubb commentedComment #3
drupalbubb commentedComment #4
salvisThank you for your report, I'm looking into it.
Comment #5
salvisIt turns out that the width of the
tidrid field in the {forum_access} table is too big. It was 255, but according to Role IDs are now machine readable strings it should be 64.This patch will fix the width and redo in update 8102 the work that update 8101 should have done.
Comment #8
salvisI'm surprised that [3002918-7] came back with "Build successful". Unfortunately, we don't have any tests at this point, but I through the testbot would at least try installing the module, and then it should have produced your error IMO. The testbot uses MySQL 5.5, and I'm using 5.7.24, so your 5.6.19 is somewhere in between. I guess we'll never know for sure.
If you've already run Update 8101, there's no damage in your database. Just update to the -dev version (or the upcoming ALPHA2) and run Update 8102, which will fix the rid size and create the primary key and index.
Comment #9
drupalbubb commentedUpdate to alpha2 works. Thanks
Comment #10
salvisGreat, thanks!