• Hi folks,

    I have downloaded wamp/ WP on my PC.

    I downloaded a new theme from www.ads-software.com on my PC and tried to upload it into my wordpress but I got the following error message.

    The uploaded file exceeds the upload_max_filesize directive in php.ini.

    Can someone please let me know how to fix it.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Try:
    As you are using wamp for your localhost, click on the wamp green icon that is running and press on PHP directory, then you will see php.ini file

    if you dont use wamp software, then just find the php.ini file and open it. and search for upload_max_filesize. you should find rows like the bellow one:

    ; Maximum allowed size for uploaded files.
    ; https://php.net/upload-max-filesize
    upload_max_filesize = 2M

    by default the upload_max_filesize is 2 megabyte. Just simply change it to
    upload_max_filesize = 200M (200 megabyte)

    then save your php.ini file and restart

    Thread Starter Cking

    (@jalinous)

    Hi Tara,

    Thank you so much for the help!

    It worked -:)!

    Cheers!

    Moderator t-p

    (@t-p)

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New Theme upload’ is closed to new replies.