Making WordPress.org

Opened 6 weeks ago

Closed 6 weeks ago

#7896 closed defect (bug) (fixed)

Profile redirects for GitHub usernames are not working

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: Priority: normal
Component: Profiles Keywords:
Cc:

Description

Example: https://profiles.wordpress.org/github/dd32 should redirect to https://profiles.wordpress.org/dd32 but currently returns a 404.

Change History (1)

#1 @dd32
6 weeks ago

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

Fixed. This was caused by a PHP8 issue - a class was being called statically without the method being declared as static. is_callable( 'Namespace\ClassName::method' ) was returning falsey.

Note: See TracTickets for help on using tickets.