<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: [完成]Comsenz应用扩展系列之一：Ucenter/Discuz与Joomla深度整合完全解决方案：版本2安装说明（入门新手完全版）</title>
	<atom:link href="http://blog.treeber.com/20090104/500.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.treeber.com/20090104/500.html</link>
	<description>WEB应用系统架构观察——需求、架构、编程及工具</description>
	<pubDate>Sat, 11 Sep 2010 02:37:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vanshion</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11739</link>
		<dc:creator>vanshion</dc:creator>
		<pubDate>Wed, 02 Jun 2010 14:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11739</guid>
		<description>反馈一个问题，现在J1.5.17 注册的时候会有name和usrename两个表单，通过J1.5.17注册的话就会提示找不到表值name
如下

UCenter info: MySQL Query Error
SQL:SELECT value FROM [Table]vars WHERE name='noteexists3'
Error:Table '[Table]vars' doesn't exist
Errno:1146</description>
		<content:encoded><![CDATA[<p>反馈一个问题，现在J1.5.17 注册的时候会有name和usrename两个表单，通过J1.5.17注册的话就会提示找不到表值name<br />
如下</p>
<p>UCenter info: MySQL Query Error<br />
SQL:SELECT value FROM [Table]vars WHERE name='noteexists3'<br />
Error:Table '[Table]vars' doesn't exist<br />
Errno:1146</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blackberryfans</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11660</link>
		<dc:creator>blackberryfans</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11660</guid>
		<description>使用joomla 建一个DISCUZ(已有GBK数据的论坛)的CMS 网页 发现乱码，原因是我的joomla使用的是UTF-8的编码。joomla1.5 支持是否有支持GBK的插件。</description>
		<content:encoded><![CDATA[<p>使用joomla 建一个DISCUZ(已有GBK数据的论坛)的CMS 网页 发现乱码，原因是我的joomla使用的是UTF-8的编码。joomla1.5 支持是否有支持GBK的插件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blackberryfans</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11659</link>
		<dc:creator>blackberryfans</dc:creator>
		<pubDate>Tue, 23 Mar 2010 08:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11659</guid>
		<description>登录后报错说 /plugins/authentication/joomla.php
22行错误：
include_once(JPATH_ROOT.DS."uc_client".DS."client.php"); 
137行也错误：
if(uc_user_checkname($credentials['username'])==-3){

请问什么原因导致。</description>
		<content:encoded><![CDATA[<p>登录后报错说 /plugins/authentication/joomla.php<br />
22行错误：<br />
include_once(JPATH_ROOT.DS."uc_client".DS."client.php");<br />
137行也错误：<br />
if(uc_user_checkname($credentials['username'])==-3){</p>
<p>请问什么原因导致。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blackberryfans</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11658</link>
		<dc:creator>blackberryfans</dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11658</guid>
		<description>实践过程中， 论坛和JOOMLA 不在一个服务器是否应该注意什么。 我现在作为后登陆报错

Warning: include_once(/home/content/b/l/a/blackberrycon/html/fanscms/uc_client/client.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/b/l/a/blackberrycon/html/fanscms/plugins/authentication/joomla.php  on line 21

Warning: include_once() [function.include]: Failed opening '/home/content/b/l/a/blackberrycon/html/fanscms/uc_client/client.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/b/l/a/blackberrycon/html/fanscms/plugins/authentication/joomla.php on line 21

Fatal error: Call to undefined function uc_user_checkname() in /home/content/b/l/a/blackberrycon/html/fanscms/plugins/authentication/joomla.php on line 117</description>
		<content:encoded><![CDATA[<p>实践过程中， 论坛和JOOMLA 不在一个服务器是否应该注意什么。 我现在作为后登陆报错</p>
<p>Warning: include_once(/home/content/b/l/a/blackberrycon/html/fanscms/uc_client/client.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/b/l/a/blackberrycon/html/fanscms/plugins/authentication/joomla.php  on line 21</p>
<p>Warning: include_once() [function.include]: Failed opening '/home/content/b/l/a/blackberrycon/html/fanscms/uc_client/client.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/b/l/a/blackberrycon/html/fanscms/plugins/authentication/joomla.php on line 21</p>
<p>Fatal error: Call to undefined function uc_user_checkname() in /home/content/b/l/a/blackberrycon/html/fanscms/plugins/authentication/joomla.php on line 117</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oboshop</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11653</link>
		<dc:creator>oboshop</dc:creator>
		<pubDate>Sun, 21 Feb 2010 00:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11653</guid>
		<description>新年好，我按照你的方法链接成功，但是论坛登录后，joomla并没有登录。直接用论坛的用户名和密码登录joomla也不行，说是没有这个用户。
我的discuz是7.0， joomla是1.5.14+virtuemart. 
在修改的时候有一个文件夹名字和楼上例子说的不一样，我这里是/components/com_user/controller.php, 例子里是user文件夹/components/user/controller.php 
请高手指教！</description>
		<content:encoded><![CDATA[<p>新年好，我按照你的方法链接成功，但是论坛登录后，joomla并没有登录。直接用论坛的用户名和密码登录joomla也不行，说是没有这个用户。<br />
我的discuz是7.0， joomla是1.5.14+virtuemart.<br />
在修改的时候有一个文件夹名字和楼上例子说的不一样，我这里是/components/com_user/controller.php, 例子里是user文件夹/components/user/controller.php<br />
请高手指教！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aiwens</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11649</link>
		<dc:creator>aiwens</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11649</guid>
		<description>终于在IE6下可同步，原来要在joomla后台设置一个bbs的菜单，只有从菜单中打开DZ，才可以在DZ中登录，刷新joomla就可以同步。如果两个独立的浏览器框中，一个输入joomla主页地址，一个输入bbs的地址，再在bbs主页里登录，这时刷新那个joomla主页的登录是没有反应的，怪不得如鬼魅般时行时不行，呵，多谢博主了，继续努力！</description>
		<content:encoded><![CDATA[<p>终于在IE6下可同步，原来要在joomla后台设置一个bbs的菜单，只有从菜单中打开DZ，才可以在DZ中登录，刷新joomla就可以同步。如果两个独立的浏览器框中，一个输入joomla主页地址，一个输入bbs的地址，再在bbs主页里登录，这时刷新那个joomla主页的登录是没有反应的，怪不得如鬼魅般时行时不行，呵，多谢博主了，继续努力！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aiwens</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11648</link>
		<dc:creator>aiwens</dc:creator>
		<pubDate>Mon, 01 Feb 2010 13:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11648</guid>
		<description>准确的说，我应该是整合成功了，但是在IE6浏览登录就只能从joomla上登录，DZ可显示登录，从DZ登录，joomla不能显示已登录，换浏览器就可以完全同步</description>
		<content:encoded><![CDATA[<p>准确的说，我应该是整合成功了，但是在IE6浏览登录就只能从joomla上登录，DZ可显示登录，从DZ登录，joomla不能显示已登录，换浏览器就可以完全同步</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aiwens</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11647</link>
		<dc:creator>aiwens</dc:creator>
		<pubDate>Sun, 31 Jan 2010 14:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11647</guid>
		<description>我的discuz版本是 7.2，ucenter 版本是1.5.0，我按照上面的步骤做了，但只能joomla登录，DZ同时登录，而在DZ先登录，刷新joomla却没有登录成功，也就是说只能单边，这个方法是不是不适用于DZ7.2版啊？</description>
		<content:encoded><![CDATA[<p>我的discuz版本是 7.2，ucenter 版本是1.5.0，我按照上面的步骤做了，但只能joomla登录，DZ同时登录，而在DZ先登录，刷新joomla却没有登录成功，也就是说只能单边，这个方法是不是不适用于DZ7.2版啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mail</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11646</link>
		<dc:creator>mail</dc:creator>
		<pubDate>Wed, 20 Jan 2010 08:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11646</guid>
		<description>api_rev2.zip 中uc.php定义了一个 define('UC_API', 1);
configration_uc.php中又定义了一个 define('UC_API', 'http://j15ucenter.treeber.net/ucenter'); // UCenter URL 导致ucenter返回status返回一个重定义错误，因为出现通信失败</description>
		<content:encoded><![CDATA[<p>api_rev2.zip 中uc.php定义了一个 define('UC_API', 1);<br />
configration_uc.php中又定义了一个 define('UC_API', 'http://j15ucenter.treeber.net/ucenter'); // UCenter URL 导致ucenter返回status返回一个重定义错误，因为出现通信失败</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oubeichen</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11640</link>
		<dc:creator>oubeichen</dc:creator>
		<pubDate>Sun, 10 Jan 2010 03:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11640</guid>
		<description>谢谢了！</description>
		<content:encoded><![CDATA[<p>谢谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wl3768</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11639</link>
		<dc:creator>wl3768</dc:creator>
		<pubDate>Wed, 06 Jan 2010 10:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11639</guid>
		<description>问一下 你现在这个包里的都是UTF8, 我现在的论坛都是GBK的,这样数据导过来会不会有问题!还有就是我现在手动安装了三边了joomla都是不连通信，有没有简单的方法通信呢？</description>
		<content:encoded><![CDATA[<p>问一下 你现在这个包里的都是UTF8, 我现在的论坛都是GBK的,这样数据导过来会不会有问题!还有就是我现在手动安装了三边了joomla都是不连通信，有没有简单的方法通信呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hilelen</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11630</link>
		<dc:creator>hilelen</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11630</guid>
		<description>请接上面，忘了补充，在ucenter　要连接 joomla　时一直出现的回应讯息是版本太低。</description>
		<content:encoded><![CDATA[<p>请接上面，忘了补充，在ucenter　要连接 joomla　时一直出现的回应讯息是版本太低。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hilelen</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11629</link>
		<dc:creator>hilelen</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11629</guid>
		<description>嗨，我的discuz版本应该是 7.2，ucenter 版本是1.5.0，我按照上面的步骤做了，discuz通信成功了，joomla 却一直是通信失败的状态，我也把 uc.php 内的版本号改成1.5.0了，依然一直是通信失败，无法连接，请问是哪里出了问题呢？</description>
		<content:encoded><![CDATA[<p>嗨，我的discuz版本应该是 7.2，ucenter 版本是1.5.0，我按照上面的步骤做了，discuz通信成功了，joomla 却一直是通信失败的状态，我也把 uc.php 内的版本号改成1.5.0了，依然一直是通信失败，无法连接，请问是哪里出了问题呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cshuo</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11623</link>
		<dc:creator>cshuo</dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11623</guid>
		<description>佩服楼主的水平！
博主能说明一下楼上benny说的问题吗？</description>
		<content:encoded><![CDATA[<p>佩服楼主的水平！<br />
博主能说明一下楼上benny说的问题吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uniwant</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11617</link>
		<dc:creator>uniwant</dc:creator>
		<pubDate>Tue, 01 Dec 2009 10:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11617</guid>
		<description>太厉害了，非常佩服作者技术以及共享之精神。</description>
		<content:encoded><![CDATA[<p>太厉害了，非常佩服作者技术以及共享之精神。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benny</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11611</link>
		<dc:creator>benny</dc:creator>
		<pubDate>Tue, 24 Nov 2009 11:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11611</guid>
		<description>下載 demo 後, 發現上文教學中少了這一段
/plugins/authentication/joomla.php

----------------------------------------------

//added by afo...
		//if exists in ucenter, add it in joomla
		if(uc_user_checkname($credentials['username'])==-3){

			$activeuser = uc_get_user($credentials['username']);
			//var_dump($activeuser);exit('33');
			checkuserexists_user($activeuser);

			//if the password is right in ucenter, pass through the joomla auth
			$arrResult = uc_user_login($credentials['username'] , $credentials['password']);
			if($arrResult[0]&gt;0){
				$options['checkpassword']='skip';
			}
		}</description>
		<content:encoded><![CDATA[<p>下載 demo 後, 發現上文教學中少了這一段<br />
/plugins/authentication/joomla.php</p>
<p>----------------------------------------------</p>
<p>//added by afo...<br />
		//if exists in ucenter, add it in joomla<br />
		if(uc_user_checkname($credentials['username'])==-3){</p>
<p>			$activeuser = uc_get_user($credentials['username']);<br />
			//var_dump($activeuser);exit('33');<br />
			checkuserexists_user($activeuser);</p>
<p>			//if the password is right in ucenter, pass through the joomla auth<br />
			$arrResult = uc_user_login($credentials['username'] , $credentials['password']);<br />
			if($arrResult[0]&gt;0){<br />
				$options['checkpassword']='skip';<br />
			}<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benny</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11610</link>
		<dc:creator>benny</dc:creator>
		<pubDate>Tue, 24 Nov 2009 05:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11610</guid>
		<description>感谢，期待打包档案給我們</description>
		<content:encoded><![CDATA[<p>感谢，期待打包档案給我們</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kolidon</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11609</link>
		<dc:creator>kolidon</dc:creator>
		<pubDate>Tue, 24 Nov 2009 03:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11609</guid>
		<description>将在今天下午将所有内容（网站和数据库）打包发布。</description>
		<content:encoded><![CDATA[<p>将在今天下午将所有内容（网站和数据库）打包发布。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mobile</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-2#comment-11608</link>
		<dc:creator>mobile</dc:creator>
		<pubDate>Tue, 24 Nov 2009 03:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11608</guid>
		<description>如由 joomla 註冊, 能在 discuz 登入,
但如果由 discuz 註冊, joomla 卻不能登入 (joomla 後台未能找到 discuz 所註冊的人)
請幫忙解決

所用的是 Joomla! 1.5.15 Stable [ Wojmamni Ama Mamni ] 05-November-2009 04:00 GMT  及 discuz 7.2 / ucenter 1.5

我的 QQ = 1160282493</description>
		<content:encoded><![CDATA[<p>如由 joomla 註冊, 能在 discuz 登入,<br />
但如果由 discuz 註冊, joomla 卻不能登入 (joomla 後台未能找到 discuz 所註冊的人)<br />
請幫忙解決</p>
<p>所用的是 Joomla! 1.5.15 Stable [ Wojmamni Ama Mamni ] 05-November-2009 04:00 GMT  及 discuz 7.2 / ucenter 1.5</p>
<p>我的 QQ = 1160282493</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benny</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11604</link>
		<dc:creator>benny</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11604</guid>
		<description>终于成功了，但如果在 discuz 修改密码，joomla 不能同步，请帮忙解决
谢谢</description>
		<content:encoded><![CDATA[<p>终于成功了，但如果在 discuz 修改密码，joomla 不能同步，请帮忙解决<br />
谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benny</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11601</link>
		<dc:creator>benny</dc:creator>
		<pubDate>Wed, 18 Nov 2009 12:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11601</guid>
		<description>如由 joomla 註冊, 能在 discuz 登入及同步.
但如果由 discuz 註冊, joomla 卻不能登入 (joomla 後台未能找到 discuz 所註冊的人)
請幫忙解決

所用的是 joomla 1.5.15 及 discuz 6.1 / 7.1 / ucenter 1.5</description>
		<content:encoded><![CDATA[<p>如由 joomla 註冊, 能在 discuz 登入及同步.<br />
但如果由 discuz 註冊, joomla 卻不能登入 (joomla 後台未能找到 discuz 所註冊的人)<br />
請幫忙解決</p>
<p>所用的是 joomla 1.5.15 及 discuz 6.1 / 7.1 / ucenter 1.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: divivityan</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11600</link>
		<dc:creator>divivityan</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11600</guid>
		<description>还是期待jfusion插件桥接啊
希望能预告下啥时候出呢？</description>
		<content:encoded><![CDATA[<p>还是期待jfusion插件桥接啊<br />
希望能预告下啥时候出呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kolidon</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11596</link>
		<dc:creator>kolidon</dc:creator>
		<pubDate>Fri, 06 Nov 2009 05:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11596</guid>
		<description>我不太懂为什么有这么多朋友测试失败。
测试成功的同学都能不能站出来说句话？

两周内，应该会公布一个生产网站中应用此案例的网址。</description>
		<content:encoded><![CDATA[<p>我不太懂为什么有这么多朋友测试失败。<br />
测试成功的同学都能不能站出来说句话？</p>
<p>两周内，应该会公布一个生产网站中应用此案例的网址。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kolidon</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11586</link>
		<dc:creator>kolidon</dc:creator>
		<pubDate>Mon, 28 Sep 2009 02:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11586</guid>
		<description>http://j15ucenter.treeber.net/bbs
这个是测试站点的论坛位置。</description>
		<content:encoded><![CDATA[<p><a href="http://j15ucenter.treeber.net/bbs" rel="nofollow">http://j15ucenter.treeber.net/bbs</a><br />
这个是测试站点的论坛位置。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: youlingfu</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11585</link>
		<dc:creator>youlingfu</dc:creator>
		<pubDate>Sat, 26 Sep 2009 10:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11585</guid>
		<description>按照博主的方法做了，ucenter 应用管理也显示通信成功，但在登陆的时候却出错。
而且，在ucenter通知记录里看也看到，通知全部失败。。。。
博主能帮下我么？
QQ：411294842
email：gg8280525@qq.com</description>
		<content:encoded><![CDATA[<p>按照博主的方法做了，ucenter 应用管理也显示通信成功，但在登陆的时候却出错。<br />
而且，在ucenter通知记录里看也看到，通知全部失败。。。。<br />
博主能帮下我么？<br />
QQ：411294842<br />
email：gg8280525@qq.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 梅尚程旬</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11584</link>
		<dc:creator>梅尚程旬</dc:creator>
		<pubDate>Wed, 16 Sep 2009 14:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11584</guid>
		<description>没能整合成功~提示"通信失败"..</description>
		<content:encoded><![CDATA[<p>没能整合成功~提示"通信失败"..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluedragon</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11582</link>
		<dc:creator>bluedragon</dc:creator>
		<pubDate>Tue, 08 Sep 2009 06:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11582</guid>
		<description>http://j15ucenter.treeber.net/
关于上面的测试网站找不到论坛的问题。
在joomla 里面没有给出论坛的链接，其实论坛已经在上面了
http://j15ucenter.treeber.net/bbs就是连接地址，
希望不能加入qq群的可以再论坛里面将自己的问题反馈出来</description>
		<content:encoded><![CDATA[<p><a href="http://j15ucenter.treeber.net/" rel="nofollow">http://j15ucenter.treeber.net/</a><br />
关于上面的测试网站找不到论坛的问题。<br />
在joomla 里面没有给出论坛的链接，其实论坛已经在上面了<br />
<a href="http://j15ucenter.treeber.net/bbs就是连接地址，" rel="nofollow">http://j15ucenter.treeber.net/bbs就是连接地址，</a><br />
希望不能加入qq群的可以再论坛里面将自己的问题反馈出来</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluedragon</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11578</link>
		<dc:creator>bluedragon</dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11578</guid>
		<description>没有下文了？、 同时我想加入上面两个提供的qq群，居然已经设置为拒绝加入新人了，看来是太火爆了</description>
		<content:encoded><![CDATA[<p>没有下文了？、 同时我想加入上面两个提供的qq群，居然已经设置为拒绝加入新人了，看来是太火爆了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluedragon</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11573</link>
		<dc:creator>bluedragon</dc:creator>
		<pubDate>Mon, 24 Aug 2009 05:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11573</guid>
		<description>谢谢楼主的努力，毫无疑问这篇文章对很多人都是很期待的，jfusion将要在接下来的几个星期推出1.2版，如果其对phpbb和jomsocial得支持完整的话，我还是选择jfusion.不过依然感谢你的工作，discuz是很好的论坛程序，结合joomla将可填补康盛的supesite再cms方面的先天不足。同时一旦可以让joomla与ucenter通信的话，也就有了可能让其与uchome,ecshop等通信，至少是有了这个希望。</description>
		<content:encoded><![CDATA[<p>谢谢楼主的努力，毫无疑问这篇文章对很多人都是很期待的，jfusion将要在接下来的几个星期推出1.2版，如果其对phpbb和jomsocial得支持完整的话，我还是选择jfusion.不过依然感谢你的工作，discuz是很好的论坛程序，结合joomla将可填补康盛的supesite再cms方面的先天不足。同时一旦可以让joomla与ucenter通信的话，也就有了可能让其与uchome,ecshop等通信，至少是有了这个希望。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maxco</title>
		<link>http://blog.treeber.com/20090104/500.html/comment-page-1#comment-11572</link>
		<dc:creator>maxco</dc:creator>
		<pubDate>Fri, 21 Aug 2009 09:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.treeber.com/?p=500#comment-11572</guid>
		<description>整合不成功 测试站点的论坛链接在哪里？</description>
		<content:encoded><![CDATA[<p>整合不成功 测试站点的论坛链接在哪里？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
