Comments cardirect started the conversationApril 2, 2018 at 8:19pmHi,I tried to dowload demo data, but the import screen looks like this (in the attachment). I can't start the import (the button dosn't work).I have added following lines to htaccessRewriteRule . index.php [L]</IfModule>php_value upload_max_filesize 48Mphp_value post_max_size 48Mphp_value memory_limit 256Mphp_value max_execution_time 60php_value max_input_time 180and also to wp-configdefine('WP_MEMORY_LIMIT', '256M');The PHP version is 7.1.What could be the problem? 9,016Tahir repliedApril 3, 2018 at 12:59pmHey Again, Your PHP Settings are likely not correct. Also ensure you are running PHP version 7.1 and not 7.2 as its incompatible . You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/ Recommended PHP configuration limits are as follows: max_execution_time 60memory_limit 256Mpost_max_size 48Mupload_max_filesize 48M Please have your hosting provider fix this for you so it can be installed correctly. Thanks ThemeNectar Support Team cardirect repliedApril 3, 2018 at 1:27pmHi.My PHP version was 7.2 when I installed the theme. Than I chaneged it to 7.1. Later I changed it to 7.0.What could be a problem than?cardirect repliedApril 3, 2018 at 1:29pmOne more thing. I'm running a Wordpress Multisite (in one domain - for 2 language versions). I don't know, if that matters. 9,016Tahir repliedApril 3, 2018 at 1:33pmPlease check for server php errors using this guide: http://premium.wpmudev.org/blog/your-complete-guide-to-troubleshooting-wordpress/ . It would be best to contact the hosting provider and have them look into this as they are aware of the Server Configuration Details .Best ThemeNectar Support Team Sign in to reply ...
Hi,
I tried to dowload demo data, but the import screen looks like this (in the attachment). I can't start the import (the button dosn't work).
I have added following lines to htaccess
RewriteRule . index.php [L]
</IfModule>
php_value upload_max_filesize 48M
php_value post_max_size 48M
php_value memory_limit 256M
php_value max_execution_time 60
php_value max_input_time 180
and also to wp-config
define('WP_MEMORY_LIMIT', '256M');
The PHP version is 7.1.
What could be the problem?
Hey Again,
Your PHP Settings are likely not correct. Also ensure you are running PHP version 7.1 and not 7.2 as its incompatible .
You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/
Recommended PHP configuration limits are as follows:
Please have your hosting provider fix this for you so it can be installed correctly.
Thanks
ThemeNectar Support Team
Hi.
My PHP version was 7.2 when I installed the theme. Than I chaneged it to 7.1. Later I changed it to 7.0.
What could be a problem than?
One more thing. I'm running a Wordpress Multisite (in one domain - for 2 language versions). I don't know, if that matters.
Please check for server php errors using this guide: http://premium.wpmudev.org/blog/your-complete-guide-to-troubleshooting-wordpress/ . It would be best to contact the hosting provider and have them look into this as they are aware of the Server Configuration Details .
Best
ThemeNectar Support Team