can't upload files larger than 1 Mb
Page: 1
when i try to upload files larger than 1 Mb i get this error message:
Failed to import file '/Applications/MAMP/tmp/php/phpIG2ZtX' to the file repository (unique file id: d3b8f3a78204c3ec2da408d61ce085219ca93019)
the strange thing is that below the form i see this message:
You can upload files of any type. Max filesize you are allowed to upload is 32MB
whats wrong?
Failed to import file '/Applications/MAMP/tmp/php/phpIG2ZtX' to the file repository (unique file id: d3b8f3a78204c3ec2da408d61ce085219ca93019)
the strange thing is that below the form i see this message:
You can upload files of any type. Max filesize you are allowed to upload is 32MB
whats wrong?
Ilija Studen
on Dec 1. 2006. 3:16 am
If уоu are using MySQL storage engine don't forget to set max_allowed_packet value to something larger than 1MB. That is what limits you...
activeCollab team member
Hi,
Try /etc/my.cnf - I think this is where it's stored.
You'll need to be root though, or have your hosting provider change it for you.
Try /etc/my.cnf - I think this is where it's stored.
You'll need to be root though, or have your hosting provider change it for you.
Who's your hosting provider? Do you have access to your home folder? (i.e. - above public_html)
If so, I can probably help you.
If so, I can probably help you.
activeCollab Team Member (NOT)
i have activecollab installed at one of my computers in my LAN. It's a Mac OS X Tiger 10.4.6 (Intel) using MAMP (www.mamp.info)
Ah! It can be fixed then!
Add this to a line of your .htaccess in your root public_html or htdocs folder:
You can change the amount of memory, if you wish.
Add this to a line of your .htaccess in your root public_html or htdocs folder:
php_value memory_limit 32M
You can change the amount of memory, if you wish.
activeCollab Team Member (NOT)
bochenn:sorry but i'm not very experienced with this. where i cange this max_allowed_packet?
thanks
Check your phpMyAdmin or MySQL...
activeCollab Team Member (NOT)
in phpmyadmin i see this, but i don't know where can i change that. any suggestions? thanks
max allowed packet
session variable 1048576
global variable 1048576
max allowed packet
session variable 1048576
global variable 1048576
Ilija Studen
on Dec 1. 2006. 10:46 pm
You need to set the value in MySQL configuration file (usually my.cnf). I don't know where that file is located...
activeCollab team member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



