21280 Posts in 5729 Topics by 2600 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1246 Views |
-
I can't upload big files (> 10 Mb)

6 August 2009 at 3:19pm
Hi everybody.
I am running SilverStripe 2.3.2 on Ubuntu 9.04. When I try to upload a file in the "Files and Images" section bigger than 10 Mb, I see this error:
Fatal error: Method name must be a string in /home/artemb/projects/avt/htdocs/sapphire/forms/Form.php on line 245
Small files (5 Mb) are uploaded just fine.
phpinfo() shows the following:
file_uploads On
upload_max_filesize 100MWhat could be the reason of this error? And how do I upload a big file with SilverStripe?
-
Re: I can't upload big files (> 10 Mb)

6 August 2009 at 8:46pm
I think in your php.ini file you need to check the file upload sizes in 2 places.upload_max_filesize and is it post_max_size ?
-
Re: I can't upload big files (> 10 Mb)

6 August 2009 at 11:20pm
Yes, that fixed the issue, thank you very much. But wouldn't it be awesome if SilverStripe would handle such situations with an appropriate error message?
| 1246 Views | ||
|
Page:
1
|
Go to Top |


