Maximum upload file size: 1MB
-
Hi. I have been tasked with fixing an upload-file-size problem on a client’s Multisite WordPress running on Godaddy. The wp-admin file upload dialog limits uploads to 1MB.
I have so far:
-added ‘define(‘WP_MEMORY_LIMIT’, ’64M’);’ to wp-config.php
-set the following values in php5.ini:
post_max_size = 41M
upload_max_filesize = 41M
memory_limit = 128M
max_execution_time = 200
max_input_time = 200PHPinfo: https://stormteam.tv/phptest.php
WordPress uploader still says: Maximum upload file size: 1MB
Godaddy support couldnt figure it out. They tried a test script and they say php was able to upload larger files, so its a WordPress problem.
Suggestions?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Maximum upload file size: 1MB’ is closed to new replies.