Tad老師您好
當我在修改用戶或是群組的權限時都會出現以下訊息,請問我是那裏需要修改呢?
Warning: include_once(C:\xampp\htdocs\modules\system\admin../../../include/cp_header.php): failed to open stream: No such file or directory inC:\xampp\htdocs\modules\system\admin\groupperm.php on line 4
Warning: include_once(): Failed opening 'C:\xampp\htdocs\modules\system\admin../../../include/cp_header.php' for inclusion (include_path='.;C:\xampp\php\PEAR') inC:\xampp\htdocs\modules\system\admin\groupperm.php on line 4
Notice: Undefined variable: xoopsUser in C:\xampp\htdocs\modules\system\admin\groupperm.php on line 8
Fatal error: Call to undefined function redirect_header() in C:\xampp\htdocs\modules\system\admin\groupperm.php on line 9
2.5.7?
缺
C:\xampp\htdocs\modules\system\admin../../../include/cp_header.php要不試試這個:
http://120.115.2.90/modules/tad_uploader/index.php?op=dlfile&cfsn=68&cat_sn=11&name=my_xoops_20140630.exe
tad老師您好
我用了您的伺服包安裝後
一樣會出現以下的文字
Warning: include_once(D:\my_xoops\www\modules\system\admin../../../include/cp_header.php): failed to open stream: No such file or directory in D:\my_xoops\www\modules\system\admin\groupperm.php on line 4 Warning: include_once(): Failed opening 'D:\my_xoops\www\modules\system\admin../../../include/cp_header.php' for inclusion (include_path='.;D:/my_xoops/home/us_pear/PEAR') in D:\my_xoops\www\modules\system\admin\groupperm.php on line 4 Notice: Undefined variable: xoopsUser in D:\my_xoops\www\modules\system\admin\groupperm.php on line 8 Fatal error: Call to undefined function redirect_header() in D:\my_xoops\www\modules\system\admin\groupperm.php on line 9
您好:
我有碰到同樣問題,
我這邊將groupperm.php第四行:
include_once dirname(__FILE__) . '../../../include/cp_header.php';
改為
include '../../../include/cp_header.php';
就可以了, 您試試看, 謝謝.