PHP max upload stuck on 8M wordpress
Ive changed all the php.ini settings to 32M but my wordpress says 8M max upload
My phpinfo reports 32M but wordpress won't have it.
- Removed -
The wordpress is in that location
- Removed -
Ive even done find -name php.ini and searched every php.ini none reference 8M
and the local.ini file in
/opt/cpanel/ea-php56/root/etc/php.d
Searched everywhere, where else can it be :( (this is my server have full root access)
Ive also tried creating php.ini files in the home directory and wp-admin directory plus trying in the .htaccess
-
Have you restarted Apache after making your changes? 0 -
yes done service httpd restart Also restarted apache in WHM 0 -
Got it finally by adding post_max_size = 32M in /opt/cpanel/ea-php56/root/etc/php.d/local.ini 0 -
Is it possible to make this change in a single users home folder somehow. Now with the new PHP addind a php.ini file did not work 0 -
I found something. I put in a .user.ini file in the /home/user/public_html folder and the changes appear. 0
Please sign in to leave a comment.
Comments
5 comments