Access to PrestaShop corporate website French English Change language
Hello, Guest |
| Register
Remember me Forgot password ?
Site Map Site Map Contact us Contact us
PrestaShop job
 

Team members online:


Damien Metzger

 
Post Reply
New Topic
Maxing File Size in virtual products bigger? 

offline
Posted: 28 August 2008 08:26 AM   [ Ignore ]
Beginner
Rank

Messages :

  • total: 5
  • last 7 days: 0
Joined: 2008-07-13

Hey,
I’ve followed all the instructions posted on the forum here – yet still, no luck. I uploaded the maxsize.php file to my server, and changed it so it will give me the file size I wanted – and still, at the back office, it still shows 2MB limitation.
Does anyone have an idea how to sort if out? It’s really important for me!

Thanks,
Dweck

 
offline
Posted: 27 September 2008 05:14 PM   [ Ignore ]   [ # 1 ]
Beginner
Rank

Messages :

  • total: 5
  • last 7 days: 0
Joined: 2008-07-13

No one answered me yet and I’m a bit stuck…

 
offline
Posted: 19 November 2008 01:57 AM   [ Ignore ]   [ # 2 ]
Newcomer
Rank

Messages :

  • total: 2
  • last 7 days: 2
Joined: 2008-11-19

Try this:
http://yoursite.com/prestashop/config/config.inc.php

<?php

/* Improve PHP configuration to prevent issues */
ini_set('display_errors', 'off'); ini_set(‘upload_max_filesize’, ‘100M’);
@ini_set(‘default_charset’, ‘utf-8’);

Change the 100M to your own number and save.

If that still doesnt work you have to get in touch with your hosting provider and ask them to raise the number.
They often keep it low for security reasons.

Hope this helps.

 
 
 
Fast Reply
New Topic