<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; Пустая страница]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=2163</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=2163&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Пустая страница».]]></description>
		<lastBuildDate>Sat, 16 Apr 2011 19:07:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15953#p15953</link>
			<description><![CDATA[<p>Спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Sat, 16 Apr 2011 19:07:03 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15953#p15953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15943#p15943</link>
			<description><![CDATA[<div class="quotebox"><cite>Drain сказал:</cite><blockquote><p>The requested URL /phpmyadmin/ was not found on this server.</p></blockquote></div><p>В логах веб-сервера посмотрите где при запросе /phpmyadmin/ сервер пытается найти соответствующий каталог.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sat, 16 Apr 2011 13:12:58 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15943#p15943</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15939#p15939</link>
			<description><![CDATA[<p>Спасибо.Эта прорблема решена но сразу за ней появилась следующая...Not Found</p><p>The requested URL /phpmyadmin/ was not found on this server.<br />Apache/2.2.16 (Ubuntu) Server at 127.0.0.1 Port 80</p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Sat, 16 Apr 2011 12:32:31 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15939#p15939</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15912#p15912</link>
			<description><![CDATA[<div class="quotebox"><cite>Drain сказал:</cite><blockquote><p>Это надо вводить логин и пароль phpmyadminа или учётной записи?</p></blockquote></div><p>У phpMyAdmin нет собственного пароля, только учетные записи MySQL.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 14 Apr 2011 11:27:46 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15912#p15912</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15911#p15911</link>
			<description><![CDATA[<p>А точнее теперь при вводе логина и пароля выбевает запрос аутентификации:«http://127.0.0.1» запрашивает имя пользователя и пароль. Сайт говорит: «phpMyAdmin localhost» Это надо вводить логин и пароль phpmyadminа или учётной записи?</p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Thu, 14 Apr 2011 11:01:06 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15911#p15911</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15910#p15910</link>
			<description><![CDATA[<p>Эту проблему я решил методом переустановки и заменой $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;&nbsp; &nbsp;на $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;http&#039;;.<br />Однако этот конфиг я тоже покажу тк я ввожу логин и пароль а он их не принемает<br />&lt;?php<br />##<br />## database access settings in php format<br />## automatically generated from /etc/dbconfig-common/phpmyadmin.conf<br />## by /usr/sbin/dbconfig-generate-include<br />## Thu, 14 Apr 2011 14:44:37 +0400<br />##<br />## by default this file is managed via ucf, so you shouldn&#039;t have to<br />## worry about manual changes being silently discarded.&nbsp; *however*,<br />## you&#039;ll probably also want to edit the configuration file mentioned<br />## above too.<br />##</p><br /><br /><p>Ах да, после переустановки конфиг стал стандартным <br />&nbsp; &nbsp; if (!empty($dbport)) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;port&#039;] = $dbport;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; //$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />&nbsp; &nbsp; /* Select mysqli if your server has it */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />&nbsp; &nbsp; /* Optional: User for advanced features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = $dbuser;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = $dbpass;<br />&nbsp; &nbsp; /* Optional: Advanced phpMyAdmin features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = $dbname;</p><p>$dbuser=&#039;Drain&#039;;<br />$dbpass=&#039;123321&#039;;<br />$basepath=&#039;&#039;;<br />$dbname=&#039;phpmyadmin&#039;;<br />$dbserver=&#039;&#039;;<br />$dbport=&#039;&#039;;<br />$dbtype=&#039;mysql&#039;;</p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Thu, 14 Apr 2011 10:55:12 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15910#p15910</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15906#p15906</link>
			<description><![CDATA[<div class="quotebox"><cite>Drain сказал:</cite><blockquote><p>Вот он.</p></blockquote></div><p>Нет, это что-то не то. Откуда-то должны браться переменные вроде $dbserver. Найдите файл /etc/phpmyadmin/config-db.php</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Thu, 14 Apr 2011 10:24:08 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15906#p15906</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15902#p15902</link>
			<description><![CDATA[<p>// You can disable a server config entry by setting host to &#039;&#039;.<br />$i++;</p><p>/**<br /> * Read configuration from dbconfig-common<br /> * You can regenerate it using: dpkg-reconfigure -plow phpmyadmin<br /> */<br />if (is_readable(&#039;/etc/phpmyadmin/config-db.php&#039;)) {<br />&nbsp; &nbsp; require(&#039;/etc/phpmyadmin/config-db.php&#039;);<br />}</p><p>/* Configure according to dbconfig-common if enabled */<br />if (!empty($dbname)) {<br />&nbsp; &nbsp; /* Authentication type */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;<br />&nbsp; &nbsp; /* Server parameters */<br />&nbsp; &nbsp; if (empty($dbserver)) $dbserver = &#039;localhost&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = $dbserver;</p><p>&nbsp; &nbsp; if (!empty($dbport)) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;port&#039;] = $dbport;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; //$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />&nbsp; &nbsp; /* Select mysqli if your server has it */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />&nbsp; &nbsp; /* Optional: User for advanced features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = $root;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = $q1w2e3`;<br />&nbsp; &nbsp; /* Optional: Advanced phpMyAdmin features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = $root;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma_relation&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma_table_info&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma_table_coords&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma_pdf_pages&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma_column_info&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma_history&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma_tracking&#039;;<br /> $cfg[&#039;Servers&#039;][$i][&#039;port&#039;] = $dbport;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; //$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />&nbsp; &nbsp; /* Select mysqli if your server has it */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />&nbsp; &nbsp; /* Optional: User for advanced features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = $root;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = $q1w2e3`;<br />&nbsp; &nbsp; /* Optional: Advanced phpMyAdmin features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = $root;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma_relation&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma_table_info&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma_table_coords&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma_pdf_pages&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma_column_info&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma_history&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma_tracking&#039;;</p><p>&nbsp; &nbsp; /* Uncomment the following to enable logging in to passwordless accounts,<br />&nbsp; &nbsp; &nbsp;* after taking note of the associated security risks. */<br />&nbsp; &nbsp; // $cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = TRUE;</p><p>&nbsp; &nbsp; /* Advance to next server for rest of config */<br />&nbsp; &nbsp; $i++;<br />}</p><br /><br /><p>Вот он.</p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Wed, 13 Apr 2011 19:57:41 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15902#p15902</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15901#p15901</link>
			<description><![CDATA[<div class="quotebox"><cite>Drain сказал:</cite><blockquote><p>Подскажите пожалуйста, а где их можно посмотреть?</p></blockquote></div><p>/etc/httpd... где-то здесь может быть.</p><p>Еще раз. Смотрите этот файл.<br />/etc/phpmyadmin/config-db.php</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 13 Apr 2011 19:53:40 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15901#p15901</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15900#p15900</link>
			<description><![CDATA[<p>Ой, я не знаю что я уже наковырял, но теперь вообще <a href="http://127.0.0.1/phpmyadmin/">http://127.0.0.1/phpmyadmin/</a> не грузится.Просто белый белый фон <img src="https://forum.php-myadmin.ru/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Wed, 13 Apr 2011 19:53:10 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15900#p15900</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15899#p15899</link>
			<description><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><div class="quotebox"><cite>Drain сказал:</cite><blockquote><p>ввожу логин и пароль, и идёт переадресация</p></blockquote></div><p>Для диагноза нужны ошибки из логов веб-сервера.</p></blockquote></div><p>Подскажите пожалуйста, а где их можно посмотреть?</p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Wed, 13 Apr 2011 19:49:44 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15899#p15899</guid>
		</item>
		<item>
			<title><![CDATA[Re: Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15898#p15898</link>
			<description><![CDATA[<div class="quotebox"><cite>Drain сказал:</cite><blockquote><p>ввожу логин и пароль, и идёт переадресация</p></blockquote></div><p>Для диагноза нужны ошибки из логов веб-сервера.</p><p>Проверьте настроен ли конфигурационный файл.<br />/etc/phpmyadmin/config-db.php</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Wed, 13 Apr 2011 19:48:52 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15898#p15898</guid>
		</item>
		<item>
			<title><![CDATA[Пустая страница]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=15893#p15893</link>
			<description><![CDATA[<p>В общем так.. я новичек в этом деле.Поставил Ubuntu 10.10 b phpmyadmin(apache2 мскьюл пхп 5 и тд.)<br />Вот как выглядит мой конфиг:<br />if (is_readable(&#039;/etc/phpmyadmin/config-db.php&#039;)) {<br />&nbsp; &nbsp; require(&#039;/etc/phpmyadmin/config-db.php&#039;);<br />}</p><p>/* Configure according to dbconfig-common if enabled */<br />if (!empty($dbname)) {<br />&nbsp; &nbsp; /* Authentication type */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;cookie&#039;;<br />&nbsp; &nbsp; /* Server parameters */<br />&nbsp; &nbsp; if (empty($dbserver)) $dbserver = &#039;localhost&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = $dbserver;<br /> if (!empty($dbport)) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;port&#039;] = $dbport;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; //$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />&nbsp; &nbsp; /* Select mysqli if your server has it */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />&nbsp; &nbsp; /* Optional: User for advanced features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = $root;<br /> if (!empty($dbport)) {<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />&nbsp; &nbsp; &nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;port&#039;] = $dbport;<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; //$cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />&nbsp; &nbsp; /* Select mysqli if your server has it */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysqli&#039;;<br />&nbsp; &nbsp; /* Optional: User for advanced features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controluser&#039;] = $root;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;controlpass&#039;] = $q1w2e3`;<br />&nbsp; &nbsp; /* Optional: Advanced phpMyAdmin features */<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pmadb&#039;] = $root;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;bookmarktable&#039;] = &#039;pma_bookmark&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;relation&#039;] = &#039;pma_relation&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_info&#039;] = &#039;pma_table_info&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;table_coords&#039;] = &#039;pma_table_coords&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;pdf_pages&#039;] = &#039;pma_pdf_pages&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;column_info&#039;] = &#039;pma_column_info&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;history&#039;] = &#039;pma_history&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;designer_coords&#039;] = &#039;pma_designer_coords&#039;;<br />&nbsp; &nbsp; $cfg[&#039;Servers&#039;][$i][&#039;tracking&#039;] = &#039;pma_tracking&#039;;</p><p>Я захожу на <a href="http://127.0.0.1/phpmyadmin/">http://127.0.0.1/phpmyadmin/</a> ввожу логин и пароль, и идёт переадресация на страницу <a href="http://127.0.0.1/phpmyadmin/index.php">http://127.0.0.1/phpmyadmin/index.php</a> которая пуста.просто белый фон.Кстате, даже если ввести неправильный логин и пароль всёравно туда кидает <img src="https://forum.php-myadmin.ru/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (Drain)]]></author>
			<pubDate>Wed, 13 Apr 2011 19:21:20 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=15893#p15893</guid>
		</item>
	</channel>
</rss>
