LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: brentbiotech 於 三月 27, 2007, 12:54:54 上午



主題: LifeType 1.2 安裝問題
作者: brentbiotech三月 27, 2007, 12:54:54 上午
我在嘗試安裝LifeType 1.2 時,
一連結wizard.php就卡在檢測那,
分別有三項警告:
=====================================================================
Checking if safe mode is enabled (optional)
LifeType can run when PHP's safe mode is enabled, but it may cause some problems.

Checking if XML functions are available
LifeType requires support for XML to be part of your PHP installation

Checking if iconv functions are available (optional)
LifeType requires support for some resource metadata conversion and some LifeType plugins requires support for multi-byte language encoding/decoding.
=====================================================================
尤其以中間那一項XML問題最大,
XML問題沒解決就無法進行安裝,
但我不清楚是錯在哪,
需要如何解決?
我的系統是
FreeBSD 6.2
Apache2.2.4
PHP 5.2.1
MySQL 5.1.15

第一次接觸LifeType不清楚
需要提供哪些資訊以利各位
大大協助解決問題,
希望各位大大還不吝賜教。


主題: Re: LifeType 1.2 安裝問題
作者: winman三月 28, 2007, 08:10:43 上午
=====================================================================
Checking if safe mode is enabled (optional)
LifeType can run when PHP's safe mode is enabled, but it may cause some problems.

Checking if XML functions are available
LifeType requires support for XML to be part of your PHP installation

Checking if iconv functions are available (optional)
LifeType requires support for some resource metadata conversion and some LifeType plugins requires support for multi-byte language encoding/decoding.
=====================================================================


这三项是LifeType告诉用户主机设置不符合LifeType需要的项目。
1,主机php使用安全摸式;
2,php的xml modules没配置;
3,iconv modules没配置。

需要编译好相关模块/在php.ini里开启以上几项,才能顺利安装LifeType。


主題: Re: LifeType 1.2 安裝問題
作者: maxlynch四月 09, 2007, 09:50:32 上午
是在文字模式(或稱終端機模式)下輸入以下指令

#php -m

#php-cgi -m

把輸出的訊息貼上來就知道了, 或是你自己檢查一下你已安裝同時有啟動了哪些 extensions.


主題: Re: LifeType 1.2 安裝問題
作者: dljeng二月 29, 2008, 09:28:26 下午
各位大大

我也是lifestyle的新手
也遇到上述問題,但找不到解答 :'(
我把php -m 輸出結果如下:
www# php -m
[PHP Modules]
bz2
ctype
date
gd
libxml
mbstring
mcrypt
mysql
openssl
pcre
pdf
Reflection
session
standard
zlib

[Zend Modules]

另外,php -cgi -m 結果如下
www# php -cgi -m
[PHP Modules]
bz2
ctype
date
gd
libxml
mbstring
mcrypt
mysql
openssl
pcre
pdf
Reflection
session
standard
zlib

[Zend Modules]

感謝幫忙了


主題: Re: LifeType 1.2 安裝問題
作者: winman三月 01, 2008, 02:39:55 下午
我也是lifestyle的新手
也遇到上述問題,但找不到解答 :'(

请问提示信息是什么?跟本帖楼主一样吗?

因为从你贴出的信息看到有libxml这个模块的,但缺少iconv,另外也不知道你的
php是否配置为safe模式。一般情况下缺少iconv这个模块是可以正常安装和使用
的。