Re: [SMW-devel] PHP Fatal error

2009-05-08 Thread Markus Krötzsch
On Freitag, 8. Mai 2009, Robert Murphy wrote: > Dear SMW Coding Dudes, > Has anyone else seen this error when you try to run runJobs.php? > > PHP Fatal error: Call to undefined function wfProfileIn() in > /home/imurphy/***.com/extensions/SemanticMediaWiki/includes/SMW_GlobalF >unctions.php on

Re: [SMW-devel] PHP Fatal error

2009-05-08 Thread Robert Murphy
I worked around it by adding require_once("ProfilerStub.php"); require_once("Hooks.php"); to SMW_GlobalFunctions.php On Fri, May 8, 2009 at 2:38 AM, Markus Krötzsch < mar...@semantic-mediawiki.org> wrote: > On Freitag, 8. Mai 2009, Robert Murphy wrote: > > Dear SMW Coding Dudes, > > Has anyone