by Shawn LeBleu.
My host is www.canadianwebhosting.com. The main php settings on the shared server include a 20mb upload limit. I contacted tech support and they put a simple php.ini file containing the following into the root folder:
upload_max_filesize = 128M
post_max_size = 128M
Doing this instantly makes Moodle lock out users. I've tried putting this simplified php.ini file into all kinds of subfolders and nothing works. As per other threads I've tried the admin, course, files, and repository folder along with subfolders. Nothing works.
I am totally frustrated. There has to be a way to allow me to get files greater than 20mb onto the site.
Shawn