-
AuthorPosts
-
lauramba Friend
lauramba
- Join date:
- April 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
March 12, 2009 at 11:26 pm #139061Hello – am trying to install Opal (tpl_opal_j15.zip) in my Joomla 1.5x site and keep getting this error:
“There was an error uploading this file to the server. Unable to find install package”.I can install other Joomlart themes, however no such luck with Opal.
Please advise. Thank you, L
March 13, 2009 at 12:35 am #295657Having the same problem!
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
March 13, 2009 at 1:57 am #295674<em>@lauramba 117349 wrote:</em><blockquote>Hello – am trying to install Opal (tpl_opal_j15.zip) in my Joomla 1.5x site and keep getting this error:
“There was an error uploading this file to the server. Unable to find install package”.I can install other Joomlart themes, however no such luck with Opal.
Please advise. Thank you, L</blockquote>
The most common reason for this problem is that the File you have uploaded is too big.
The File Size Upload Limit on your Server is set too low to allow larger files to be uploaded. By
default PHP allows files up to 2 MB, but you can set to 4 MB to get rid of this error.If you have access to the php.ini, then change the directive upload_max_filesize to “4M”
and reload the server configuration.If you are running PHP in CGI mode on Apache, you can place an .htaccess file in your
Joomla! root directory and place the following code inside:php_value upload_max_filesize 4M
This will solve the problem
March 13, 2009 at 2:39 am #295687Thanks, solved the problem!
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
April 15, 2009 at 10:50 pm #301486I am also having this problem. I’ve installed MANY templates on Joomla sites, so it’s not lack of experience. I know how to do it. The only variable is that this site is on a server I’ve never worked with before, so I thought the File Size Upload Limit could have been the culprit, but I’ve had that increased to 8M, so that should no longer be the problem.
Could it be a permissions issue? What do the owner and permissions need to be, and on what directories, prior to installation?
Or is this caused by some other known issues that I can look into?
Recap of the problem:
I’m installing JA-Nickel on Joomla 1.5.10, and I’m getting the error:
“Warning! Failed to move file.” and “Unable to find install package.”But when I look inside the tpl_nickel_j15.zip — the file I’m trying to install — I don’t see anything missing. I’ve downloaded the file multiple times now also, so I know it’s not a corrupted .zip.
Please help, as this project is on deadline and I have MUCH to do yet after this template is installed.
Thank you for your assistance.
MattPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 15, 2009 at 10:57 pm #301489<em>@synapsis 124535 wrote:</em><blockquote>I’m installing JA-Nickel on Joomla 1.5.10, and I’m getting the error:
“Warning! Failed to move file.” and “Unable to find install package.”But when I look inside the tpl_nickel_j15.zip
Matt</blockquote>
Glad you put that line in or you would get the usual “are you sure you are not trying to upload the whole package” reply;)
Try uploading it to your tmp directory and using the install from directory option but turn on all error reporting in joomla first. It should give you more clues as to what is going on.
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
April 16, 2009 at 2:12 am #301503Phill —
Thanks. Just tried that, and got the following errors:
JFolder::create: Could not create directory
Unable to create destinationWarning: file_put_contents(/home/…/htdocs/tmp/tpl_nickel_j15.zip) [function.file-put-contents]: failed to open stream: Permission denied in /home/…/htdocs/libraries/joomla/filesystem/file.php on line 298
Unable to find install package
(note: elipses in paths above inserted for privacy.)
Clearly a permissions issue, but what specifically needs to change in order to get this working?
Thanks!
MattPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 16, 2009 at 7:31 am #301527It could be a number of things. Safe mode for instance prevents the creation of new directories so check if you are running in safe mode (check phpinfo from the help tab)
Try using the ftp layer.
If you have root access the chown all your filders/files to something writable by the script.
Worst case change tmp and templates to 777 (until the template is installed) and see if that works. If you get more errors keep changing the folders listed in the error.
-
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by Phill 15 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum