<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Форум &#187; Topic: Установка форума bbPress</title>
		<link>http://bbpress.ru/forum/topic/46</link>
		<description>Форум &raquo; Topic: Установка форума bbPress</description>
		<language>ru-RU-bb</language>
		<pubDate>Fri, 10 Feb 2012 10:59:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Поиск]]></title>
			<description><![CDATA[Поиск всех тем из этих форумов.]]></description>
			<name>q</name>
			<link>http://bbpress.ru/forum/search.php</link>
		</textInput>
		<atom:link href="http://bbpress.ru/forum/rss/topic/46" rel="self" type="application/rss+xml" />

		<item>
			<title>maratich   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46/page/2#post-1322</link>
			<pubDate>Пт, 20 Jan 2012 10:45:19 +0000</pubDate>
			<dc:creator>maratich</dc:creator>
			<guid isPermaLink="false">1322@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здрасти, не знаю прочитают и ответят ли люди&#60;br /&#62;
и все же устанавливаю форум ббпресс на вордпресс&#60;br /&#62;
создал папку forum который на &#60;a href=&#34;http://www.moisait.kg&#34; rel=&#34;nofollow&#34;&#62;http://www.moisait.kg&#60;/a&#62;&#60;br /&#62;
таким образом я скопировав все на эту папку&#60;br /&#62;
должен был увидеть первую страницу установки&#60;br /&#62;
когда набираю &#60;a href=&#34;http://www.moisait.kg/forum&#34; rel=&#34;nofollow&#34;&#62;http://www.moisait.kg/forum&#60;/a&#62; - нет ничего&#60;br /&#62;
везде всему установил аттрибут 777 - нет ничего&#60;br /&#62;
как эту папку сделать доступным в браузере&#60;br /&#62;
иерархия сохранена. конфига нет. думаю проблема именно&#60;br /&#62;
в папке forum его не видит браузер.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>volfar   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46/page/2#post-1268</link>
			<pubDate>Чт, 21 Apr 2011 12:02:54 +0000</pubDate>
			<dc:creator>volfar</dc:creator>
			<guid isPermaLink="false">1268@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Написал целую &#60;a href=&#34;http://volfar.com/%D0%B8%D0%BD%D1%82%D0%B5%D0%B3%D1%80%D0%B0%D1%86%D0%B8%D1%8F-%D0%B2%D0%B0%D1%88%D0%B5%D0%B3%D0%BE-%D0%B1%D0%BB%D0%BE%D0%B3%D0%B0-%D0%BD%D0%B0-wordpress-%D0%B8-%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B0-bbpr/&#34;&#62;статью &#60;/a&#62;об этом
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SVB   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46/page/2#post-1192</link>
			<pubDate>Сб, 22 Jan 2011 22:46:58 +0000</pubDate>
			<dc:creator>SVB</dc:creator>
			<guid isPermaLink="false">1192@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Вот мой файл bb-config.php:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
 * The base configurations of bbPress.&#60;br /&#62;
 *&#60;br /&#62;
 * This file has the following configurations: MySQL settings, Table Prefix,&#60;br /&#62;
 * Secret Keys and bbPress Language. You can get the MySQL settings from your&#60;br /&#62;
 * web host.&#60;br /&#62;
 *&#60;br /&#62;
 * This file is used by the installer during installation.&#60;br /&#62;
 *&#60;br /&#62;
 * @package bbPress&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;// ** MySQL settings - You can get this info from your web host ** //&#60;br /&#62;
