Upload size limit for wp theme!
-
I'm trying to use a premium theme and keep getting this message:
Warning: POST Content-Length of 23921475 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
The link you followed has expired.Anyone know how to change the limit? Thanks!
-
@jaydon : Here's how:
- Open the
php.ini
in Menu > PHP > php.ini - Change this value:
post_max_size = 1000M
- Reload Apache/Nginx
- Open the
-
@leokhoa Thank You!!