Open
Conversation
GitHub is using new domains: https://developer.github.com/changes/2014-04-25-user-content-security/ Although the old URL is redirected, Joomla 2.5 does not follow the redirects (at least when using curl), so new updates are not discovered and the search for future updates is disabled. Current versions of J! 3.x are not affected and will follow the redirects.
When downloading an update, Joomla will follow redirects, but only if they return a response status of 302. The download links were returning a status of 303. This applies to both Joomla 2.5 and 3.x.
This shouldn't be necessary, but Joomla gives an error when "Refresh Cache" is performed in "Extension Manager: Manage" with Xmap selected. This applies to both Joomla 2.5 and 3.x. In 2.5, an error is shown, but not in 3.x. In either case, refreshing cache causes the installed version number to be wiped out (blank). Because the installed version number gets wiped out, a check for updates will find an update, even though the update version is the same as the installed verion.
Otherwise no update will be found for Joomla 3.3. It's a regex match.
b2un0
added a commit
to z-index-net/joomla-component-mapx
that referenced
this pull request
Aug 23, 2020
…php-upd-fixed-path-to-th-1428067024967 (pull request guilleva#12) script.installer.php / UPD: Fixed path to the old files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several fixes related to auto-updates.
See the individual commit messages for specifics.