You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › WordPress Theme › Evon – Bag Store WooCommerce WordPress Theme › Install Problem
Hi, im not make install demo. only waiting % 50
I set
htaccess
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 360
php_value max_input_time 360
funcs
<?php
@ini_set( ‘upload_max_size’ , ‘128M’ );
@ini_set( ‘post_max_size’, ‘128M’);
@ini_set( ‘max_execution_time’, ‘360’ );
wp conf
define(‘WP_LOAD_IMPORTERS’, true);
define(‘WP_MEMORY_LIMIT’, ‘256M’);
But, same only waiting % 50
You must be logged in to reply to this topic. Click here to login or register