I hope someone can help me quick - business depends on it!!
I am using the projects module to manage my interactive business. i need to upload files that will be collaborated on.
Problem:
=============
If I do "Create Note or Attachment" and try to upload a file > 10, Sugar just comes back, doesn't upload the file, and doesn't throw any error at all. Sometimes it even kicks me back to the home screen. So, I can't upload these files. I can upload smaller files.
.htaccess
======================
# BEGIN SUGARCRM RESTRICTIONS
RedirectMatch 403 ^.*\.log$
RedirectMatch 403 /+not_imported_.*\.txt
RedirectMatch 403 /+(soap|cache|xtemplate|data|examples|include|log4p hp|metadata|modules)/+.*\.(php|tpl)
RedirectMatch 403 /+emailmandelivery\.php
RedirectMatch 403 /+cache/+upload
php_value memory_limit 1000M
php_value upload_max_filesize 200M
php_value max_execution_time 600
php_value max_input_time 10000
# END SUGARCRM RESTRICTIONS
Any help is much, much appreciated!


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks