php - Maximum upload file size not reflecting to phpinfo() -


my problem when check wp-admin/media-new.php see maximum upload file size: 8 mb. change php.ini located @ /usr/lib/php.ini change upload_max_filesize 64m , post_max_size 64m. when checked wp-admin/media-new.php 'maximum upload file size: 15m' should 64m

i try following http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/ doesn't it. looks limited 15m? try change post_max_size 14m reads on wp-admin/media-new.php 'maximum upload file size: 14m' looks limits 15m. restarted apache still won't work , shows 15m

i checked phpinfo() , file loaded correct /usr/lib/php.ini

is there settings in wordpress limiting upload file size except on network setting? no right? problem?

i fixed issues. here i've learned:

1) make sure there no conflict php.ini.. checked phpinfo() , file loaded /usr/local/lib/php.ini there php.ini placed in wp-admin/ folder deleted , cause overriding setting.

2) if running multisite make sure 'max upload file size' option in wp-admin/network/settings.php correct based on desire cause reflect in main site.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -