#3080 closed defect (bug) (duplicate)
primary_link varchar to short in bp_activity table
Reported by: | dwenaus | Owned by: | |
---|---|---|---|
Milestone: | 1.2.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
In a real world install, i found 150 characters were too short for a link that was generated.
line 42 of bp-activity.php should probably read:
primary_link varchar(255) NOT NULL,
Otherwise, we should truncate very long link urls that are based on forum topic titles (and make sure no duplicates exist).
for interest sake, here is the url that got truncated
http://XXXXXXXXXnetwork.org/groups/beta-phase-discussion-group/forum/topic/how-do-people-feel-about-adding-another-group-for-centre-members-do-we-need-it/
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate: #2349