Problem with Max Size File Upload

vuongnm19873112

New Member
Oct 12, 2013
2
0
0
I run File hosting on my OVH VPS ( setup cPanel/WHM ) .

i set upload_max_filesize = 1024M for php.ini ( /usr/local/lib/php.ini )

but my site still can accept upload max size : 8Mb :(

and i see notice on admin page ( ERROR:

The maxium permitted upload size in your php.ini file (8 MB) is less than what you've configured for the free account level (100 MB) and paid account level (1 GB). Uploads greater than 8 MB will not work on the site.

Please contact your host to have the PHP max upload size increased. )


So how can fix it ?

This is check host link : http://hey.vn/check_host.php
Info.php link : http://hey.vn/info.php

And my site : http://hey.vn


Pls help me !

Thanks !
 

vuongnm19873112

New Member
Oct 12, 2013
2
0
0
i reinstall OS for my VPS without cPanel .... i setup fresh LAMP and now it good :D

Need edit php.ini two lines

post_max_size =
upload_max_filesize =

http://hey.vn

200 Mb free user
2Gb for Premium User
 

admin2102

New Member
YetiShare User
Jan 15, 2013
85
0
0
had the same problem on mine turned out it was reading a php.ini that I didnt have access to mutiple sites sharing one server, when it was edited it now works.
 

webmaster2736

New Member
YetiShare User
Jul 11, 2013
2
0
0
Hello there,
I'm facing the same issue. I've tried configuring different servers but without any luck.

Here are my server details:
CentOs 6.4 64-bits
mysql server 5.5 64-bits
httpd server 64-bits
Changed post_max_size = to 4096M ( tryied with 4G too ) and upload_max_filesize = 4096M ( tryied with 4G too )
created and /tmp partition of 100GB and configured in php.ini as tempfolder /tmp ( also tried using /tmp partition as /dev/shm )
php execution time has also been set to 3600 seconds.

Even tho we've made this changes we're still getting the message ( file received has zero size ) when uploading files bigger than 2GB.

anyone has done any break throughs in this?