• Resolved cc rider

    (@cc-rider)


    I’m getting this error when trying to install

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

    Is there a fix?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    You will get this error when your host has the default php upload limit of 2mb. You can fix this issue and install the theme by following any of these methods:
    1. Method 1: Install the theme manually through FTP.
    2. Method 2: Ask your host to increase you upload_max_filesize Limit.
    3. Method 3: Increase the upload_max_filesize limit by adding this to your .htaccess file:

    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 300
    php_value max_input_time 300
    Thread Starter cc rider

    (@cc-rider)

    Thanks, that worked.

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