Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • cobina Friend
    #204250

    tried to download latest version ja extension manager 2.6.0,
    got the following error –
    no file selected
    unable to find install packet

    can someone help me get this installed?

    jooservices Friend
    #561173

    Hi there
    Please provide your reproduce steps and detail of issue ? You are trying to install JAEM via Joomla Installer ?

    Thank you,
    Viet Vu

    cobina Friend
    #561175

    I went to site down loaded JA Extension manager from your site to my computer, then tried to upload it using joomla upload. Thats when I got the errors I told you about

    jooservices Friend
    #561194

    Hi there
    It would be server side error. Please check your server error logs or try alt install methods.

    Thank you,
    Viet Vu

    cobina Friend
    #561250

    I’m sorry but I am tech challenged. can you give me more direction.

    jooservices Friend
    #561488

    Hi there
    It’s Joomla! issue please pull this one from github of Joomla!

    https://github.com/joomla/joomla-cms/pull/6180

    Thank you,
    Viet Vu

    davidkanegsberg15 Friend
    #562279

    Found the fix. It is a problem specific to Joomla 3.4.0. It should be fixed in the next version.
    Here is the fix from
    https://www.rsjoomla.com/blog/view/2…aller-bug.html

    Applying the fix manually can be done with minimum knowledge:

    Open your FTP account, connect to your website and go to the administrator/components/com_installer/models/ folder. FileZilla is a good FTP client if you’re not familiar with them. Your hosting provider should provide you with a username and password to connect to your website’s FTP.
    Create a backup of install.php (download it to your computer) just in case.
    Edit install.php (on your website) with a text editor. If you don’t have one, I strongly suggest you check out Notepad++.
    Replace:

    $userfile = $input->files->get(‘install_package’, null, ‘array’);

    With:

    $userfile = $input->files->get(‘install_package’, null, ‘raw’);

    Scroll down the file to find:

    JFile::upload($tmp_src, $tmp_dest);

    And replace this one with:

    JFile::upload($tmp_src, $tmp_dest, false, true);

    Just save the file – if you’re using FileZilla it will automatically prompt you to re-upload the modified file. If not, you’ll need to upload it manually.
    After the changes are done, try again to install the extension you were having trouble with – it should work properly.

    jooservices Friend
    #562321

    Glad to hear that

    Thank you,
    Viet Vu

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  jooservices 9 years, 8 months ago.

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