Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #478703

    Hello,

    The template looks great but I cant get the demo data of the version I want to install.
    The default demo installs fine but when I try to install the startup-demo i get an error saying im porting didnt work. you might want to reload the page.

    Its a fresh install of the latest wordpress and enfold.
    I am using the uk company 1and1 to do the hosting. I tried to upload the demo manually using the xml but also didnt work.

    I have also edited the default-constants.php

    function wp_initial_constants() {
    	global $blog_id;
    
    	// set memory limits
    	if ( !defined('WP_MEMORY_LIMIT') ) {
    		if( is_multisite() ) {
    			define('WP_MEMORY_LIMIT', '128M');
    		} else {
    			define('WP_MEMORY_LIMIT', '128M');
    		}
    	}
    
    	if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) {
    		define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    	}

    Any thoughts?

    Thanks in advance

    #478853

    I’m having the same issue. Can’t import the shop demo content.
    i get an error saying importing didnt work. you might want to reload the page.

    #478861

    Demo content now installed. Didn’t do anything, just left it for a while and when I checked back it was all there. Not sure why the error message kept coming up saying it hadn’t installed tough.

    #478927

    I unfortunatly am still having this issue

    #479011

    I fixed it by doing the following:

    Adding:

    <IfModule mod_php5.c>
    php_value max_execution_time 0
    </IfModule>

    To my htaccess file and adding

    define( ‘CONCATENATE_SCRIPTS’, false );

    to the wp-config.php

    #479449

    Hey!

    Sorry for the late reply, glad you got it fixed and thanks for sharing the solution. Usually the import fails because of the max execution time.

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.