PKP Bugzilla – Bug 5785
function.inc.php not found in Quick Profiler
Last modified: 2010-08-22 17:26:13 PDT
See http://pkp.sfu.ca/support/forum/viewtopic.php?f=28&t=6295&p=24882#p24880.
There is no reference to function.inc.php in PhpQuickProfiler.inc.php for OJS 2.3.0, 2.3.1, or 2.3.2, on line 64 or elsewhere -- bogus report? Modified version?
line 55: $files = get_included_files(); line 63-64: foreach($files as $key => $file) { $size = filesize($file); Guess that's where the reference comes from. "functions.inc.php" is an included file so this sounds possible to me.
Ah, I should've looked closer. Let me take a crack at this one, unless you've already started.
np! Please go ahead.
I suspect a PHP quirk: functions.inc.php is listed twice in the get_included_files array, once without a fully qualified path.