您的位置:BugFree > 论坛 > 技术支持 > BugFree Support[BugFree安装支持] > Files\EasyPHP1-7\mysql\share\charsets\?.conf' not found
2005-09-20 14:01:59 Files\EasyPHP1-7\mysql\share\charsets\?.conf' not found
#1
sune
访问次数 : 2
注册日期 : 05-06-22 13:29
上次访问 : 09-10-29 21:05
我使用了EasyPHP 1.7 (MySQL 版本 4.0.15)來執行BugFree 0.5

輸入帳號和密碼進入BugFree後,畫面出現以下的錯誤訊息:
Fatal error: Call to a member function on a non-object in c:program fileseasyphp1-7wwwbugfreeIncludeFunctionsMain.inc.php on line 732

看來我使用的MySQL是否少了某個.con檔呢?有誰遇過類似的問題?

左上角:
出现错误:
查询语句如下:
SELECT ProjectID,ProjectName,ProjectDoc,ProjectPlan FROM BugProject ORDER BY ProjectID DESC LIMIT 1
错误提示如下:
File 'C:Program FilesEasyPHP1-7mysqlsharecharsets?.conf' not found (Errcode: 22)

左邊:
出现错误:
查询语句如下:
SELECT ProjectID,ModuleID,BugID,BugSeverity,BugTitle,OpenedBy,AssignedTo,MailTo,ResolvedBy,BugStatus,Resolution FROM BugInfo WHERE AssignedTo = 'wangcs' AND BugStatus != 'Closed' ORDER BY BugID DESC LIMIT 0,5
错误提示如下:
File 'C:Program FilesEasyPHP1-7mysqlsharecharsets?.conf' not found (Errcode: 22)

下方:
ProjectID,ModuleID,BugID,BugSeverity,BugTitle,OpenedBy,AssignedTo,MailTo,ResolvedBy,BugStatus,Resolution FROM BugInfo LIMIT 0,0
错误提示如下:
File 'C:Program FilesEasyPHP1-7mysqlsharecharsets?.conf' not found (Errcode: 22)
回帖
2005-09-22 11:21:42
#2
wwccss
访问次数 : 593
注册日期 : 05-05-01 10:08
上次访问 : 10-07-19 11:44
好像是你的php.ini里面的error_reportting级别比较低,只要是警告就中止了,请检查一下php.ini设置。
或者建议重新安装一下easyphp.
回帖