<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post/5030/</link>
<title><![CDATA[今天发现我的这个bo-blog程序出现：没有建立文件或者写入权限,因此保存文件失败.请设置好权限再尝试.]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 28 Feb 2012 11:39:45 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/5030/</guid> 
<description>
<![CDATA[ 
	./plugin/seopack/firstheader.php:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $fp = @fopen(&#039;sitemap.xml&#039;, &#039;w+&#039;) or die(&#039;没有建立文件或者写入权限,因此保存文件失败.请设置好权限再尝试.&#039;);<br/><br/><br/>grep -r &quot;没有建立文件或者写入权限,因此保存文件失败.请设置好权限再尝试.&quot; ./<br/>./plugin/seopack/firstheader.php:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $fp = @fopen(&#039;sitemap.xml&#039;, &#039;w+&#039;) or die(&#039;没有建立文件或者写入权限,因此保存文件失败.请设置好权限再尝试.&#039;);<br/>vi ./plugin/seopack/firstheader.php<br/><textarea name="code" class="html" rows="15" cols="100">
if($opensite==&#039;on&#039;)&#123;
$thistime=date(&quot;H&quot;);
if($thistime==$uptime)&#123;
$sitemapcosxml=@file_get_contents($config[&#039;blogurl&#039;].&#039;/sitemap.php&#039;);//http://jackxiang.com/sitemap.php
$fp = @fopen(&#039;sitemap.xml&#039;, &#039;w+&#039;) or die(&#039;没有建立文件或者写入权限,因此保存文件失败.请设置好权限再尝试.&#039;);
fwrite($fp,$sitemapcosxml);
fclose($fp);
...
</textarea><br/>查看刚迁移过这个目录下的这个文件位置：<br/>jackxiang@72.46.128.82:~/public_html# find . -name &quot;sitemap.xml&quot;<br/>./sitemap.xml<br/>发现自己的这个突然没有了，于是给touch一个，如下：<br/><textarea name="code" class="html" rows="15" cols="100">
 touch sitemap.xml
 chmod -R 777 sitemap.xml
 </textarea><br/>。。。<br/>我在想怎么会给出现这个问题呢？我有时间问一下bob。
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/5030/#blogcomment63692</link>
<title><![CDATA[[评论] 今天发现我的这个bo-blog程序出现：没有建立文件或者写入权限,因此保存文件失败.请设置好权限再尝试.]]></title> 
<author>hxngb6lf &lt;ejzz08@mail114.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 03 Apr 2012 17:16:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/5030/#blogcomment63692</guid> 
<description>
<![CDATA[ 
	好的，真长见识了，说得很有道理
]]>
</description>
</item>
</channel>
</rss>