-
AuthorPosts
-
farajrifai Friend
farajrifai
- Join date:
- October 2009
- Posts:
- 36
- Downloads:
- 17
- Uploads:
- 3
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
February 26, 2015 at 10:16 pm #204159Hi
Please how we can Insall Template on site, it is impossible and I dont know why ! Bye administration and by FTP no waythank
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 27, 2015 at 1:51 am #560867HI
Do Not update Your Joomla to 3.4 or Do not install JA Biz template to Joomla 3.4 .
JA Biz is not compatible with Joomla 3.4 .
Please wait for its official update for Joomla 3.4 .
Always take a full backup of your site before update.1 user says Thank You to Pankaj Sharma for this useful post
Armenos Lumen Leviticus Emmanuel FriendArmenos Lumen Leviticus Emmanuel
- Join date:
- September 2014
- Posts:
- 13
- Downloads:
- 86
- Uploads:
- 4
- Thanks:
- 6
March 10, 2015 at 3:49 pm #562441I’ve the same problem here
I can’t even install com_jaextmanager.v2.6.0
please make it compatiblePankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 10, 2015 at 5:23 pm #562455Hello
Please download the Fresh package of JA Extension manager 2.5.8 component from here .
<blockquote>please make it compatible</blockquote>
Development team is working to update template and extension on priority basis .Do not update your Joomla without checking template/extension compatibility .
Always take site backup before update.daveburstein Frienddaveburstein
- Join date:
- December 2013
- Posts:
- 125
- Downloads:
- 227
- Uploads:
- 22
- Thanks:
- 43
- Thanked:
- 12 times in 2 posts
March 11, 2015 at 3:54 am #562504Folks
I had a similar problem and found this workaround that did the trick.
Here’s how I did it. First, unzipped the download to get the template. Then I ftp’d to home/burste6/public_html/aint/t/ where I had to unzip again to get the right files (the full Joomla install, not a single zip package. Thank you Viet Vuhttps://www.rsjoomla.com/blog/view/2…aller-bug.html
Workarounds
Using ‘Install from Directory’ – by unzipping the archive in a temporary path, pasting that path in the ‘Install Directory’ field and clicking on ‘Install’.
Using ‘Install from URL’ – although for commercial extensions this isn’t viable since most of them will not have directly accessible URL for the archive. You can upload the archive on your website and point it in the ‘Install URL’ field (for example, upload ‘com_my_extension.zip’ in the root of your website and just type in http://www.your_website.com/com_my_extension.zip). Remember to delete it after you’re done.
Applying the fix manually. Read on below for instructions on how to do that.
Fixing it manually
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. If not and another error message comes up (hurray!), we do have a guide to debug the installation of Joomla! extensions. -
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by daveburstein 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum