- 主题:need help with install wForum
when i access the wForum main page, it appears like this:
Warning: chdir(): No such file or directory (errno 2) in /var/www/htdocs/wForum/inc/funcs.php on line 54
54: chdir(BBS_HOME);
Fatal error: Call to undefined function: bbs_ext_initialized() in /var/www/htdocs/wForum/inc/funcs.php on line 55
55: if (!bbs_ext_initialized())
bbs_init_ext();
i search the posts before, and i am sure the value BBS_HOME is set to "/home/bbs", also i have edited the php.ini follow the INSTALL file......
//编辑改文件
//short_open_tag 的值修改为 Off,magic_quotes_gpc 也设置成 off。
//extension_dir 设置为 /var/www/libexec/bbs
//加入一行
//extension=libphpbbslib.so
what can i do now???
--
FROM 61.50.221.*
汗....没有哪位老大知道是为什么吗??
【 在 baileifirst (Far far away...) 的大作中提到: 】
: when i access the wForum main page, it appears like this:
: Warning: chdir(): No such file or directory (errno 2) in /var/www/htdocs/wForum/inc/funcs.php on line 54
: 54: chdir(BBS_HOME);
: ...................
--
FROM 162.105.239.*
ok, 搞定了, 原来是php的问题, 用debian apt-get的就出了这么多问题
还是自己编译的好阿....
【 在 baileifirst (Far far away...) 的大作中提到: 】
: 汗....没有哪位老大知道是为什么吗??
--
FROM 162.105.239.*