by chuck smith.
I have a new install of moodle version 2.2.11. It is running on:
Windows 2008 R2 64-bit
IIS7 with PHP 5.5.11
MySQL 5.6.19
What I'm trying to do is restore classes from my 1.9 install into my 2.2.11 install but whenever I try to do it I get an error saying the file is too large.
I've went through the 'Request Filtering' in IIS and changed it to 2gb or 2147483648bytes. I've also changed the post_max_size to 2048m as well as the upload_max_filesize to 2048m and changed the timeout to 600. I've also verified that in 'site policies' that the maximum uploaded file size is set to 'server limit'.
What am I missing?