In order to resolve the problems with the upload limit, I suggest to create the following .htaccess file in the script main directory. This worked for me on a CentOS installation with Cpanel.
- Settings for upload limit of 50MB php_value upload_max_filesize 50M php_value post_max_size 100M # Use a double value php_value memory_limit 108M # Use a double value + 8MB for the script php_value max_execution_time 3600


106 Purchases
62 Comments