MantisBT - TestLink | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002191 | TestLink | API - XMLRPC | public | 2009-03-04 12:24 | 2009-04-05 00:42 |
Reporter | t_ogawa | ||||
Assigned To | fman | ||||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 1.8 RC 5 | ||||
Fixed in Version | 1.8.0 | ||||
Act. Work | |||||
Issue Report Quality | |||||
Database (MySQL,Postgres,etc) | |||||
Browser | |||||
PHP Version | |||||
TestCaseID | |||||
QA Team - Task Workflow Status | |||||
Summary | 0002191: The constant "NO_USER_BY_THIS_LOGIN" is defined more than once | ||||
Description | The following messages are displayed in "logs/userlog0.log" Constant NO_USER_BY_THIS_LOGIN already defined It corrected it in the local. lib/api/APIErrors.php (line 198) define('NO_USER_BY_THIS_LOGIN', 10000); //define('NO_USER_BY_THIS_LOGIN', lang_get('API_NO_USER_BY_THIS_LOGIN',null,1)); define('NO_USER_BY_THIS_LOGIN_STR', lang_get('API_NO_USER_BY_THIS_LOGIN',null,1)); Is the constant name suitable in "NO_USER_BY_THIS_LOGIN_STR"? | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-03-04 12:24 | t_ogawa | New Issue | |||
2009-03-04 17:14 | fman | Status | new => assigned | ||
2009-03-04 17:14 | fman | Assigned To | => fman | ||
2009-03-05 15:41 | fman | Note Added: 0005749 | |||
2009-03-05 15:41 | fman | Status | assigned => resolved | ||
2009-03-05 15:41 | fman | Fixed in Version | => 1.8.0 | ||
2009-03-05 15:41 | fman | Resolution | open => fixed | ||
2009-04-05 00:42 | mhavlat | Status | resolved => closed | ||
2013-04-25 17:30 | fman | Category | TL API => XMLRPC API | ||
2013-04-25 17:30 | fman | Category | XMLRPC API => API - XMLRPC |
Notes | |||||
|
|||||
|
|