upload_max_filesize strange problem
-
I need to have 128 mb as upload_max_filesize in a wp website (the new template I’m installing requires it)
I set in the server (I have a dedicated server with whm) php.ini the max_upload_filesize=128 mb
The problem is that wordpress keeps to give me 10mb as max file size. I checked other wordpress installations on the same server and there I have the right value of 128 mb. So it seems that the problem is not on the server side and php.ini
I didn’t install myself this website, there was another webmaster at the time. So I’m wondering if on the wordpress installation there is a setting that is overriding the php.ini settings.
Any suggestion? Where could it be located this setting? I checked for the moment if there is a php.ini in the website root (and there isn’t) and the wp_config.php (and there is only a define(‘WP_MEMORY_LIMIT’, ’96M’); )
- The topic ‘upload_max_filesize strange problem’ is closed to new replies.