customer Posted January 22, 2009 Share Posted January 22, 2009 I have been trying to add a product (which is a zip file) and I keep getting this error message, "Big error."It says, "Upload a file", then I click Browse and click the file from my hard drive and then it takes forever and I get that error message.I have around over 500 zip files that I have to upload. Can I just use my FTP program and upload them on to my host server?Which sub directory though? Download? Admin/Import?Please help I have wasted a day and a half now!!! Link to comment Share on other sites More sharing options...
customer Posted January 23, 2009 Author Share Posted January 23, 2009 I'm sure someone out there knows how to upload a zip file in the products section.Help!!! Link to comment Share on other sites More sharing options...
customer Posted January 23, 2009 Author Share Posted January 23, 2009 Problem solved. Phew!My server's upload limit is 2MB. I was trying to upload more than that. You know I accidentally found this thread. http://www.prestashop.com/forums/viewthread/2567/ You just edit your php.ini file from your host server. Instead of keeping the 2MB limit, change it to whatever 5M. See quote from thread below;You need to change :; Maximum allowed size for uploaded files. upload_max_filesize = 5M I hope this thread helps everyone! Link to comment Share on other sites More sharing options...
customer Posted January 23, 2009 Author Share Posted January 23, 2009 Problem solved. Phew!My server's upload limit is 2MB. I was trying to upload more than that. You know I accidentally found this thread. http://www.prestashop.com/forums/viewthread/2567/ You just edit your php.ini file from your host server. Instead of keeping the 2MB limit, change it to whatever 5M. See the quote from that thread below.You need to change :; Maximum allowed size for uploaded files. upload_max_filesize = 5MI hope this thread helps everyone! Link to comment Share on other sites More sharing options...
mir-aus Posted April 10, 2010 Share Posted April 10, 2010 HI Dear I can not find that line in php.ini !!!!I have a same problem. Link to comment Share on other sites More sharing options...
tomerg3 Posted April 10, 2010 Share Posted April 10, 2010 Then add it anywhere in the file Link to comment Share on other sites More sharing options...
mir-aus Posted April 10, 2010 Share Posted April 10, 2010 if I add Back Office doesn't work . do you have any suggestion Link to comment Share on other sites More sharing options...
tomerg3 Posted April 10, 2010 Share Posted April 10, 2010 What doesn't work?Do you get an error? Link to comment Share on other sites More sharing options...
mir-aus Posted April 10, 2010 Share Posted April 10, 2010 where should I add exactly ? I have this when I want upload files:Your server's maximum upload file size is: 2MI need change it to 5 or 6Mdo you know where is it? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 10, 2010 Share Posted April 10, 2010 you need to add the line customer mentioned in a php.ini file in your root directory.You host may not allow it, but if you put that line in the php.ini file, you should see the limit up to 5mb (which you can change to something higher of course) Link to comment Share on other sites More sharing options...
mir-aus Posted April 10, 2010 Share Posted April 10, 2010 I have this file just in:/public_html/adm***/php.iniand in side the file I have:<html ><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title></head>suhosin.request.max_vars = 2048suhosin.post.max_vars = 2048<body></body></html>------------------Is that this file of another one??and where should I add it I need your help )) Link to comment Share on other sites More sharing options...
tomerg3 Posted April 10, 2010 Share Posted April 10, 2010 Change php.ini in the admin folder to: suhosin.request.max_vars = 2048 suhosin.post.max_vars = 2048 upload_max_filesize = 8M Link to comment Share on other sites More sharing options...
mir-aus Posted April 10, 2010 Share Posted April 10, 2010 Thanks I did, But noting happened Link to comment Share on other sites More sharing options...
tomerg3 Posted April 10, 2010 Share Posted April 10, 2010 Check with your host if they allow the use of a php.ini file. Link to comment Share on other sites More sharing options...
mir-aus Posted April 11, 2010 Share Posted April 11, 2010 HI I crate file in a root and works well )) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now