• Sometime ago my upload limit changed to 1 MB.

    This is not related to my ISP, I have another site that has a 64MB limit.

    I looked it up on WordPress help wikis and was told to add this code to the functions.php

    @ini_set( ‘upload_max_size’ , ’64M’ );
    @ini_set( ‘post_max_size’, ’64M’);
    @ini_set( ‘max_execution_time’, ‘300’ );

    I did that. And it did not help.

    Any idea how I can get my site to allow larger updates?

    This may be some corruption in the child theme, but I cannot change it now.

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘1 MB upload limit’ is closed to new replies.