View Issue Details

IDProjectCategoryView StatusLast Update
0013086mantisbtcode cleanuppublic2012-02-22 16:16
ReporterCakeman Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.2.5 
Summary0013086: Graph error with core.php
Description

My config:
IIS 6
PHP 5

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:
require_once( 'core.php' );

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

TagsNo tags attached.

Activities

grangeway

grangeway

2012-02-04 14:00

reporter   ~0031123

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.