I can't install demo on free domain (.tk)

Posted in: Newspaper
Post count: 4

I have my blog install in free domain (.tk), I install theme complete but install demo file can’t complete.
Long time for load (ref : http://imgur.com/iyBTntD ). Please help me for install this.

Post count: 7909

Hi,

Please check System Status, the theme needs some server requirements – https://forum.tagdiv.com/requirements-for-newspaper/
As reference check this topic – https://forum.tagdiv.com/topic/exceeds-the-limit-of-8388608-byte/#post-42985

Thanks!

Post count: 4

Hello,

Now, I setting on file wp-config.php add

/** Memory Limit */
define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_CACHE', true );

and on .htaccess add
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<IfModule mod_php5.c>
php_value memory_limit 64M
</IfModule>

and add php.ini

max_execution_time = 90
max_input_time = 300
memory_limit = 64M
post_max_size = 32M
upload_max_filesize = 32M

see in phpinfo have all server requirements

View post on imgur.com

But can’t install this.

Post count: 22421

Hello,

Another thing you can try is the old fix-it-all technique: Do a clean install. In rare cases every piece of software can break on install. Remove your current theme and follow this guide to install the theme via ftp as it is a safer method to do it: https://forum.tagdiv.com/install-via-ftp/

Let us know how it goes!
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.