Opened 18 months ago
Closed 18 months ago
#7896 closed defect (bug) (fixed)
Profile redirects for GitHub usernames are not working
| Reported by: | johnbillion | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.