Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1858810
server requirements of theme
Closed

Comments

  • valeriosg started the conversation

    I need the server requirements for theme pennews . My host provider asked for that. Can anyone help? Thank you!

  • valeriosg replied

    Can anyone help please? 

  •  2,697
    PenciDesign replied

    Hi,

    Here you go:

    • WordPress 4.0 or later
    • Apache or Nginx
    • php.ini memory limit: 40MB (recommended: 96M)
    • PHP version 5.6 or greater (recommended: PHP 7.0 or greater)
    • MySQL version 5.0 or greater (recommended: MySQL 5.5 or greater)
    • The mod_rewrite Apache module (optional)

    php.ini

    max_input_vars = 5000
    max_execution_time = 300
    post_max_size = 50M
    upload_max_filesize = 50M

    Suhosin

    php.ini

    suhosin.request.max_vars = 5000
    suhosin.post.max_vars = 5000

    In some cases, the mod_substitute module default configuration may cause a timeout error on WPBakery Page Builder when loading large pages . To fix this you have to add the following lines in the .htaccess file located in your website main folder:

    .htaccess

    <IfModule mod_substitute.c>
    SubstituteMaxLineLength 10M
    </IfModule>
    


    Best Regards,

    PenciDesign

  • valeriosg replied

    Thank you!!