Anonymous | Login | Signup for a new account | 2021-03-08 03:06 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001950 | SiT! | outbound email | public | 2014-07-04 15:06 | 2015-04-25 18:46 | ||||
Reporter | Frans | ||||||||
Assigned To | paulh | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | Linux | OS | Cent OS | OS Version | 2.6+later | ||||
Product Version | 3.67 LTS | ||||||||
Target Version | Fixed in Version | Current GIT | |||||||
Summary | 0001950: Another program error in incident_email.php | ||||||||
Description | Program error in file incident_email.php and ftp_upload_file.php Description: reference to variable $mv programmed as mv. This error is also present in the version 3.9 in file incident_email.php at line 446. $mv = rename($file['tmp_name'], $filename); if (!mv) trigger_error("Problem moving attachment from temp directory: {$filename}", E_USER_WARNING); Correccion: if ($mv) ... | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0004949) Frans (reporter) 2014-07-04 15:09 |
Correccion: if ( ! $mv) ... |
paulh (administrator) 2015-04-25 18:46 |
f52b9df resolves, thanks Frans |
![]() |
|||
Date Modified | Username | Field | Change |
2014-07-04 15:06 | Frans | New Issue | |
2014-07-04 15:09 | Frans | Note Added: 0004949 | |
2015-04-25 13:15 | paulh | Assigned To | => paulh |
2015-04-25 13:15 | paulh | Status | new => assigned |
2015-04-25 18:46 | paulh | Note Added: 0004973 | |
2015-04-25 18:46 | paulh | Status | assigned => resolved |
2015-04-25 18:46 | paulh | Resolution | open => fixed |
2015-04-25 18:46 | paulh | Fixed in Version | => Current GIT |
Copyright © 2000 - 2021 MantisBT Team |