• I set up multisite using subdirectories.
    All steps were performed including changing the .php file and the second file as instructed by wordpress. I can view my network dashboard and see the site that I created from the dashboard. however, when I go to upload images nothing will upload due to a file limitation of 1mb. I really don’t want to go back into the website programing without full understanding of what I need to do.

    I’ve seen different suggestions like changing a php.ini file however I cannot find that file for the life of me.
    I’ve also read that I should make a .htaccess file but I don’t know how to do that and youtube is not helping me much on this particular problem.

    If anyone can help me out step by step with troubleshooting this problem I would greatly appreciate it!! 😀

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sagar

    (@supportguru)

    Hello,

    Add the following lines to your .htaccess

    php_value upload_max_filesize 20M
    php_value post_max_size 20M

    If your hosting provider has disabled that, then contact them & tell to increase the above values.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Actually no. The default upload size for WP isn’t 1mb. And we dont’ know if it’s WP or PHP…

    To SEE if it’s PHP, make a PHP info page and see what the file upload size is set to: http://codex.wordpress.org/User:Ipstenu/How_to_create_a_phpinfo()_page

    Assuming it’s normal, like 7mb, go to yourdomain.com/wp-admin/network/settings.php

    Scroll down to Upload Settings and make sure that’s not set to 1mb

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Uploading images’ is closed to new replies.