Page 1 of 1

Error Message after up load of large file

Posted: Thu Feb 21, 2008 8:06 am
by aland
Fatal error: Call to a member function GetFriendlyName() on a non-object in /home/akduncan/domains/swingfx.co.nz/public_html/main/admin/moduleinterface.php on line 120

On CMSMS 1.2.3

We are experiencing the above message after uploading a 31MB file using file manager to put it in the uploads/images directory.

Initially the upload was failing due to limits in upload file size parameters. These errors were solved by following the instructions in one of the other posts. php was set to 50MB and the config.php file to 40MB.

Note: normal images go up fine

We want to put a 31 MB video clip on the site so it can be downloaded by friends on the other side of the planet. This is a test at this stage.

Re: Error Message after up load of large file

Posted: Thu Feb 21, 2008 1:43 pm
by alby
aland wrote: We are experiencing the above message after uploading a 31MB file using file manager to put it in the uploads/images directory.
This is not related to CMSMS.
Check your phpinfo, there are params to be set in php.ini (ex: post_max_size, upload_max_filesize)

Alby