-
2009/11/21 8:06 오전 #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’);
?>2009/11/21 8:06 오전 #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’);
?> -
AuthorPosts
- 답변은 로그인 후 가능합니다.