I am having trouble uploading larger files only.
Getting the dreaded "File could not be uploaded. Permissions problem?"
however, uploading smaller files are of no issue.
Anything above 2 megs gets this error, and there is 50megs of space left on the server.
Any clues? Everything is CHMOD 777 and unmask is default 022, but I have tried 002, 077, 018, etc
can't upload large files?
Re: can't upload large files?
sounds like you've got an upload limit of 2mb set somewhere.. could be a couple of different things....
what was the maximum upload size reported by cmsms during install (on the pre-install test report page)?
what does a phpinfo(); report for a max post/upload size? **
what's the max upload size in cmsms' config.php?
** make a php file in your web space with the following contents. then open it up in your browser and scroll down a bit. (remove the file when you're done with it)
what was the maximum upload size reported by cmsms during install (on the pre-install test report page)?
what does a phpinfo(); report for a max post/upload size? **
what's the max upload size in cmsms' config.php?
** make a php file in your web space with the following contents. then open it up in your browser and scroll down a bit. (remove the file when you're done with it)
Code: Select all
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?> eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info

