Skip to content
Public Ticket #6501

server requirements of theme

Conversation thread

valeriosg replied

Customer Reply

Thank you!!

PenciDesign replied

Staff Reply

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

Customer Reply

Can anyone help please? 

valeriosg started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.