Summary: | Blank page displayed in some 404 situations | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | T.C. Hollingsworth <tchollingsworth> |
Component: | docs.kde.org | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | display a helpful message on 404 |
Description
T.C. Hollingsworth
2012-02-03 12:37:09 UTC
Created attachment 68462 [details]
display a helpful message on 404
Looking more closely, it seems that "media/404.php" in Capacity doesn't display anything; it just redirects for some common mistakes. So the include probably isn't the problem.
I guess if we want a helpful 404 message we need to display one ourselves. This patch should do the trick.
SVN commit 1277939 by lueck: apply patch by T.C. Hollingsworth to display a helpful message on 404 M +4 -1 404.php M +13 -0 index.php WebSVN link: http://websvn.kde.org/?view=rev&revision=1277939 Checked the broken link from https://bugs.kde.org/show_bug.cgi?id=292560 with the patch from Comment #2: 2)kde-baseapps/kwrite/view-menu.html link The Editor Component Command Line Get a helpfull error message now. From my pov this bug is fixed. Looks good to me too. Thanks for taking care of this so quickly! :-) |