Server Requirements

To run the WP ULike Pro plugin smoothly, please make sure you are running at least WordPress  4.6, PHP 5.6, and MySQL 5.6 or higher. For better performance and efficiency, we recommend using PHP 7+ 

Recommended PHP Configuration Limits

Many issues that you may run into are all related to restricted configurations on your web server.

The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:

max_execution_time = 180
memory_limit = 256M
post_max_size = 32M
upload_max_filesize = 75M
max-input-nesting-level = 64
max_input_vars = 3000

If Suhosin patch is also installed on your server, please change the following parameters to the specified values:

php_value suhosin.post.max_array_depth 100
php_value suhosin.post.max_array_index_length 128
php_value suhosin.post.max_name_length 128
php_value suhosin.post.max_totalname_length 512
php_value suhosin.post.max_value_length 2000000
php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_array_depth 100
php_value suhosin.request.max_array_index_length 128
php_value suhosin.request.max_name_length 128
php_value suhosin.request.max_totalname_length 512
php_value suhosin.request.max_value_length 2000000
php_value suhosin.request.max_vars 5000
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us