• Resolved ranger

    (@lemmert)


    I’m running a WordPress network on a GoDaddy Dedicated Server, and have been unable to change the max_upload_filesize settings.

    I’ve used the Increase Upload Max Filesize plugin, but it has been ineffective.
    NOTE: The plugin SAYS it worked (see screenshot here), but my site STILL only allows 1MB uploads (see screenshot here).

    I’ve ALSO tried to resolve this problem by

    1) Changing the PHP settings in the Parallels Plesk panel (see screenshot here).

    2) Adding code to the .htaccess file

    php_value upload_max_filesize 64M
    php_value post_max_size 96M
    php_value max_execution_time 300
    php_value max_input_time 300

    Please help!

    https://wordpress.org/plugins/increase-upload-max-filesize/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ranger

    (@lemmert)

    bump…

    Plugin Author isabel104

    (@isabel104)

    I’m very sorry for the delay. There are 2 things you could try:

    1. For WordPress multisite networks, go to the Network Admin -> Dashboard -> Settings page. Scroll down to “Max Upload File Size”, which is under “Upload Settings”. Enter your desired number in KB. For example:
    • for 32M, enter 32000
    • for 64M, enter 64000
    • For Godaddy Dedicated Server (Linux), Godaddy says this

      NOTE: After making changes to php.ini, you must perform an httpd restart for them to take effect. This is accomplished by running the following from your command line:

      /etc/init.d/httpd restart

    Thread Starter ranger

    (@lemmert)

    Worked!
    Thanks so much Isabel.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin SAYS it worked, but DIDN'T’ is closed to new replies.