Home 게시판 커뮤니티 Q&A 이럴 땐 어떻게 해야되나요?

2개 답변, 1 voice Last updated by Avatar of SkokiekimSkokiekim 14 years, 5 months 전
  • Avatar of SkokiekimSkokiekim
    Participant
    @Skokiekim
    #3876

    wp-config.php 파일의 맨 위에있는

    require_once('wp-blog-header.php');

    부분을 삭제하셔야 할겁니다. 그 부분이 왜 들어가있는지 모르겠네요

    Avatar of SkokiekimSkokiekim
    Participant
    @Skokiekim
    #3877

    시카고에서 워드프레스를 쓰고 있습니다.

    링크를 걸다가 웹사이트에 에러가 났다가 간신히
    웹사이트는 복구가 되었는데
    wordpress 로긴이 안되고 아래와 같은 글이 뜹니다.
    어떻게 하면 좋을까요. 고수님들의 조언을 바랍니다.

    Fatal error: Call to undefined function: wp() in \boswinfs01homeuserswebb178ez.skokienamoowp-blog-header.php on line 14

    참고로 저의 wp-config.php는 다음과 같습니다.
    <?php
    require_once
    (‘wp-blog-header.php’);
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘*****’); // The name of the database
    define(‘DB_USER’, ‘*****’); // Your MySQL username
    define(‘DB_PASSWORD’, *****’); // …and password
    define(‘DB_HOST’, *****); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    Avatar of SkokiekimSkokiekim
    Participant
    @Skokiekim
    #3878

    시카고에서 워드프레스를 쓰고 있습니다.

    링크를 걸다가 웹사이트에 에러가 났다가 간신히
    웹사이트는 복구가 되었는데
    wordpress 로긴이 안되고 아래와 같은 글이 뜹니다.
    어떻게 하면 좋을까요. 고수님들의 조언을 바랍니다.

    Fatal error: Call to undefined function: wp() in \boswinfs01homeuserswebb178ez.skokienamoowp-blog-header.php on line 14

    참고로 저의 wp-config.php는 다음과 같습니다.
    <?php
    require_once
    (‘wp-blog-header.php’);
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘*****’); // The name of the database
    define(‘DB_USER’, ‘*****’); // Your MySQL username
    define(‘DB_PASSWORD’, *****’); // …and password
    define(‘DB_HOST’, *****); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

3 글 보임 - 1에서 3 까지 (총 3 중에서)
  • 답변은 로그인 후 가능합니다.