-
AuthorPosts
-
March 2, 2015 at 6:44 am #204250
tried to download latest version ja extension manager 2.6.0,
got the following error –
no file selected
unable to find install packetcan someone help me get this installed?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 2, 2015 at 6:46 am #561173Hi there
Please provide your reproduce steps and detail of issue ? You are trying to install JAEM via Joomla Installer ?Thank you,
Viet VuMarch 2, 2015 at 6:55 am #561175I 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 2, 2015 at 8:24 am #561194Hi there
It would be server side error. Please check your server error logs or try alt install methods.Thank you,
Viet VuMarch 2, 2015 at 3:52 pm #561250I’m sorry but I am tech challenged. can you give me more direction.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 4, 2015 at 1:14 am #561488Hi there
It’s Joomla! issue please pull this one from github of Joomla!
https://github.com/joomla/joomla-cms/pull/6180
Thank you,
Viet Vudavidkanegsberg15 Frienddavidkanegsberg15
- Join date:
- March 2015
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
March 9, 2015 at 7:18 pm #562279Found 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.htmlApplying 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 10, 2015 at 1:01 am #562321Glad to hear that
Thank you,
Viet Vu -
AuthorPosts
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