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.*