I'm using SnippetMasterPro v2.2.2 on a client's website, and despite having set up quite a few SMs now, I'm experiencing a persistent problem with this one. I can't get it to upload a file larger than 8MB.
The default server settings are as follows:
FTP file size limit: 100MB
PHP upload limit: 5MB
PHP timeout: 30 seconds
With the default settings above I couldn't upload anything larger than 2MB.
I placed a php.ini file in the public_html root containing the following:
upload_max_filesize = 20M
max_execution_time 240
(I've also tried a max_filesize of 40MB, but that makes no difference, the actual limit is still 8MB).
I have set " Limit File Size?" in Upload Group in SM to "No" (I also tried setting it to "Yes" and "20480" but it makes no difference).
I can upload a file that's 7.95MB, but not one that's 8.02MB, any idea what else I can try? Is there anything I should ask my hosting tech support? (if I just tell them there's a problem, they're likely to tell me that they don't support third party software!).
Any help would be appreciated.
Malcolm