s3131212 / allendisk

http://ad.allenchou.cc
MIT License
39 stars 8 forks source link

下載頁面上面出現這兩串~~ #6

Closed ww550669 closed 8 years ago

ww550669 commented 9 years ago

Warning: set_time_limit() has been disabled for security reasons in /home/snowdrive/public_html/downfile.php on line 10

Warning: Cannot modify header information - headers already sent by (output started at /home/snowdrive/public_html/downfile.php:10) in /home/snowdrive/public_html/downfile.php on line 31

下載頁面上面出現這兩串~~

Benny1923 commented 9 years ago

估計是php的功能(function)被禁用和等待時間太短 把php.ini中的: max_execution_time的值調整大一點(單位:秒,建議30~60之間) ex.max_execution_time = 30 還有output_buffering的值調整為On應該就正常了ex. output_bufferin = On 希望能幫到你

s3131212 commented 9 years ago

啊這是蠢 Bug ,幾天後就會把 Patch 放上去囉,感謝通報