Snapin FOG 1.5.4
-
Hello,
I can’t add snapin (16.4Mo) on server fog. Nothing is happening.
However I can add small snapin (1.87Mo)
Is there a configuration file for increase the size of snapin?
Thanks.
-
@Almeida I thought the upload limits for 1.5.4 were 100MB. What OS & version is your fog server running? Also make sure you have the space in /opt/fog/snapins
-
@Almeida Also check you php.ini settings (
upload_max_filesize
andpost_max_size
). Which Linux OS do you use? -
Fog server is a Debian 9.6
file php.ini:
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 30000M; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 30000M -
@Almeida Free disk size?
df -h
?Anything you see in the apache error logs (see my signature)?