thedoctor Posted May 31, 2009 Share Posted May 31, 2009 Hi I am trying to get this addon working http://addons.oscommerce.com/info/6348 I did have it working, but it seems to have stopped now for some reason. One thing that I have noticed it does not like files over 2MB, I require to upload files that big. Does anyone know how to get this working? Many thanks in advance, all help is greatly received. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted June 1, 2009 Share Posted June 1, 2009 When you say it has stopped working, do you mean because of the file size or is there some other problem? Assuming it is the file size, there's not a limit in the contribution for that. That would be something imposed by your server. You can try the following to change that: Add this line to your .htaccess file php_value upload_max_filesize 20M or add this to your php.ini file upload_max_filesize = 20M; The 20 can be what you want. If either of those don't work, you would need to contact your host to have them change it. Please post future questions in the support thread. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
thedoctor Posted June 2, 2009 Author Share Posted June 2, 2009 Have posted this on another thread on the support side of things. Quote Link to comment Share on other sites More sharing options...
thedoctor Posted June 2, 2009 Author Share Posted June 2, 2009 When you say it has stopped working, do you mean because of the file size or is there some other problem? Assuming it is the file size, there's not a limit in the contribution for that. That would be something imposed by your server. You can try the following to change that: Add this line to your .htaccess file php_value upload_max_filesize 20M or add this to your php.ini file upload_max_filesize = 20M; The 20 can be what you want. If either of those don't work, you would need to contact your host to have them change it. Please post future questions in the support thread. Jack I decided to comment that line out for some reason, just made the changes and it is up and working as it should, thank you very much. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.