Theme Installation error not yet solved

Discussion in 'GeoCraft WordPress Theme' started by honory2009, Nov 6, 2013.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    I got this error during installation during Geograft theme installation "The uploaded file exceeds the upload_max_filesize directive in php.ini".

    I was given this link http://forum.wampserver.com/read.php?2,41520,41520 that led me to this …..Try these different settings in C:\wamp\bin\apache\apache2.2.8\bin\php.ini. And was asked to

    Find:
    post_max_size = 8M
    upload_max_filesize = 2M
    max_execution_time = 30
    max_input_time = 60
    memory_limit = 8M

    and Change to:
    post_max_size = 750M
    upload_max_filesize = 750M
    max_execution_time = 5000
    max_input_time = 5000
    memory_limit = 1000M

    Then restart wamp to take effect



    Unfortunately, I am using XAMPP not WAMP. The problem has not been solved. How can one get to this php.ini file?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    There are two ways to know where is your php.ini in XAMPP.

    1. Write the following code and put it in test.php and save it inside htdocs folder in xampp and hit the url of the http://localhost/test.php

    Code:
    <?php
     
    phpinfo();
     
    ?>
    try to find out "Loaded Configuration File" in the webpage u will get that is the path of your php.ini

    2. Go directly to the xampp/php folder you will get the configuration settings file name as php(.ini)
    I hope this will help you.
     

Share This Page