1. Vote now - Choose the template types you want in coming months


    JA HawkStore - Stable version Released


    JM Siotis - Beta version released


    Tools & Tips - Make your Joomla site faster


    JA Brisk, Mitius, Onepage & Mero updated - Offcanvas navigation for mobile now available


    5 more JATC extensions updated - Backend UI improvement & new coding standards.


User Tag List

+ Reply to Thread
 
Results 1 to 7 of 7
  1. #1
    Licensed Member Expired
    JoomlaTemplate Club Member - Personal License - Renew 1 Year ExpiredJoomla Extensions Club - Renew 1 Year Expired
    coalition's Avatar
    Join Date
    Dec 2010
    Location
    Massachusetts
    Posts
    106
    Points
    201.27
    Downloads
    5908
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 17 Times in 9 Posts

    Bug in JA Extensions Manager

    I continue to get this error whenever I run Joomla's updater from the joomla 2.5.3 admin panel.

    "

    Walt
    "The greatest tyrannies are always perpetuated in the name of the noblest causes." ––Thomas Paine

  2. #2
    Global Moderator pascm's Avatar
    Join Date
    May 2009
    Location
    localhost
    Age
    40
    Posts
    2,711
    Points
    6,611.09
    Downloads
    3425
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    87
    Thanked 514 Times in 483 Posts
    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

  3. #3
    Licensed Member Expired
    JoomlaTemplate Club Member - Personal License - Renew 1 Year ExpiredJoomla Extensions Club - Renew 1 Year Expired
    coalition's Avatar
    Join Date
    Dec 2010
    Location
    Massachusetts
    Posts
    106
    Points
    201.27
    Downloads
    5908
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 17 Times in 9 Posts
    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

  4. #4
    Global Moderator pascm's Avatar
    Join Date
    May 2009
    Location
    localhost
    Age
    40
    Posts
    2,711
    Points
    6,611.09
    Downloads
    3425
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    87
    Thanked 514 Times in 483 Posts
    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

  5. #5
    Licensed Member
    Joomla Developer Membership - 1 year

    Dead Code's Avatar
    Join Date
    Aug 2009
    Posts
    1,044
    Points
    755.04
    Downloads
    169
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    5
    Thanked 105 Times in 93 Posts
    Dear Colition,

    Please open xml manifest file of our extensions, then find the code snippet

    HTML Code:
    <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
    HTML Code:
    <updateservers>
            <server type="collection">
                 http://update.joomlart.com/service/tracking/list.xml
           </server>
        </updateservers>
    After:
    HTML Code:
    <updateservers>
            <server type="collection">http://update.joomlart.com/service/tracking/list.xml</server>
        </updateservers>

  6. #6


    Join Date
    Apr 2012
    Posts
    1
    Points
    2.29
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb

    it's better to edit :
    [joomla directory] \libraries\joomla\updater\adapters\collection.php
    on line : 214
    change this code :
    PHP Code:
    $url $options['location']; 
    to :
    PHP Code:
    $url trim($options['location']); 
    and the problem will be solved for ever !

  7. #7
    Licensed Member
    Joomla Developer Membership - 1 year

    Dead Code's Avatar
    Join Date
    Aug 2009
    Posts
    1,044
    Points
    755.04
    Downloads
    169
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    5
    Thanked 105 Times in 93 Posts
    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

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts