SOLVED: Unable to Find Install Package

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
whenze
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Oct 26, 2011 2:14 pm

Re: SOLVED: Unable to Find Install Package

Post by whenze » Wed Oct 26, 2011 2:20 pm

Harelguy, you're a star!

spenchase
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Nov 18, 2011 1:14 pm

Re: NOT SOLVED YET: Unable to Find Install Package

Post by spenchase » Fri Nov 18, 2011 1:44 pm

Hi, I need help. It's been a few days and I've tried your suggestion. I hasn't worked for me. I'm still getting an error message. On a Linux Server, Joomla 1.5 (fresh install) Trying to install components, modules and plugins. Everything was working fine until I tried to install Sobi2 components and Ja Social Template. I'm thinking that I may have reached a limit or something.

Here are my settings:

Path to Tmp folder: /home/username/public_html/tmp

Config.ini

var $xmlrpc_server = '0';
var $log_path = '/home/xxxxwomen/public_html/logs';
var $tmp_path = '/home/xxxxwomen/public_html/tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '0';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '1';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'xxxxuaewomen_jo151';
var $db = 'xxxuaewomen_jo151'

Global Settings:
Enable FTP Yes
FTP Host 127.0.0.0.1
FTP Port: 21
FTP Username
FTP Password:
FTP Root:

All Files in Public_html Permissions set to 755 and 777
All Files in ..../tmp set to 777

Any help that you can provide would be great!

zigzagry
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Nov 18, 2011 11:15 pm

Re: SOLVED: Unable to Find Install Package

Post by zigzagry » Fri Nov 18, 2011 11:25 pm

Can somebody please walk me through this? Sounds like a sure fix but it's not working for me. I'm sure it's something I'm doing wrong.

First of all I have 1.7 installed on Godaddy.
I get the same "Unable to Find Install Package" every time without fail. I've tried a number of things I've read about but don't know if I am doing it correctly.

One thing to mention is that my configuration.php file says "public" not "var" in front of the FTP settings. I don't understand what to do here. I've tried changing the settings as described but it makes no different.

I've also changed the max upload from 2mb to 10mb but it hasn't actually changed anything.

Please help out a new user. I really want to like Joomla but wow is this whole process ever full of holes compared to wordpress.

hafizy
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Tue Feb 14, 2012 4:32 am

Re: SOLVED: Unable to Find Install Package

Post by hafizy » Wed Feb 22, 2012 12:38 pm

hye there,

i'm hoping someone can help me with this problem..

i receive the same error
"There was an error uploading this file to the server."
and "Unable to find install package"

i have tried mostly everything, chmod 777 the whole folder, changing permission from apache to root, add the upload size, but i still receive the same error when installing component/module.

my ftp is disable, i tried using ftp, and it failed also. now i don't know what else i can do to fix this. please help. :(

Reddieng
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Feb 22, 2012 9:41 pm

Re: SOLVED: Unable to Find Install Package

Post by Reddieng » Thu Mar 01, 2012 7:56 pm

arifpoetrayunar wrote:hello,
Which one should I upload? Each time I try to install a file I see the following message:
JFolder::create: Infinite loop detected
JFTP::store: Bad response
Warning! Failed to move file.
Unknown Archive Type..........
I'm also getting this "Failed to Move File" on trying to intsall extensions and I also got a similar message ehen trying to add Media.

Do we know what the problem is and how to rectify it?

Derek

Reddieng
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Feb 22, 2012 9:41 pm

Re: SOLVED: Unable to Find Install Package

Post by Reddieng » Thu Mar 01, 2012 8:29 pm

Most Joomla installs/hosting providers do not require you to set up FTP for your Joomla site.
Ref the above post just found another thread with the following......

Make sure your folders are set to 755 and files are 644:
http://docs.joomla.org/What_are_the_rec ... issions%3F
Tutorial on permissions:
viewtopic.php?t=121470

As a Linux virgin I just need to decipher what is means

malofx
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Fri Mar 28, 2008 9:25 pm

Re: SOLVED: Unable to Find Install Package

