Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #881160
    Anand
    Guest

    Hello,

    i was wondering, what are the minimum requirements to use your theme?

    PHP Limits

    memory_limit =
    upload_max_filesize =
    post_max_size =
    max_execution_time =
    max_input_vars =

    PHP Multibit String Functions

    mbstring.language =
    mbstring.internal_encoding =
    mbstring.http_input =
    mbstring.http_output =
    mbstring.encoding_translation =
    mbstring.detect_order =
    mbstring.substitute_character =
    mbstring.func_overload =
    mbstring.strict_encoding =

    allow_url_fopen =
    suhosin.get.max_vars =
    suhosin.post.max_vars =
    suhosin.request.max_vars =

    PHP version 7.0 or greater

    PHP DateTime Class
    PHP XML Parser (for PHP7, enable php7.0-xml extension)

    Other Variables

    mod_rewrite module has to be activated.
    GD Library has to be installed.
    cURL has to be supported by the server.
    OpenSSL has to be supported by the server.

    Thanks and Regards
    Anand

    #881504

    Hey Anand,

    The defaults acceptable for wordpress are good, I think the things that are worth mentioning is the memory limit, we would suggest atleast 128mb and up. PHP 7.0 is good, the least version that is okay is 5.6, 7.1 has some issues though so I would suggest sticking to 7.0. Also PHP ZipArchive is also needed.
    Hope this helps. :)

    Best regards,
    Nikko

    #882149
    Anand
    Guest

    Hi Nikko

    Can you help me locate “The defaults acceptable for wordpress are good,”
    Thank you for the Rest of the information

    #882157

    Hi,

    Following values are from my local installation
    Max_execution_time = 30
    Max_input_time = 60
    Post_max_size = 32M
    Upload_max_filesize = 32M
    Max_input_time = 60

    Hope that helps! Let us know if you have any other questions :)

    Regards,
    Yigit

    #882655
    Anand
    Guest

    Hi Yigit

    Thank you very much, for your help

    #882658

    Hey!

    You are welcome! Let us know if you have any other questions :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WP Requirments’ is closed to new replies.