<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>夜行人 &#187; PHP程序</title>
	<atom:link href="http://www.187299.com/archives/tag/php%e7%a8%8b%e5%ba%8f/feed" rel="self" type="application/rss+xml" />
	<link>http://www.187299.com</link>
	<description>寻觅生命中的那一片浅草......</description>
	<lastBuildDate>Wed, 16 Nov 2011 11:25:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Discuz登录慢、退出也慢的原因？</title>
		<link>http://www.187299.com/archives/137</link>
		<comments>http://www.187299.com/archives/137#comments</comments>
		<pubDate>Sat, 21 Feb 2009 04:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[PHP程序]]></category>

		<guid isPermaLink="false">http://www.momati.net/archives/137</guid>
		<description><![CDATA[由于服务器搬迁的原因，最近发现论坛登陆和退出都出现了问题：现在登录退出都非常的慢基本上要20秒左右。点击登录按钮,速度极慢，然后就不动了，实际上这时是已经登录好了，这时如果... ]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;">由于服务器搬迁的原因，最近发现论坛登陆和退出都出现了问题：现在登录退出都非常的慢基本上要20秒左右。点击登录按钮,速度极慢，然后就不动了，实际上这时是已经登录好了，这时如果重开一个论坛网页，发现已经登录了。因为打开帖子却很快，所以应该不是空间的问题，只是登录和退出很慢。</span></p>
<p><span style="font-size: small;">此问题在 http://www.discuz.net/viewthread.php?tid=973103 得到解答，了解到它与UC有关，是uc没有正常登陆。</span></p>
<p><span style="font-size: small;">在bbs的config.inc.php文件中的uc的ip设置问题，安装uc时，uc将原空间的ip地址记录于此，而更好后，并没有改变ip配置：<br />
define('UC_IP', '59.53.88.218');<br />
应该改为现在的ip地址<br />
define('UC_IP', '58.222.17.90');<br />
同时，设置ip为空<br />
define('UC_IP', '');<br />
也可以。</span></p>
<p><span style="font-size: small;">现在论坛登陆正常，问题解决。<br />
<br style="font-weight: bold;" /><span style="font-weight: bold;">IP修改为私有地址，如192.168.1.100等也可以，反正是UC所在服务器的IP地址</span></span></p>
<p><span style="font-size: small;">转载自：http://www.aiseminar.cn/bbs/thread-201-1-1.html</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.187299.com/archives/137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal安装错误：No such file or directory的解决办法</title>
		<link>http://www.187299.com/archives/141</link>
		<comments>http://www.187299.com/archives/141#comments</comments>
		<pubDate>Tue, 23 Dec 2008 09:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[PHP程序]]></category>

		<guid isPermaLink="false">http://www.momati.net/archives/141</guid>
		<description><![CDATA[Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in/www/users/q1874.cn/drupal/includes/install.inc on line 188 Warning: Cannot modify header information - headers already sent by (out... ]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;">Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in/www/users/q1874.cn/drupal/includes/install.inc on line 188</span></p>
<div><span style="font-size: small;">Warning: Cannot modify header information - headers already sent by (output started at /www/users/q1874.cn/drupal/includes/install.inc:188) in/www/users/q1874.cn/drupal/includes/install.inc on line 618</span></div>
<div><span style="font-size: small;">Warning: Cannot modify header information - headers already sent by (output started at /www/users/q1874.cn/drupal/includes/install.inc:188) in/www/users/q1874.cn/drupal/includes/install.inc on line 619 </span></div>
<div><span style="font-size: small;">修改/includes/install.inc的第176行<br />
将$default_settings = './sites/default/default.settings.php';<br />
修改为：<br />
$default_settings = './sites/default/settings.php';<br />
问题解决</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.187299.com/archives/141/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

