firsan

В админке не отбражаются плагины….?

Добрый день
Проблема такая, закачиваю на сервер плагины, а они в админке никак не отбражаются, уже и кеш чистил (посоветовали) вот к гуру обращаюсь, что делать?

2 wordpressa на одном хостинге, КАК

Как установить, у меня есть 2 имени.
есть хост , в главной папке размещён 1ый движок, а я создал другую папку и в неё поставил 2ой движок
Но чтобы попасть на второй блог надо после любого доменного имени ввести название папки в которой расположен движок, помогите

И снова установка

Делаю по этой инструкции
Установка: Знаменитая установка за 5 минут
Распакуйте архив в пустую директорию.
Откройте wp-config-sample.php текстовым редактором, например WordPad или аналогичным и заполните данные для подключения к базе данных.
Сохраните файл как wp-config.php
Загрузите все на сервер.
Откройте /wp-admin/install.php в вашем браузере. Это должно настроить таблицы, необходимые для блога.
На этом месте застреваю , т.е. страница открывается в блокноте :
<?php
define(‘WP_INSTALLING’, true);
if (!file_exists(‘../wp-config.php’)) {
require_once(‘../wp-includes/compat.php’);
require_once(‘../wp-includes/functions.php’);
wp_die("Р’РѕР·РјРѕР¶РЅРѕ нет файла <code>wp-config.php</code>. РњРЅРµ необходимо это, прежде чем РјС‹ сможем приступить Рє работе. РќСѓР¶РЅРѕ больше помощи? <a href=’http://codex.wordpress.org/Editing_wp-config.php’>РњС‹ получим ее</a>. Р’С‹ можете <a href=’setup-config.php’>создать <code>wp-config.php</code> файл через веб-интерфейс</a>, РЅРѕ это работает РЅРµ РЅР° всех системах. Самый безопасный путь – это создать файл конфигурации вручную.</p><p><a href=’setup-config.php’ class=’button’>Создать конфигурационный файл</a>", "Ошибка WordPress &rsaquo;");
}

require_once(‘../wp-config.php’);
require_once(‘./includes/upgrade.php’);

if (isset($_GET[‘step’]))
$step = $_GET[‘step’];
else
$step = 0;
function display_header(){
header( ‘Content-Type: text/html; charset=utf-8’ );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php _e(‘WordPress &rsaquo; Installation’); ?></title>
<?php wp_admin_css( ‘css/install’ ); ?>
</head>
<body>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>

<?php
}//end function display_header();

// Let’s check to make sure WP isn’t already installed.
if ( is_blog_installed() ) {display_header(); die(‘<h1>’.__(‘Already Installed’).'</h1><p>’.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).'</p></body></html>’);}

switch($step) {
case 0:
case 1: // in case people are directly linking to this
display_header();
?>
<h1><?php _e(‘Welcome’); ?></h1>
<p><?php printf(__(‘Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure. Otherwise, just fill in the information below and you\’ll be on your way to using the most extendable and powerful personal publishing platform in the world.’), ‘../readme.html’); ?></p>
<!–<h2 class="step"><a href="install.php?step=1"><?php _e(‘First Step’); ?></a></h2>–>

<h1><?php _e(‘Information needed’); ?></h1>
<p><?php _e("Please provide the following information. Don’t worry, you can always change these settings later."); ?></p>

<form id="setup" method="post" action="install.php?step=2">
<table class="form-table">
<tr>
<th scope="row"><label for="weblog_title"><?php _e(‘Blog Title’); ?></label></th>
<td><input name="weblog_title" type="text" id="weblog_title" size="25" /></td>
</tr>
<tr>
<th scope="row"><label for="admin_email"><?php _e(‘Your E-mail’); ?></label></th>
<td><input name="admin_email" type="text" id="admin_email" size="25" /><br />
<?php _e(‘Double-check your email address before continuing.’); ?>
</tr>
<tr>
<td colspan="2"><label><input type="checkbox" name="blog_public" value="1" checked="checked" /> <?php _e(‘Allow my blog to appear in search engines like Google and Technorati.’); ?></label></td>
</tr>
</table>
<input type="submit" name
и т.д., никакие таблицы не настраивает и пароль не даёт , что делать????

Anonymous
Отправить
Ответ на: