Closed (fixed)
Project:
DataBase File Manager
Version:
5.x-3.4-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2008 at 22:51 UTC
Updated:
23 Jul 2008 at 11:37 UTC
Hello,
So, I'm not sure if I need to edit the php.ini or my.cnf file (or both), but when I try to upload a file (very small 4kb) I get "File is not valid for upload - test.txt exceeds the max filesize". My site is on a shared environment so I'm not sure if the my.cnf is doable, but the php.ini is. Thanks in advance for the help!
Eric
Comments
Comment #1
vm commentedrun a php info() and find out what your max_file_size is and check max_post as well.
Comment #2
ericj commentedSo, yeah, too small...but even with such a small file size (test.txt = 4kb) it seems like it would work. No?
upload_max_filesize = 7M
post_max_size = 8M
Comment #3
geoff_eagles commentedActually the PHP "memory_limit" field would probably be the first thing to check.
Comment #4
geoff_eagles commentedIt's probably not a good idea to be using the beta code, you're better off sticking to the main releases
Comment #5
ericj commentedThank Geoff, I went to the main release and it's working well now.
Comment #6
geoff_eagles commentedProblem should be gone for the full release