Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336117
    weida0221
    Participant

    Server:Linux (CentOS 7.2 X64)
    wordpress:4.6.1
    X :4.6.4
    Cornerstone: 1.3.3

    My question:
    All presentation can’t import(We’re sorry, the demo failed to finish importing.)

    #1336156
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1336180
    weida0221
    Participant
    This reply has been marked as private.
    #1336367
    Paul R
    Moderator

    Hi,

    Please change your login credentials as you have posted it publicly in the forum.

    With regards to demo import, please try adding the code below in your wp-config.php file.

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

    For more info kindly refer to the link below.

    See Troubleshooting section – https://community.theme.co/kb/demo-content/

    Thanks

    #1337522
    weida0221
    Participant

    Still failed…

    <?php
    /**
     * WordPress基础配置文件。
     *
     * 这个文件被安装程序用于自动生成wp-config.php配置文件,
     * 您可以不使用网站,您需要手动复制这个文件,
     * 并重命名为“wp-config.php”,然后填入相关信息。
     *
     * 本文件包含以下配置选项:
     *
     * * MySQL设置
     * * 密钥
     * * 数据库表名前缀
     * * ABSPATH
     *
     * @link https://codex.wordpress.org/zh-cn:%E7%BC%96%E8%BE%91_wp-config.php
     *
     * @package WordPress
     */
    
    // ** MySQL 设置 - 具体信息来自您正在使用的主机 ** //
    /** WordPress数据库的名称 */
    define('DB_NAME', '*****');
    
    /** MySQL数据库用户名 */
    define('DB_USER', '*****');
    
    /** MySQL数据库密码 */
    define('DB_PASSWORD', '*****');
    
    /** MySQL主机 */
    define('DB_HOST', 'localhost');
    
    /** 创建数据表时默认的文字编码 */
    define('DB_CHARSET', 'utf8mb4');
    
    /** 数据库整理类型。如不确定请勿更改 */
    define('DB_COLLATE', '');
    
    /**#@+
     * 身份认证密钥与盐。
     *
     * 修改为任意独一无二的字串!
     * 或者直接访问{@link https://api.wordpress.org/secret-key/1.1/salt/
     * WordPress.org密钥生成服务}
     * 任何修改都会导致所有cookies失效,所有用户将必须重新登录。
     *
     * @since 2.6.0
     */
    ****
    /**#@-*/
    
    /**
     * WordPress数据表前缀。
     *
     * 如果您有在同一数据库内安装多个WordPress的需求,请为每个WordPress设置
     * 不同的数据表前缀。前缀名只能为数字、字母加下划线。
     */
    $table_prefix  = '**_';
    
    /**
     * 开发者专用:WordPress调试模式。
     *
     * 将这个值改为true,WordPress将显示所有用于开发的提示。
     * 强烈建议插件开发者在开发环境中启用WP_DEBUG。
     *
     * 要获取其他能用于调试的信息,请访问Codex。
     *
     * @link https://codex.wordpress.org/Debugging_in_WordPress
     */
    define('WP_DEBUG', false);
    
    /**
     * zh_CN本地化设置:启用ICP备案号显示
     *
     * 可在设置→常规中修改。
     * 如需禁用,请移除或注释掉本行。
     */
    define('WP_ZH_CN_ICP_NUM', true);
    
    /* 好了!请不要再继续编辑。请保存本文件。使用愉快! */
    
    /** WordPress目录的绝对路径。 */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    /** 设置WordPress变量和包含文件。 */
    require_once(ABSPATH . 'wp-settings.php');
    
    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    
    #1337759
    Darshana
    Moderator
    This reply has been marked as private.
    #1338070
    weida0221
    Participant

    Can provide a separate contact way, with convenient in is not in the BBS published cases provide login information

    #1338072
    weida0221
    Participant

    Skype? Email?

    #1338176
    Paul R
    Moderator

    Hi,

    I’m sorry but this is the only way to contact support.

    Please contact your host and make sure your server settings is correct.

    eg.
    – Ensure your site can reach this domain: community.theme.co
    – Ensure cURL is working, and allow_url_fopen is enabled.
    – Ensure PHP is configured with the latest CA Root Certificates.
    – Amazon s3 is not blocked by the server
    – Make sure php version is at least v5.6.0
    etc..

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1336117 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>