arslancb / clipbucket

Open source video sharing website script, Tune.pk clone, Youtube clone, dailymotion clone. PHP.
http://clipbucket.com
Other
413 stars 377 forks source link

PHP.INI POST MAX SIZE / UPLOAD MAX FILESIZE Size recognition error #473

Closed ghost closed 4 years ago

ghost commented 5 years ago

php.ini has the settings set to 1G for both POST MAX SIZE & UPLOAD MAX FILESIZE but is detected as an error.

clipbucket_bug

zaincb commented 5 years ago

First of all make sure that you are configuring php.ini file of your current php version.

POST MAX SIZE = 100M UPLOAD MAX FILESIZE = 100M MAX EXECUTION TIME = 7500

and restart your server ..

it will work :) Thanks