View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013086 | mantisbt | code cleanup | public | 2011-06-16 08:49 | 2012-02-22 16:16 |
| Reporter | Cakeman | Assigned To | grangeway | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 1.2.5 | ||||
| Summary | 0013086: Graph error with core.php | ||||
| Description | My config: With a particular configuration I have the following error : SYSTEM WARNING: require_once(core.php) [function.require-once]: failed to open stream: No such file or directory Indeed, in all pages of the graph plugin, I notice that the following line on the php page of the plugin is useless: to have the plugin work properly , it is necessary to delete this line on all files (indeed, core.php is already included in plugin.php). This update seems to work well in classic configuration (Apache/php) I think the same error occurs on other plugins | ||||
| Tags | No tags attached. | ||||
|
Can't reproduce this - would need some more information. The pages that generate the graphs can be called directly - and core.php at that point is what causes plugin-api to get added so not sure what setup you've got here - I suspect that php's include path is not set correctly in this configuration. |
|