/** The name of the database for bbPress */&#60;br /&#62;
define( 'BBDB_NAME', '***' );&#60;/p&#62;
&#60;p&#62;/** MySQL database username */&#60;br /&#62;
define( 'BBDB_USER', '***' );&#60;/p&#62;
&#60;p&#62;/** MySQL database password */&#60;br /&#62;
define( 'BBDB_PASSWORD', '***' );&#60;/p&#62;
&#60;p&#62;/** MySQL hostname */&#60;br /&#62;
define( 'BBDB_HOST', 'localhost' );&#60;/p&#62;
&#60;p&#62;/** Database Charset to use in creating database tables. */&#60;br /&#62;
define( 'BBDB_CHARSET', 'utf8' );&#60;/p&#62;
&#60;p&#62;/** The Database Collate type. Don't change this if in doubt. */&#60;br /&#62;
define( 'BBDB_COLLATE', '' );&#60;/p&#62;
&#60;p&#62;/**#@+&#60;br /&#62;
 * Authentication Unique Keys.&#60;br /&#62;
 *&#60;br /&#62;
 * Change these to different unique phrases!&#60;br /&#62;
 * You can generate these using the {@link &#60;a href=&#34;https://api.wordpress.org/secret-key/1.1/bbpress/&#34; rel=&#34;nofollow&#34;&#62;https://api.wordpress.org/secret-key/1.1/bbpress/&#60;/a&#62; WordPress.org secret-key service}&#60;br /&#62;
 *&#60;br /&#62;
 * @since 1.0&#60;br /&#62;
 */&#60;br /&#62;
define( 'BB_AUTH_KEY', 'put your unique phrase here' );&#60;br /&#62;
define( 'BB_SECURE_AUTH_KEY', 'put your unique phrase here' );&#60;br /&#62;
define( 'BB_LOGGED_IN_KEY', 'put your unique phrase here' );&#60;br /&#62;
define( 'BB_NONCE_KEY', 'put your unique phrase here' );&#60;br /&#62;
/**#@-*/&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * bbPress Database Table prefix.&#60;br /&#62;
 *&#60;br /&#62;
 * You can have multiple installations in one database if you give each a unique&#60;br /&#62;
 * prefix. Only numbers, letters, and underscores please!&#60;br /&#62;
 */&#60;br /&#62;
$bb_table_prefix = 'bb_';&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * bbPress Localized Language, defaults to English.&#60;br /&#62;
 *&#60;br /&#62;
 * Change this to localize bbPress. A corresponding MO file for the chosen&#60;br /&#62;
 * language must be installed to a directory called &#34;my-languages&#34; in the root&#60;br /&#62;
 * directory of bbPress. For example, install de.mo to &#34;my-languages&#34; and set&#60;br /&#62;
 * BB_LANG to 'de' to enable German language support.&#60;br /&#62;
 */&#60;br /&#62;
define( 'BB_LANG', 'ru_RU' );&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SVB   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46/page/2#post-1191</link>
			<pubDate>Сб, 22 Jan 2011 22:38:02 +0000</pubDate>
			<dc:creator>SVB</dc:creator>
			<guid isPermaLink="false">1191@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здравствуйте! Подскажите пожалуйста в чем может быть моя ошибка, после Установки bbPress выдает сообщение:&#60;/p&#62;
&#60;p&#62;Oh dear!&#60;br /&#62;
bbPress is already installed.&#60;br /&#62;
Perhaps you meant to run the upgrade script instead?&#60;/p&#62;
&#60;p&#62;В корневом каталоге bbPress файл bb-config.php есть. Нажимаю на ссылочку &#34;upgrade script&#34; выходт следующее:&#60;/p&#62;
&#60;p&#62;Deprecated: Assigning the return value of new by reference is deprecated in Z:homeRoditeliChepetskawwwbbpressbb-settings.php on line 186&#60;/p&#62;
&#60;p&#62;Deprecated: Assigning the return value of new by reference is deprecated in Z:homeRoditeliChepetskawwwbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108&#60;/p&#62;
&#60;p&#62;Deprecated: Assigning the return value of new by reference is deprecated in Z:homeRoditeliChepetskawwwbbpressbb-includesbackpresspomomo.php on line 171&#60;/p&#62;
&#60;p&#62;Deprecated: Assigning the return value of new by reference is deprecated in Z:homeRoditeliChepetskawwwbbpressbb-includesfunctions.bb-l10n.php on line 484&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at Z:homeRoditeliChepetskawwwbbpressbb-settings.php:186) in Z:homeRoditeliChepetskawwwbbpressbb-includesfunctions.bb-pluggable.php on line 232&#60;/p&#62;
&#60;p&#62;Очень нужен Ваш совет, что делать???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mama_olja   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-980</link>
			<pubDate>Вт, 16 Feb 2010 00:56:16 +0000</pubDate>
			<dc:creator>mama_olja</dc:creator>
			<guid isPermaLink="false">980@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Почитала на ангельском языке статью в кодексе по ВП &#34;Редактирование wp-config.php&#34;. Всё установила, разбираюсь дальше.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mama_olja   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-979</link>
			<pubDate>Вт, 16 Feb 2010 00:03:09 +0000</pubDate>
			<dc:creator>mama_olja</dc:creator>
			<guid isPermaLink="false">979@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Здравствуйте.&#60;br /&#62;
У меня установка bbPress застопорилась на том, что в моем wp-config.php не указаны ни параметры, ни ключи для следующих магических слов : &#34;auth&#34;(к этому я всеж таки параметр нашла, но ключа нет), &#34;secure auth&#34;, &#34;in logged&#34;.&#60;br /&#62;
Что делать? Вписать самой? Знать бы что... Подскажите.&#60;br /&#62;
Спасибо.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-847</link>
			<pubDate>Чт, 22 Oct 2009 09:41:04 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">847@http://bbpress.ru/forum/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;версия 2.7.4&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Рекомендую вам обновится до последней версии.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arkan   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-846</link>
			<pubDate>Ср, 21 Oct 2009 23:43:50 +0000</pubDate>
			<dc:creator>arkan</dc:creator>
			<guid isPermaLink="false">846@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;версия 2.7.4
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-838</link>
			<pubDate>Ср, 21 Oct 2009 18:13:30 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">838@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;А какая у вас версия WordPress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arkan   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-835</link>
			<pubDate>Ср, 21 Oct 2009 11:09:16 +0000</pubDate>
			<dc:creator>arkan</dc:creator>
			<guid isPermaLink="false">835@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;при установки bbpress в логе ошибок следущее&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Параметр \&#34;auth\&#34; WordPress не установлен.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Не удалось получить значение параметра \&#34;auth\&#34; из таблиц установок WordPress.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Вам надо будет вручную определить параметр \&#34;auth\&#34; в вашей базе данных.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Параметр \&#34;logged in\&#34; WordPress не установлен.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Не удалось получить значение параметра \&#34;logged in\&#34; из таблиц установок WordPress.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Вам надо будет вручную определить параметр \&#34;logged in\&#34; в вашей базе данных.&#60;/p&#62;
&#60;p&#62;подскажите. как исправить?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Evgesha   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-833</link>
			<pubDate>Вт, 20 Oct 2009 14:28:47 +0000</pubDate>
			<dc:creator>Evgesha</dc:creator>
			<guid isPermaLink="false">833@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Alex, дело наверно в интеграции bbpress и WP,&#60;br /&#62;
т.к. я решила попробывать установить без интеграции и форум установился,&#60;br /&#62;
и вроде как работает нормально.&#60;/p&#62;
&#60;p&#62;А в чём вообще суть их интеграции? Какие она даёт преимущества?&#60;br /&#62;
Только объединяет базу пользователей или есть что-то ещё?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Evgesha   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-831</link>
			<pubDate>Вт, 20 Oct 2009 11:35:33 +0000</pubDate>
			<dc:creator>Evgesha</dc:creator>
			<guid isPermaLink="false">831@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Да, есть.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-830</link>
			<pubDate> Пн, 19 Oct 2009 20:42:44 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">830@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Проверьте есть ли в корневом каталоге bbPress файл bb-config.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Evgesha   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-829</link>
			<pubDate> Пн, 19 Oct 2009 16:40:17 +0000</pubDate>
			<dc:creator>Evgesha</dc:creator>
			<guid isPermaLink="false">829@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;И снова здравствуйте!&#60;/p&#62;
&#60;p&#62;Alex, я установила bbpress на локальный сервер у себя на компьютере,&#60;br /&#62;
используя базу данных, созданную для WordPress. Всё получилось!&#60;/p&#62;
&#60;p&#62;Однако потом я стала проделывать тоже самое уже для реального сайта...&#60;br /&#62;
Установка прошла нормально, даже на e-mail пришло сообщение о том, что всё отлично.&#60;br /&#62;
Только перехожу по ссылке своего созданного форума и мне пишут:&#60;/p&#62;
&#60;p&#62; Oh dear!&#60;/p&#62;
&#60;p&#62;bbPress is already installed.&#60;/p&#62;
&#60;p&#62;Perhaps you meant to run the upgrade script instead?&#60;/p&#62;
&#60;p&#62;Подскажите, что я сделала не так?&#60;br /&#62;
Благодарю.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Evgesha   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-827</link>
			<pubDate>Чт, 15 Oct 2009 18:30:23 +0000</pubDate>
			<dc:creator>Evgesha</dc:creator>
			<guid isPermaLink="false">827@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Спасибо, &#60;strong&#62;Alex&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Буду пробывать.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-825</link>
			<pubDate>Чт, 15 Oct 2009 14:07:28 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">825@http://bbpress.ru/forum/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;Для bbPress нужна своя отдельная БД или же можно использовать ту, что создавалась для блога WordPress? &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Можно ту же. При этом если указать те же настройки, что и для WordPress, то проблем быть не должно.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Evgesha   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-824</link>
			<pubDate>Чт, 15 Oct 2009 11:05:11 +0000</pubDate>
			<dc:creator>Evgesha</dc:creator>
			<guid isPermaLink="false">824@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Alex&#60;/strong&#62;,&#60;br /&#62;
спасибо. Я не знаток БД, поэтому смутно представляю как проверять права пользователей. Ну да ладно, буду искать.&#60;br /&#62;
Ещё есть вопрос.&#60;br /&#62;
Для bbPress нужна своя отдельная БД или же можно использовать ту, что создавалась для блога WordPress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-822</link>
			<pubDate>Чт, 15 Oct 2009 10:21:08 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">822@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;2 Evgesha&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Не удается выполнить выбор базы данных (операция SELECT). Это довольно странная ошибка, т.к. подключение к базе данных удалось выполнить (CONNECT).&#60;/p&#62;
&#60;p&#62;Первым делом проверьте права вашего пользователя базы данных. Может ли он выполнять операцию SELECT.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Evgesha   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-821</link>
			<pubDate>Ср, 14 Oct 2009 20:24:00 +0000</pubDate>
			<dc:creator>Evgesha</dc:creator>
			<guid isPermaLink="false">821@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Добрый день!&#60;br /&#62;
Подскажите, пожалуйста, по какой причине при установке выдаёт ошибку:&#60;/p&#62;
&#60;p&#62;DB Error: cannot select&#60;/p&#62;
&#60;p&#62;Что нужно в таком случае проверить или поправить?&#60;br /&#62;
Спасибо.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-818</link>
			<pubDate>Ср, 14 Oct 2009 16:25:08 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">818@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Проверьте есть ли в корневом каталоге bbPress файл bb-config.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dankko   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-816</link>
			<pubDate>Ср, 14 Oct 2009 06:56:50 +0000</pubDate>
			<dc:creator>dankko</dc:creator>
			<guid isPermaLink="false">816@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Форум установился нормально, но при попытке входа в него браузер открывает &#60;a href=&#34;/bbpress/bb-admin/install.php&#34;&#62;/bbpress/bb-admin/install.php&#60;/a&#62; и выводится сообщение:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;strong&#62;Нам очень жаль!&#60;/strong&#62;&#60;br /&#62;
bbPress уже установлен.&#60;br /&#62;
Возможно вы хотели &#60;a href=&#34;выполнить обновление&#34;&#62;выполнить обновление&#60;/a&#62;?&#60;/p&#62;
&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-794</link>
			<pubDate>Сб, 26 Sep 2009 10:04:25 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">794@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Не надо отчаиваться. Когда-нибудь у вас все получится.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>васечкин   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-793</link>
			<pubDate>Сб, 26 Sep 2009 00:33:58 +0000</pubDate>
			<dc:creator>васечкин</dc:creator>
			<guid isPermaLink="false">793@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Короче идея создания форума похоронена заживо ....&#60;br /&#62;
будет отличный сайт .... но без форума.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>васечкин   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-786</link>
			<pubDate>Вт, 22 Sep 2009 18:13:58 +0000</pubDate>
			<dc:creator>васечкин</dc:creator>
			<guid isPermaLink="false">786@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;разместил все файлы форума в директории \&#34;forum\&#34; по адресу &#60;a href=&#34;http://www.borovki.ru/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.borovki.ru/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;а на какие либо файлы или папки в этой диретории нужно менять атрибуты (права доступа)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-784</link>
			<pubDate>Вт, 22 Sep 2009 13:44:33 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">784@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Все стандартно.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>васечкин   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-781</link>
			<pubDate>Вт, 22 Sep 2009 10:15:20 +0000</pubDate>
			<dc:creator>васечкин</dc:creator>
			<guid isPermaLink="false">781@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;дело сдвинулось с мёртвой точки - начал установку ....&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#60;br /&#62;
Выдало ошибку:&#60;/em&#62;&#60;strong&#62;&#60;/p&#62;
&#60;p&#62;DB Error: cannot select&#60;/p&#62;
&#60;p&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Какие-то особые настройки при создании базы данных необходимы или всё стандартно?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-780</link>
			<pubDate> Пн, 21 Sep 2009 08:59:54 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">780@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Предположу, что у вас неправильный файл bb-config.php. Попробуйте его удалить и заново зайти по этому адресу.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>васечкин   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-779</link>
			<pubDate>Вс, 20 Sep 2009 22:52:28 +0000</pubDate>
			<dc:creator>васечкин</dc:creator>
			<guid isPermaLink="false">779@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;пишет ERROR: Could not establish a database connection   как это понимать
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-778</link>
			<pubDate>Вс, 20 Sep 2009 21:29:05 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">778@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.borovki.ru/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.borovki.ru/bbpress/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>васечкин   "Установка форума bbPress"</title>
			<link>http://bbpress.ru/forum/topic/46#post-776</link>
			<pubDate>Сб, 19 Sep 2009 21:48:43 +0000</pubDate>
			<dc:creator>васечкин</dc:creator>
			<guid isPermaLink="false">776@http://bbpress.ru/forum/</guid>
			<description>&#60;p&#62;Слушайте возможно и глупый вопрос но всё-таки&#60;/p&#62;
&#60;p&#62;НЕ МОГУ УСИТАНОВИТЬСЯ УЖЕ В САМОМ НАЧАЛЕ -&#60;br /&#62;
Быстрая установка:&#60;br /&#62;
Загрузите bbPress - сделал&#60;br /&#62;
Скопируйте распакованные файлы на Ваш сервер - сделал&#60;/p&#62;
&#60;p&#62;Вот сайт &#60;a href=&#34;http://www.borovki.ru/&#34; rel=&#34;nofollow&#34;&#62;http://www.borovki.ru/&#60;/a&#62; вот папка с форумом &#60;a href=&#34;http://www.borovki.ru/www/borovki.ru/www/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.borovki.ru/www/borovki.ru/www/bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Зайдите на URL-адрес сайта bbPress - - впроден всё просто ну защёл а где инструкции взять теперь ?&#60;/p&#62;
&#60;p&#62;Вас поприветствует установщик bbPress  - где он ?&#60;br /&#62;
Следуйте инструкциям установщика и т д ондни ?????
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

