Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#3080 closed defect (bug) (duplicate)

primary_link varchar to short in bp_activity table

Reported by: dwenaus's profile 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)

#1 @r-a-y
14 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate: #2349

#2 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 1.2.9
  • Severity set to normal

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.