Using this sort of url to test: administrator/index.php?option=com_joomlaupdate&view=update
The Get help with this error button leads to a MediWiki error page.
A proper Help page
404 - RuntimeException
Reported as a document error but is a coding error.
administrator/components/com_joomla_update/tmpl/update/default.php contains JHELP_COMPONENTS_JOOMLA_UPDATE and I think that should be Help4.x:Joomla_Update.
As it is an external link it does not really need the proxy.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Hi . Can you agree that the correct help page for example for Joomla 4.3 version should be:
https://help.joomla.org/proxy?keyref=Help43:Components_Joomla_Update&lang=en
If so, I think it would be easy to fix. The text string (bold) in the following code line:
$helpUrl = Help::createUrl('JHELP_COMPONENTS_JOOMLA_UPDATE', false);
could be replaced with:
$helpUrl = Help::createUrl('Components_Joomla_Update', false);
But the resulting linked page does not show the correct information. It shows the same information as the help page from the main view: administrator/index.php?option=com_joomlaupdate
which is: https://help.joomla.org/proxy?keyref=Help43:Joomla_Update&lang=en
So after that code change the wiki page
https://help.joomla.org/proxy?keyref=Help43:Components_Joomla_Update&lang=en
needs to be updated. Shouldn't it show the information like here (troubleshooting):
https://docs.joomla.org/Help4.x:Components_Joomla_Update
Or should it just be rewriten to meet the new styling?
Its not needed to discuss here about the wiki page content. My question is only whether the proposed change of the code line goes in the right direction.
We should change the name and prefix of Help4.x:Components_Joomla_Update so the link to it would be https://docs.joomla.org/Special:MyLanguage/J4.x:Joomla_Update_Problems
I could update the existing content. I happened to be looking at extract.php today and have participated in answering any number of questions on this topic in the Forum recently.
If you agree I can move (rename) Help4.x:Components_Joomla_Update. You may wish to suggest another name: Troubleshooting instead of Problems? Or ... perhaps just approve my suggestion.
Also, helpUrl = Help::createUrl('Components_Joomla_Update', false); should be replaced with
helpUrl = 'https://docs.joomla.org/Special:MyLanguage/J4.x:Joomla_Update_Problems';
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-05-27 14:36:35 |
Closed_By | ⇒ | alikon |
Issue reported in joomla/joomla-websites#1810 and joomla/joomla-websites#1816