Madara theme sample page error.

Apollo Wins

New member
Nov 25, 2020
21
1
3
Hey guys.. I downloaded the madara theme here and installed it as per the instructions.. but when I try to import sample data it gets timed out like 987890 of 16568890 is received and it is timed out at 10000ms. I thought it might be max execution time or post limit.. and changed them accordingly. But still I am getting the same problem. Any help on what’s causing this? Btw I’m on a shared hosting plan fyi. Thanks!
 

XIANGRUAN

New member
Nov 22, 2020
2
0
1
Hello. You can try to tweak the following parameters on the php setting:

memory_limit = 256M
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000

Or using .htaccess file:

php_value memory_limit 256M
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 1000

And amending your wp-config.php:

define ('WP_MEMORY_LIMIT', '256M');

Then run the demo again. I tried this and it works fine.

As a little tip, the madara theme is really heavy, so shared hosting isn't suitable for it. I used Godaddy and Hostinger, but often got pretty annoying little bugs. It only stopped when I switched to VPS.
 

octaneop

New member
Feb 12, 2021
10
0
1
Hello. You can try to tweak the following parameters on the php setting:

memory_limit = 256M
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000

Or using .htaccess file:

php_value memory_limit 256M
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 1000

And amending your wp-config.php:

define ('WP_MEMORY_LIMIT', '256M');

Then run the demo again. I tried this and it works fine.

As a little tip, the madara theme is really heavy, so shared hosting isn't suitable for it. I used Godaddy and Hostinger, but often got pretty annoying little bugs. It only stopped when I switched to VPS.
Excuse me i m also getting the sample error but for me it says cannot unzip plz help
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu