Skip to content

fix for git errors in com_installer incorrectly reported as success#1871

Merged
nkissebe merged 1 commit into2.4-mainfrom
feature/com_installer_errors
Apr 2, 2026
Merged

fix for git errors in com_installer incorrectly reported as success#1871
nkissebe merged 1 commit into2.4-mainfrom
feature/com_installer_errors

Conversation

@pascal-meunier
Copy link
Copy Markdown
Contributor

This is a fix for https://qubeshub.org/support/ticket/5149 where a custom extension was reported as successfully installed but "git pull" had failed internally.
in views/customexts/tmpl/merged.php the list of success and failed messages is handled separately and a success message won't overwrite a failure message.
There are 2 more messages in language/en-GB/en-GB.com_installer.ini depending on how the git pull failed.
In controllers/customexts.php we check for indications of problems: a null value, an empty array (success) and an array of error strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants