Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • ashleyinspain Friend
    #194687

    Hi Guys
    Joomla 2.5.18
    JA ExM 2.5.7
    Whilst using the component:
    After uploading a copy of the JA Extention Manager v2.5.7 to the repository I receive this warning / Error Message

    What does it mean and is it important or can I ignore it
    Will it go away
    Best regards
    Ashleyinspain


    1. JAExtentions-Manager-problem
    pavit Moderator
    #522230

    Hi

    Please take a look HERE how the component need to be configured

    ashleyinspain Friend
    #522268

    Hi Pavit

    I already did all that, but anyway I decided to uninstall everything and re-install and go through the configuration again

    NO-CHANGE it wasn’t that, shame

    It is something to do with these files

    /home/………./public_html/administrator/components/com_jaextmanager/installer/update/update.php

    which has this code which references 2.5.3

    [PHP]<?php
    if(JFile::exists(JPATH_COMPONENT.”/installer/update/2.5.3/jaextmanager.xml”) && JFile::exists(JPATH_COMPONENT.”/com_jaextmanager.xml”)){
    $oldxmlfile = JPath::clean(JPATH_COMPONENT.DIRECTORY_SEPARATOR.’com_jaextmanager.xml’);
    $newxmlfile = JPATH_COMPONENT.DIRECTORY_SEPARATOR.’installer’.DIRECTORY_SEPARATOR.’update’.DIRECTORY_SEPARATOR.’2.5.3′.DIRECTORY_SEPARATOR.’jaextmanager.xml’;

    $newxmlfilecontent = JFile::read($newxmlfile);
    JFile::write($oldxmlfile, $newxmlfilecontent);
    rename($oldxmlfile, str_replace(‘com_jaextmanager.xml’, ‘jaextmanager.xml’, $oldxmlfile));
    JFile::delete(JPATH_COMPONENT.DIRECTORY_SEPARATOR.’/installer/update/update.php’);
    }
    ?>[/PHP]

    and

    /home/…………../public_html/jaextmanager_data/j16/component/com_jaextmanager/versions/2.5.7/admin/jaextmanager.php

    which has this code which also references 2.5.3

    //Check xml file only for version 2.5.3
    if(JFile::exists(JPATH_COMPONENT."/installer/update/update.php")){
    require_once JPATH_COMPONENT."/installer/update/update.php";
    }

    And on another point can someone explain why it uploads the component to the j1.6 folder and not the j2.5 folder

    Can one of the Devs comment on this

    Do I have a problem or not

    And why are there still references to v 2.5.3 in the code??

    Best regards

    ashleyinspain

    phong nam Friend
    #522324

    @ashleyinspain: Lets me ask our extension developer to take a look on your mentioned issue and hope that he can give you a suitable solution in this case.

    Thanh Nguyen Viet Friend
    #522332

    Hello @ashleyinspain,

    Please ignore this message, we had created a special script to support user upgrade JAEM component from older version to 2.5.3 version for some reason, and that make warning message when installing but does not affect when running. So do not worry about this message.

    <blockquote>And on another point can someone explain why it uploads the component to the j1.6 folder and not the j2.5 folder</blockquote>
    Our extensions are compatible with Joomla 1.6+ (includes J!1.7, J!2.5 and J!3.x), the first version of JAEM for J!1.6+ was developed when Joomla was 1.6, so the j16 folder was selected, and this folder is still used for the last releases due to backward compatible reason.

    For 3rd extension, you will see they are uploaded to j25 folder.

    ashleyinspain Friend
    #522393

    Many thanks for the explanation
    So I can Keep Calm and Carry On site building

    Best regards
    Ashleyinspain


    1. keep-calm-and-carry-on-site-building-copy
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 4 voices, and was last updated by  ashleyinspain 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum