-
AuthorPosts
-
February 10, 2009 at 5:02 am #137954
I tried installing Zinc for 1.5 on two separate hosting companies and both give me the following error:
There was an error uploading this file to the server.
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 10, 2009 at 5:07 am #290375u need to be more specific in when and where this error occurs and what did you do for this error to occur.
February 10, 2009 at 5:12 am #290376<em>@jsliao 110893 wrote:</em><blockquote>u need to be more specific in when and where this error occurs and what did you do for this error to occur.</blockquote>
What part of trying to install the template, doesn’t make sense?
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 10, 2009 at 5:18 am #290377there are many steps to installation including unzipping the file, uploading, following the http installation etc. information like whether you are installing on a preinstalled joomla or using quickstart would also be helpful.
its ok, im sure someone with more sense than me will be able to figure out how to help u.
cheers
February 10, 2009 at 5:20 am #290378THank you for the response, that makes more sense now for what you are wanting.
Steps taken:
Unzipped file and drilled down into templates. i tried to upload the zipped templates file.jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 10, 2009 at 5:26 am #290379The 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 this limit might need to be increased to 3M as the JA Zinc template is 2.4mb.
If you have access to the php.ini, then change the directive upload_max_filesize to “3M” 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 3MLet me know if the above does not help. It may also be a problem with your directory permissions though its highly unlikely
February 10, 2009 at 5:32 am #290380I believe i have it set to 8mb
post_max_size = 8Mjsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 10, 2009 at 5:36 am #290382Files are usually POSTed to the webserver in a format known as ‘multipart/form-data’. The post_max_size sets the upper limit on the amount of data that a script can accept in this manner. Ideally this value should be larger than the value that you set for upload_max_filesize.
It’s important to realize that upload_max_filesize is the sum of the sizes of all the files that you are uploading. post_max_size is the upload_max_filesize plus the sum of the lengths of all the other fields in the form plus any mime headers that the encoder might include.
Therefore you need to set your upload_max_filesize too.
February 18, 2009 at 11:09 pm #292458unzip the file remove all the extra template images rezip install and ftp the extra images worked for me mate 😀
May 2, 2009 at 7:44 pm #303226Easy fix — I deleted the extra images and it uploaded without incident. Why didn’t I think of that before? Thanks, criticalkaos!
May 2, 2009 at 7:58 pm #303228no problem mate
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by criticalkaos 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum