-
AuthorPosts
-
coalition Friend
coalition
- Join date:
- December 2010
- Posts:
- 106
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 18 times in 1 posts
March 31, 2012 at 12:27 am #175612I 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
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
April 2, 2012 at 5:05 am #446801Hi,
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
coalition Friendcoalition
- Join date:
- December 2010
- Posts:
- 106
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 18 times in 1 posts
April 2, 2012 at 1:26 pm #446865No, 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.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
April 9, 2012 at 5:33 pm #447890Hi,
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.Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
April 10, 2012 at 2:49 am #447949Dear Colition,
Please open xml manifest file of our extensions, then find the code snippet
<updateservers>
<server type=”collection”>http://update.joomlart.com/service/tracking/list.xml</server>
</updateservers>
Please remove all white spaces before and after the link ‘http://update.joomlart.com/service/tracking/list.xml’ if any.
E.g:
Before
<updateservers>
<server type=”collection”>
http://update.joomlart.com/service/tracking/list.xml
</server>
</updateservers>After:
<updateservers>
<server type=”collection”>http://update.joomlart.com/service/tracking/list.xml</server>
</updateservers>April 24, 2012 at 2:23 pm #449970it’s better to edit :
[joomla directory] librariesjoomlaupdateradapterscollection.phpon line : 214
change this code :
[PHP]$url = $options[‘location’];[/PHP]to :
[PHP]$url = trim($options[‘location’]);[/PHP]and the problem will be solved for ever ! 😉
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
April 25, 2012 at 1:27 am #450026Yes, 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 😉
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by Thanh Nguyen Viet 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum