網(LieHuo.Net)教程 今天把UCHome移動到和論壇一起使用同一個ucenter,論壇版本是Discuz!7.1,開始的時候開啟了后臺插件中的manyou,沒有卸載,接下來又在后臺找到uchome插件打開,結果會員資料頁頂部就出現了錯誤:
Warning: include_once(c:wwwbs./forumdata/cache/cache_manyou.php) [function.include-once]: failed to open stream: No such file or directory in c:wwwbsmanyousourcesprofile.func.php on line 104 Warning: include_once() [function.include]: Failed opening 'c:wwwbs./forumdata/cache/cache_manyou.php' for inclusion (include_path='.;C:phppear') in c:wwwbsmanyousourcesprofile.func.php on line 104 Warning: array_keys() [function.array-keys]: The first argument should be an array in c:wwwbsmanyousourcesprofile.func.php on line 105 |
按照慣例,去dz官方論壇找了答案,分別進行了測試,結果都不能解決,論壇的方案是:
1.添加目錄的internet用戶權限和777權限。
2.刪除forumdata/cache目錄,重建文件夾并保證文件夾有777的可讀寫權限。
結果會員資料頁頂部還是有以上錯誤,最后還是自己解決了問題,去后臺插件,找到manyou.php卸載,問題解決!!!
分析原因,可能是manyou插件與uchome插件有沖突導致的!