由 美格 在 11-11-2003 02:23 发表:
关于webmail-horde的问题
我在rh9.0上装webmail-horde,版本是2.2.4,可是按照人家所说的配好后,http://loc
alhost/horde/test.php可以打开,但当一打开
http://localhost/horde/index.php就不行,这是为什么呢,
还有imp也是这样http://localhost/horde/imp/test.php可以打开,但是
http://localhost/horde/imp/index.php打不开,显示的只有:
Warning: Failed opening '/var/www/html/horde/lib/../config/registry.php' for i
nclusion (include_path='.:/usr/share/pear') in /var/www/html/horde/lib/Registr
y.php on line 106
Warning: Failed opening '/var/www/html/horde/config/lang.php' for inclusion (i
nclude_path='.:/usr/share/pear') in /var/www/html/horde/lib/Lang.php on line 7
2
Warning: Failed opening '/var/www/html/horde/config/horde.php' for inclusion (
include_path='.:/usr/share/pear') in /var/www/html/horde/lib/Registry.php on l
ine 588
以及-------------------------------------
Warning: Failed opening '/var/www/html/horde/lib/../config/registry.php' for i
nclusion (include_path='.:/usr/share/pear') in /var/www/html/horde/lib/Registr
y.php on line 106
Warning: Failed opening '/var/www/html/horde/imp/lib/http://config/lang.php' fo
r inclusion (include_path='.:/usr/share/pear') in /var/www/html/horde/lib/Lang
.php on line 72
Warning: Failed opening '/var/www/html/horde/imp/lib/http://config/horde.php' f
or inclusion (include_path='.:/usr/share/pear') in /var/www/html/horde/lib/Reg
istry.php on line 588
这是为什么呀?
由 huzi 在 11-11-2003 09:12 发表:
你在用test.php的时候,horde要求的有关pear的组件安装了吗?
a. Log
To install, you must enter the following at the command prompt:
pear install Log
b. Mail_Mime
To install, you must enter the following at the command prompt:
pear install Mail_Mime
c. Net_Socket (optional)
This is required if you wish to send mail via SMTP. To install,
you must enter the following at the command prompt:
pear install Net_Socket
你的测试页面还有那些horde要求你装而还没有安装的呢?请看horde/docs/INSTALL吧
青山相待,白云相爱。
梦不到紫罗袍共黄金带。
一茅斋,野花开,管甚谁家兴废谁成败?
陋巷单瓢亦乐哉。
贫,气不改!
达,志不改!
由 美格 在 11-11-2003 09:55 发表:
RE:关于webmail-horde的问题
我到pear的网站上下载了最新的pear,可是问题没解决
由 huzi 在 11-11-2003 10:19 发表:
那test.php上面有警告信息吗?
那test.php上面有警告信息吗?
青山相待,白云相爱。
梦不到紫罗袍共黄金带。
一茅斋,野花开,管甚谁家兴废谁成败?
陋巷单瓢亦乐哉。
贫,气不改!
达,志不改!
由 美格 在 11-11-2003 11:10 发表:
re:关于webmail-horde的问题
只有一个:session.trans_id和php的重了,可是我到php.ini中没找到这个tag,也不知道,horde中的再哪设置,
都快急死了,昨晚都没回去睡觉
由 huzi 在 11-11-2003 11:13 发表:
你在php.ini中查找trans看看有没有
你在php.ini中查找trans看看有没有
青山相待,白云相爱。
梦不到紫罗袍共黄金带。
一茅斋,野花开,管甚谁家兴废谁成败?
陋巷单瓢亦乐哉。
贫,气不改!
达,志不改!
由 美格 在 11-11-2003 11:42 发表:
re:关于webmail-horde的问题
test.php显示是这样的:
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: Yes
trans_sid disabled: No
Horde will work with session.trans_sid turned on, but you may see double session-ids in your URLs, and if the session name in php.ini differs from the session name configured in Horde, you may get two session ids and see other odd behavior. The URL-rewriting that trans_sid does also tends to break XHTML compliance.
我在php.ini中找到session.use_trans_sid = 1
我给改成了0,但是警告还是存在
由 美格 在 11-11-2003 11:46 发表:
re:关于webmail-horde的问题
警告没有了,但是原来的问题依然存在
下面是我的ph