Unable to Add New Snapin
-
SVN 4972 Ubuntu 14 when I try and add a new snapin FOG says please enter a name see the attached snapshots for what I am entering. The Apache log shows this.
[Thu Oct 15 13:35:41.843812 2015] [:error] [pid 11614] [client 10.200.50.64:55209] PHP Warning: POST Content-Length of 222163150 bytes exceeds the limit of 104857600 bytes in Unknown on line 0, referer: http://10.200.10.150/fog/management/index.php?node=snapin&sub=add```
-
Check this out: http://php.net/manual/en/ini.core.php#ini.post-max-size
-
Ok fixed that guess it was changed back to the default when we upgraded at some point but now I get a new error.
-
@Joseph-Hales how big is the file you’re trying to upload? I believe the svn installer set’s it up to 100M, but that may not be enough.
-
The file is 280mb but I already increased the max post size to a gig and restarted the server.
-
Tom pointed me to the max_upload_size as well I should have remembered.