LifeType 中文開發論壇

支援 => 使用與操作 => 主題作者是: alexlei 於 六月 05, 2007, 02:03:54 上午



主題: 1.2.2 与joomla的整合问题
作者: alexlei六月 05, 2007, 02:03:54 上午
开启config\userdata.properties.php下的joomla的东西,一切填好,并且照代码在数据库加入新table,lt_joomla_users

现在的问题是。
  1,虽然joomla的用户可以登陆lt了,但是lt的管理员帐号无法登陆。
  2,好象新table并没有用。使用前后并没有看到任何数据更新呢里面?
  3,summary页里面一直有报错

Fatal error: Call to a member function FetchRow() on a non-object in 我的文件地址\class\dao\userdata\baseuserdataprovider.class.php on line 109

查到那几行的代码是
程式碼:
            while( $row = $result->FetchRow($result)) {
                $usersBlogs[] = $blogs->mapRow( $row );
                $ids[] = $row["id"];
            }
            $result->Close();

请问这3个问题有办法解决么?谢谢了。


主題: Re: 1.2.2 与joomla的整合问题
作者: hhtmp88六月 06, 2007, 12:21:42 下午
Hi alexlei,

I am interested to work on this issue,
-> so where to download the addon for integrating LT into Joomla?

Thanks & Rgd,




主題: Re: 1.2.2 与joomla的整合问题
作者: baijianpeng七月 27, 2007, 07:46:10 上午
There is no 3rd party addon. You can see the instruction at

 http://wiki.lifetype.net/index.php/User_data_providers (http://wiki.lifetype.net/index.php/User_data_providers)


主題: Re: 1.2.2 与joomla的整合问题
作者: hhtmp88十月 21, 2007, 10:09:00 上午
Hi baijianpeng,

The link doesn't work and displays:
-> "The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. "

pls. provide the correct one!

Thanks a lot!


主題: Re: 1.2.2 与joomla的整合问题
作者: baijianpeng十月 21, 2007, 03:23:13 下午
The URL is correct. But this forum keep adding an extra </a> tag after it so you can't open the target by clicking the link.

Please copy it and paste it into your browser to open it.

PS: SMF had upgraded to 1.0.12, why this one still not updated?


主題: Re: 1.2.2 与joomla的整合问题
作者: hhtmp88十月 22, 2007, 09:49:49 下午
The URL is correct. But this forum keep adding an extra </a> tag after it so you can't open the target by clicking the link.

Please copy it and paste it into your browser to open it.

PS: SMF had upgraded to 1.0.12, why this one still not updated?

Thanks baijianpeng!

Will try it out!

By the way, have you successfully integrated the user data of LT with Joomla?
-> should we login in LT or Joomla?
-> Am I right that this kind of integration (i.e. User data provider) cannot solve the problem "lt的管理员帐号无法登陆"?

Thanks & Rgds!


主題: Re: 1.2.2 与joomla的整合问题
作者: baijianpeng十月 23, 2007, 04:43:13 上午
我还没有进行过这种整合操作。我不是高手,所以只能等待成形的桥接器,不懂得如何去手动修改代码。