I continue to get this error whenever I run Joomla's updater from the joomla 2.5.3 admin panel.
"
- Update: :Collection: Could not open http://update.joomlart.com/service/tracking/list.xml /update.xml"
Walt
I continue to get this error whenever I run Joomla's updater from the joomla 2.5.3 admin panel.
"
- Update: :Collection: Could not open http://update.joomlart.com/service/tracking/list.xml /update.xml"
Walt
"The greatest tyrannies are always perpetuated in the name of the noblest causes." ––Thomas Paine

Hi,
This is not actually a bug, but as you already know JA software is commercial so i guess it's a permission issue, that's why we suggest using JA Extension Manager to update JA products.
The strange thing is that i haven't seen this error on any J2.5.x site, unless you have an old version of JA Extension Manager.
Regards
It's nice if you share your problem but it's even better when you share the solution!
If you find my post useful don't hesitate to press "Thank You" Button!
Put the ZEN in your site with GoZen Host
No, this is definitely a bug. Look at the URl in the post. There is a space after "xml" and before the "/." JA Extension manager seems to work alright, but using the core joomla 2.5.3 updater produces the error below. Even though JA products are commercial, these types of errors should not be occurring. I am using the latest JA Extension Manager component.
"The greatest tyrannies are always perpetuated in the name of the noblest causes." ––Thomas Paine

Hi,
I have informed our dev's to take a look on than and we will reply as soon as possible.
The strange thing is that no matter what i have tried i wasn't able to reproduce that issue, even though i was getting this when Joomla 2.5.0 was out.
It's nice if you share your problem but it's even better when you share the solution!
If you find my post useful don't hesitate to press "Thank You" Button!
Put the ZEN in your site with GoZen Host

Dear Colition,
Please open xml manifest file of our extensions, then find the code snippet
Please remove all white spaces before and after the link 'http://update.joomlart.com/service/tracking/list.xml' if any.HTML Code:<updateservers> <server type="collection">http://update.joomlart.com/service/tracking/list.xml</server> </updateservers>
E.g:
Before
After:HTML Code:<updateservers> <server type="collection"> http://update.joomlart.com/service/tracking/list.xml </server> </updateservers>
HTML Code:<updateservers> <server type="collection">http://update.joomlart.com/service/tracking/list.xml</server> </updateservers>
it's better to edit :[joomla directory] \libraries\joomla\updater\adapters\collection.phpon line : 214
change this code :
to :PHP Code:$url = $options['location'];
and the problem will be solved for ever !PHP Code:$url = trim($options['location']);
![]()

Yes, you're right.
But the better way is that you should raise an issue on official Joomla Issue Tracker system rather than hacking core code![]()
Bookmarks