Post by malofx » Thu May 17, 2012 9:47 pm

Changing the time zone I think worked for me, after making lots of changes, that being the last one, it worked.... I hope Im wrong, cause that really sucked.

endless love
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jun 28, 2012 4:39 pm

Re: SOLVED: Unable to Find Install Package

Post by endless love » Thu Jun 28, 2012 6:08 pm

dannycool wrote:Excellent it worked for me. I got so worried that another prob to solve. This type of prob happened for the first time because of permission issues on the server. I installed a QUICK LAUNCH TEMPLATE and had to manually copy and paste the code that the setup gave into the config.php to create the config manually. Because I did that, the server didn't allow the ftp permissions so that I can upload joomla extensions in the backend and thats why i got the error. So as this tutorial says, go into your config.php and write in the FTP info like here on mine:

In config.php
var $ftp_enable = '1';
var $ftp_host = '174.142.##the rest of the number';
var $ftp_port = '21';
var $ftp_user = 'your user name';
var $ftp_pass = ' your password';
var $ftp_root = 'public_html';

This is the Only one that worked for me from allll solutions written before in this topic. Thnx

melrick
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Jan 02, 2013 12:00 pm
Location: Sydney

Re: SOLVED: Unable to Find Install Package

Post by melrick » Wed Jan 02, 2013 12:06 pm

This happened to me and it turned out to be the template file size. There are two fixes; either reduce the template to under 2MB, or unzip the template package, manually copy this folder to the server, and install it from there using the 'Install from Directory' tool.

User avatar
Spell
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Sat Jul 12, 2008 5:46 pm

Re: SOLVED: Unable to Find Install Package

Post by Spell » Mon Jan 14, 2013 12:25 am

I had the same problem — unable to install anything successfully after upgrading to PHP 5.3. The problem finally was solved on two sites after I updated the Joomla. One site was running Joomla 1.5.1 and the other was running Joomla 1.5.6. I updated both to 1.5.26 and now all is working.

User avatar
deepakjangra13
Joomla! Intern
Joomla! Intern
Posts: 63
Joined: Sat Mar 02, 2013 4:53 am

Re: SOLVED: Unable to Find Install Package

Post by deepakjangra13 » Mon Apr 01, 2013 9:17 am

Hello to everyone,
i have a problem regarding this topic.i have used all above helps and formula..my tmp files shown as writable. my ftp files directory have 777 file permission.what else should i have to use.

User avatar
Spell
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Sat Jul 12, 2008 5:46 pm

Re: SOLVED: Unable to Find Install Package

Post by Spell » Mon Apr 01, 2013 3:39 pm

You've probably already tried this, but did you try to install from within the tmp folder? Unzip the files on your computer, then upload through FTP to the tmp folder. Then go into Extensions and select the install from tmp option. Good luck. If this doesn't work, you might want to give more information on what version of Joomla you are running.

User avatar
deepakjangra13
Joomla! Intern
Joomla! Intern
Posts: 63
Joined: Sat Mar 02, 2013 4:53 am

Re: SOLVED: Unable to Find Install Package

Post by deepakjangra13 » Wed Apr 03, 2013 11:27 am

thanks for reply Spell,
yeah i have also tried this. I also tried upload files in their folder such modules and component ftp and then install form extension.because while installation form extension some time it says bla bla folder could not be created etc. But no helps.
I'm using joomla 2.5.8 online.I think this might be the problem of safe mode..i.e. on in my site..do you think so...

Thanks for reply once again..

User avatar
Spell
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Sat Jul 12, 2008 5:46 pm

Re: SOLVED: Unable to Find Install Package

Post by Spell » Wed Apr 03, 2013 1:57 pm

Hi Depak, I've never worked in safe mode, but that sounds like it could certainly be the problem.

ranjit_ab
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Tue Aug 30, 2011 7:51 pm

Re: SOLVED: Unable to Find Install Package

Post by ranjit_ab » Tue Aug 13, 2013 12:55 pm

Thank you so much. It worked like charm.


Locked

Return to “Administration 1.5”