<?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>雨无形的BLOG &#187; zenphoto</title>
	<atom:link href="http://www.yuwuxing.com/tag/zenphoto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuwuxing.com</link>
	<description>关注互联网发展</description>
	<lastBuildDate>Fri, 23 Dec 2011 04:00:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>一个优秀的相册程序zenphoto安装记</title>
		<link>http://www.yuwuxing.com/a-good-album-zenphoto-install/</link>
		<comments>http://www.yuwuxing.com/a-good-album-zenphoto-install/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 10:03:38 +0000</pubDate>
		<dc:creator>雨无形</dc:creator>
				<category><![CDATA[程序开发]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zenphoto]]></category>

		<guid isPermaLink="false">http://www.yuwuxing.com/?p=62</guid>
		<description><![CDATA[zenphoto是一个优秀的相册程序，我最欣赏的一点就是可以通过FTP来上传照片，这样 免去了通过网页上传的一些不稳定因素，同事支持续传。但是这个程序安装起来有许多需要注意的地方。 首先要检查你的php环境，zenphoto对环境要求比较严格，因为我是自己的服务器，所以还可以根据需求稍微调整下，如果是虚拟主机的用户可能就比较麻烦了，下面列举一下这个程序需要的一些环境组件。 1.php要关闭安全模式 2.关闭magic_quotes_gpc 方法：修改php.ini文件搜索magic_quotes_gpc找到magic_quotes_gpc = On 修改为magic_quotes_gpc = Off即可。 3.开启gettext()支持 方法：还是修改php.ini搜索extension=php_gettext.dll，将前面的分号“;”去掉，重启apache即可。 4.setlocale()，我安装的时候报setlocale()失败，但是这个问题并不影响我安装，也不知道有什么后遗症，不过既然不影响安装暂时就放下吧。 5.修改mbstring.internal_encoding = UTF-8 6.修改zp-config.php，填上你的数据库相关信息即可 基本上注意这些问题就能安装成功。 另外我安装的是1.2.4中文版，没有装新的1.2.5因为1.2.5暂时没有中文版。 另外我遇到一个问题就是安装的时候老是php脚本超时，只能修改php.ini的脚本超时时间来完成安装，但是本地调试没问题，不知道是服务器设置问题还是怎么回事，有知道的希望能告诉我一声。 最好附上我的相册demo地址http://photo.yuwuxing.com<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fsql-note-part1%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">PHP学习之一 sql语言笔记</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fjava-be-defeated-by-php-in-web-develop%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Java在Web开发语言上败给了PHP(ZT)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fcentos-rpm-setup-mysql%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">centos 下 rpm方式安装mysql</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fmyeclipse-chinese-and-svn%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">myeclipse 汉化以及安装SVN插件</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Flinux-zend-activation%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于linux下安装zend不能激活的问题</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>zenphoto是一个优秀的相册程序，我最欣赏的一点就是可以通过FTP来上传照片，这样 免去了通过网页上传的一些不稳定因素，同事支持续传。但是这个程序安装起来有许多需要注意的地方。</p>
<p>首先要检查你的php环境，zenphoto对环境要求比较严格，因为我是自己的服务器，所以还可以根据需求稍微调整下，如果是虚拟主机的用户可能就比较麻烦了，下面列举一下这个程序需要的一些环境组件。</p>
<p>1.php要关闭安全模式</p>
<p>2.关闭magic_quotes_gpc</p>
<blockquote><p>方法：修改php.ini文件搜索magic_quotes_gpc找到magic_quotes_gpc = On 修改为magic_quotes_gpc = Off即可。</p></blockquote>
<p>3.开启<span><code>gettext()支持</code></span></p>
<blockquote><p><span>方法：还是修改php.ini搜索</span>extension=php_gettext.dll，将前面的分号“;”去掉，重启apache即可。</p></blockquote>
<p>4.<span><code>setlocale()，我安装的时候报</code></span><span><code>setlocale()失败，但是这个问题并不影响我安装，也不知道有什么后遗症，不过既然不影响安装暂时就放下吧。</code></span></p>
<p><span>5.修改</span>mbstring.internal_encoding = UTF-8</p>
<p>6.修改<span>zp-config.php，填上你的数据库相关信息即可</span></p>
<p><span>基本上注意这些问题就能安装成功。</span></p>
<p><span>另外我安装的是1.2.4中文版，没有装新的1.2.5因为1.2.5暂时没有中文版。</span></p>
<p><span>另外我遇到一个问题就是安装的时候老是php脚本超时，只能修改php.ini的脚本超时时间来完成安装，但是本地调试没问题，不知道是服务器设置问题还是怎么回事，有知道的希望能告诉我一声。</span></p>
<p><span>最好附上我的相册demo地址http://photo.yuwuxing.com<br />
</span></p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fsql-note-part1%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">PHP学习之一 sql语言笔记</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fjava-be-defeated-by-php-in-web-develop%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">Java在Web开发语言上败给了PHP(ZT)</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fcentos-rpm-setup-mysql%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">centos 下 rpm方式安装mysql</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fmyeclipse-chinese-and-svn%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">myeclipse 汉化以及安装SVN插件</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Flinux-zend-activation%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fa-good-album-zenphoto-install%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于linux下安装zend不能激活的问题</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.yuwuxing.com/a-good-album-zenphoto-install/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

