I Was trying to test the software with on upload with 12MB File but I recived on error... see in the image attached.
Thanks in advance and this soft. look really great...
Error Summary
You seem to have CSS turned off. Please don't fill out this field.
HTTP Error 500 can be a lot of different problems:
Add that lines to your virtualhost configuration:
<IfModule mod_php5.c> php_value upload_max_filesize 100M php_value post_max_size 100M </IfModule>
Put this in htaccess to disable mod_security's POST scanning:
SecFilterEngine Off SecFilterScanPOST Off
Can this solve your problem?
Log in to post a comment.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Error Summary
HTTP Error 500 can be a lot of different problems:
Add that lines to your virtualhost configuration:
<IfModule mod_php5.c>
php_value upload_max_filesize 100M
php_value post_max_size 100M
</IfModule>
Put this in htaccess to disable mod_security's POST scanning:
SecFilterEngine Off
SecFilterScanPOST Off
Can this solve your problem?