guilleva / Xmap

Xmap is a sitemap generator for Joomla CMS
http://joomla.vargas.co.cr
26 stars 30 forks source link

Need to update XML to latest version #9

Open Sulpher opened 10 years ago

Sulpher commented 10 years ago

Just been installed latest version 2.4.3, but Joomla updater still show that there is a new Xmap update. Please, update manifest at server.

M-Falken commented 10 years ago

Hi

I suppose you mean the 2.3.4 version. have you clean the cache updater ?

Sulpher commented 10 years ago

Of course, I've cleaned cache and click on "find updates". No effect - Joomla still consider there is a Xmap update.

xillibit commented 10 years ago

Under joomla 2.5.16 with xmap 2.3.4, when i clean cache and check update, i can see the error message : cannot open https://raw.github.com/guilleva/Xmap/master/xmap-update.xml

xillibit commented 10 years ago

@guilleva : why joomla! can't open https://raw.github.com/guilleva/Xmap/master/xmap-update.xml ?

piotr-cz commented 10 years ago

This seems to pop up for all extensions that have update sites hosted on GitHub (not just XMap), but it doesn't seem like problem on GitHub side (url loads up fine).

The response code my updater is receiving i 301 Moved Pemamently, Location https://raw.githubusercontent.com/guilleva/Xmap/master/xmap-update.xml

This seems to happen with JHttpTransportSocket, JHttpTranspotrCurl uses CURLOPT_FOLLOWLOCATION

see Issue 32468 on Joomla Issue tracker Pull Request https://github.com/joomla/joomla-cms/pull/3616

PhilippHaefele commented 9 years ago

I know this issue is old but can't we just change https://raw.github.com/guilleva/Xmap/master/xmap-update.xml to https://raw.githubusercontent.com/guilleva/Xmap/master/xmap-update.xml ??

piotr-cz commented 9 years ago

@Psykoman1990 this is probably fixed in Joomla 3.x by [https://github.com/joomla/joomla-cms/pull/4474] and may be closed.