T theshadowfang Chevereto Member Friday at 12:16 PM #1 PHP max uploadd changed to 100MB, i have set to 1024MB in my php settings and shows this on dashboard. Also the pages links are missing.
PHP max uploadd changed to 100MB, i have set to 1024MB in my php settings and shows this on dashboard. Also the pages links are missing.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Yesterday at 10:01 AM #2 This was announced in v4.3.0, this is also documented. CHEVERETO_MAX_UPLOAD_SIZE controls the max file able to upload to your Chevereto. The PHP ini setting is no longer a boundary for us. Code: CHEVERETO_MAX_UPLOAD_SIZE=1000M ^ This will get you 1GB. P.S. Chevereto uses SI units (base 10).
This was announced in v4.3.0, this is also documented. CHEVERETO_MAX_UPLOAD_SIZE controls the max file able to upload to your Chevereto. The PHP ini setting is no longer a boundary for us. Code: CHEVERETO_MAX_UPLOAD_SIZE=1000M ^ This will get you 1GB. P.S. Chevereto uses SI units (base 10).