Skip to content

Fix com_installer errors reported as success#1870

Closed
pascal-meunier wants to merge 8 commits into2.4-mainfrom
feature/com_installer_errors
Closed

Fix com_installer errors reported as success#1870
pascal-meunier wants to merge 8 commits 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.

@pascal-meunier
Copy link
Copy Markdown
Contributor Author

urgh, I meant to make a pull request into the 2.4 branch.

@pascal-meunier pascal-meunier deleted the feature/com_installer_errors branch April 2, 2026 20:16
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