benjwalker Posted May 25, 2009 Share Posted May 25, 2009 When trying to upload a file to a product I'm getting the incredibly helpful error message - "Error: Big Error".There seems to be little information on this elsewhere.It's only a 3MB file, and it's worked fine with larger files in the past.Any ideas? Link to comment Share on other sites More sharing options...
Amish Gramish Posted May 31, 2009 Share Posted May 31, 2009 http://www.prestashop.com/forums/viewthread/7707/general_discussion/help_digital_product_uploadI thought that worked out for me, but it must not have solved the problem for files over 100 MB for me.Anyways, this should fix it for you. Link to comment Share on other sites More sharing options...
benjwalker Posted June 1, 2009 Author Share Posted June 1, 2009 Thanks for that. It turned out that specifiying upload limits within the PHP code had mysteriously stopped working.Fixed it by using the php.ini file instead (which I believe my hosting provider has only just allowed).Thanks again. Link to comment Share on other sites More sharing options...
Snol Posted June 2, 2009 Share Posted June 2, 2009 Hi benj, I have same problme, can you tell me where PHP.ini is i cannot locate.thanks]John Link to comment Share on other sites More sharing options...
Amish Gramish Posted June 2, 2009 Share Posted June 2, 2009 Hi benj, I have same problme, can you tell me where PHP.ini is i cannot locate.thanks]John It should be in your main public_html folder. Link to comment Share on other sites More sharing options...
Snol Posted June 2, 2009 Share Posted June 2, 2009 Thanks Benji, but still no php.ini file, I even downloaded Prestashop again from the site but cant find it in there, I sur eit must be somewhere?John Link to comment Share on other sites More sharing options...
benjwalker Posted June 3, 2009 Author Share Posted June 3, 2009 It won't be provided by default, you must create it.Will depend on your hosting as to wether it will work at all, or how it will work.With my hosts I could create it within a subdirectory - in this case the root directory of prestashop. I believe this is specific to my hosting but it had to be called php5.ini as it's for PHP v5.Hope that helps! Link to comment Share on other sites More sharing options...
Snol Posted June 3, 2009 Share Posted June 3, 2009 It does help a lot, I can sort it now.thanks Link to comment Share on other sites More sharing options...
Recommended Posts