March 1st, 2010 by 26z
IDSOO转移到lighttpd后,在Drupal状态报告里看到“HTTP Server Request Fails”,即“HTTP 请求状态 失败”,后经在drupal.org查找,发现在setting.php中增加以下代码即可解决问题:
$conf['drupal_http_request_fails'] = FALSE;
Posted in blog | No Comments »
February 28th, 2010 by 26z
ECSHOP后台会员整合,只允许整合一个应用。
如果想整合多个应用,就需要先和UCenter整合,之后再通过UCenter去整合更多的应用。
整合之后工作流程:
1.首先在ini.php文件中使用 ini_user()函数来判断整合插件名称,此函数定义在lib_common.php文件中。
并生成相应的插件对象,方便以后调用。
$user = new $ini_user();
Read the rest of this entry »
Posted in blog | No Comments »
February 26th, 2010 by 26z
ECSHOP后台会员整合,只允许整合一个应用。
如果想整合多个应用,就需要先和UCenter整合,之后再通过UCenter去整合更多的应用。
整合之后工作流程:
1.首先在ini.php文件中使用 ini_user()函数来判断整合插件名称,此函数定义在lib_common.php文件中。
并生成相应的插件对象,方便以后调用。
Read the rest of this entry »
Posted in blog | No Comments »