View Issue Details

IDProjectCategoryView StatusLast Update
0017521mantisbtreportspublic2014-12-08 02:08
Reporteratrol Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0017521: "Graph" link on "View Issues" page does not work
Description

The following warnings appears when clicking "Graph" on "View Issues" page

SYSTEM WARNING: 'require_once(Period.php): failed to open stream: No such file or directory' in
'/var/www/mantisbt/plugins/MantisGraph/pages/bug_graph_page.php' line 33

require_once( 'Period.php' );
has to be replaced by
plugin_require_api( 'core/Period.php' );
in bug_graph_page.php

Change also needed for other functionality in
bug_graph_bycategory.php and bug_graph_bystatus.php

TagsNo tags attached.

Activities

dregad

dregad

2014-07-17 03:42

developer   ~0040937

Hi Roland,

I invite you to test graphs-related issues using my work-in-progress branch [1] instead of master, as I already fixed several issues with it. I just rebased it on top of master. Let me know if the issue persists there. Any other feedback is appreciated.

[1] https://github.com/dregad/mantisbt/tree/graph

atrol

atrol

2014-07-17 07:26

developer   ~0040939

Last edited: 2014-07-17 07:28

I don't think that your branch will fix it as there is still require_once( 'Period.php' ); instead of plugin_require_api( 'core/Period.php' );

https://github.com/dregad/mantisbt/blob/graph/plugins/MantisGraph/pages/bug_graph_page.php#L33
https://github.com/dregad/mantisbt/blob/graph/plugins/MantisGraph/pages/bug_graph_bystatus.php#L27
https://github.com/dregad/mantisbt/blob/graph/plugins/MantisGraph/pages/bug_graph_bycategory.php#L28

dregad

dregad

2014-07-17 09:29

developer   ~0040942

Ok thanks for feedback I'll have a look later

Related Changesets

MantisBT: master 8ded7d19

2014-09-02 12:04

atrol


Details Diff
Fix 0017521: "Graph" link on "View Issues" page does not work Affected Issues
0017521
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_page.php Diff File