ProjectManagement icon indicating copy to clipboard operation
ProjectManagement copied to clipboard

Error on Resource progress page

Open ericwood8 opened this issue 13 years ago • 1 comments

Background: In Mantis I have five projects. Each project has multiple versions associated with it.

Steps To Reproduce:

  1. Choose any specific project. (In other words, anything but "All Projects")
  2. Click Resource progress page
  3. 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']; } }

ericwood8 avatar Nov 13 '12 17:11 ericwood8

Which version of Mantis are you using ? I'll see if I can reproduce this.

vincentsels avatar Dec 27 '12 16:12 vincentsels