Bug 507977

Summary: The KDE Identity footer links to the old URI for the Phabricator ticket generator
Product: [Websites] www.kde.org Reporter: Roke Julian Lockhart Beedell <4wy78uwh>
Component: generalAssignee: kde-www mailing-list <kde-www>
Status: RESOLVED DUPLICATE    
Severity: minor CC: fella
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
See Also: https://bugs.kde.org/show_bug.cgi?id=507978
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: A Duplicate Of The Footer

Description Roke Julian Lockhart Beedell 2025-08-07 13:22:40 UTC
Created attachment 183855 [details]
A Duplicate Of The Footer

SUMMARY

`/html/body/div[2]/div[2]/footer/a[1]` at view-source:https://identity.kde.org/index.php?r=site/index#line88:~:text=Maintained%20by%20%3Ca%20href="http://go.kde.org/systickets/"%3EKDE%20Sysadmin.%3C/a%3E links to `<a href="http://go.kde.org/systickets/">`, which is 403.

STEPS TO REPRODUCE

1. Visit https://identity.kde.org/index.php?r=site/index#:~:text=Maintained%20by%20KDE%20Sysadmin.

2. Select `/html/body/div[2]/div[2]/footer/a[1]`.

OBSERVED RESULT

> ~~~
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>403 Forbidden</title>
> </head><body>
> <h1>Forbidden</h1>
> <p>You don't have permission to access this resource.</p>
> <hr>
> <address>Apache/2.4.18 (Ubuntu) Server at phabricator.kde.org Port 443</address>
> </body></html>
> ~~~

EXPECTED RESULT

It should link to the relevant Phabricator ticket creation URI.
Comment 1 Roke Julian Lockhart Beedell 2025-08-07 13:28:05 UTC
(In reply to Roke Julian Lockhart Beedell from comment #0)

After attempting to visit https://phabricator.kde.org/T8449 (per https://bugs.kde.org/show_bug.cgi?id=414673#c1), I've since realised that Phabricator appears to be down: I've filed it at https://bugs.kde.org/show_bug.cgi?id=507978#c0. I suppose this still has some use? 🤷
Comment 2 Tobias Fella 2025-08-07 14:07:48 UTC

*** This bug has been marked as a duplicate of bug 507978 ***