Analytics

2018年6月14日 星期四

[Mantis]如何 設定PHP Mantis調整上傳檔案大小(How to set Mantis to adjust upload file size in PHP)


問題

如何 設定PHP Mantis調整上傳檔案大小


解決方法

PHP=>php.ini
  1. max_execution_time=3600
  2. max_input_time=3600
  3. upload_max_filesize = 1024M
  4. post_max_size = 1024M

Mantis=>config_inc.php
  1. $g_allow_file_upload = ON;
  2. $g_max_file_size = 1024000000; # 1024MB
  3. $g_file_upload_method = DISK;

沒有留言:

熱門文章