-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Background:
In Mantis I have five projects. Each project has multiple versions associated with it.
Steps To Reproduce:
- Choose any specific project. (In other words, anything but "All Projects")
- Click Resource progress page
- Error appears:
foreach()' in 'C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\core\version_api.php' line 518
Analysis on Server of file of line number:
foreach( $g_cache_versions as $t_version ) {
if(( $t_version['version'] === $p_version ) && ( $t_version['project_id'] == $c_project_id ) ) {
return $t_version['id'];
}
}
Metadata
Metadata
Assignees
Labels
No labels